diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-05-09 20:11:35 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2019-05-20 19:29:47 +0300 |
commit | e8bd76dccd792b371a934336c3e7d8c389755d9f (patch) | |
tree | 4405e03ea628db1ac2b70194d30009ee8dfa7bd2 /arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff) | |
download | linux-e8bd76dccd792b371a934336c3e7d8c389755d9f.tar.xz |
ARM: dts: bcm: Add missing device_type = "memory" property
During the removal of the skeleton.dtsi file with commit abe60a3a7afb
("ARM: dts: Kill off skeleton{64}.dtsi") a number of Broadcom SoCs were
converted, but a few were left unoticed, now causing boot failures with
v5.1 since the kernel cannot find suitable memory.
Updating the .dtsi files with the property will be done next, since
there are some memory nodes that do not follow the proper naming
convention and lack an unit name.
Fixes: abe60a3a7afb ("ARM: dts: Kill off skeleton{64}.dtsi")
Reported-by: Kevin Hilman <khilman@kernel.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts b/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts index e7fdaed99bd0..969b8d78e492 100644 --- a/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts +++ b/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts @@ -16,6 +16,7 @@ }; memory { + device_type = "memory"; reg = <0x00000000 0x08000000>; }; |