Merge tag 'imx-dt64-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt
Freescale arm64 device tree update for 4.18: - Add unit address for ls208xa-rdb SPI flash node matching 'reg' property to fix DTC warning unit_address_vs_reg. - Use hypen instead of underscore in aliases name for fsl-ls1012a to fix DTC warning alias_paths. * tag 'imx-dt64-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: arm64: dts: fsl-ls1012a: Fix DTC aliases warnings arm64: dts: ls208xa-rdb: Pass unit name to SPI flash node Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
@@ -53,11 +53,11 @@
|
||||
|
||||
aliases {
|
||||
crypto = &crypto;
|
||||
rtic_a = &rtic_a;
|
||||
rtic_b = &rtic_b;
|
||||
rtic_c = &rtic_c;
|
||||
rtic_d = &rtic_d;
|
||||
sec_mon = &sec_mon;
|
||||
rtic-a = &rtic_a;
|
||||
rtic-b = &rtic_b;
|
||||
rtic-c = &rtic_c;
|
||||
rtic-d = &rtic_d;
|
||||
sec-mon = &sec_mon;
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
|
||||
&dspi {
|
||||
status = "okay";
|
||||
dflash0: n25q512a {
|
||||
dflash0: n25q512a@0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "st,m25p80";
|
||||
|
||||
Reference in New Issue
Block a user