aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2019-05-09 10:11:35 -0700
committerFlorian Fainelli <f.fainelli@gmail.com>2019-05-20 09:29:47 -0700
commite8bd76dccd792b371a934336c3e7d8c389755d9f (patch)
tree4405e03ea628db1ac2b70194d30009ee8dfa7bd2 /arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
parentLinux 5.2-rc1 (diff)
downloadlinux-dev-e8bd76dccd792b371a934336c3e7d8c389755d9f.tar.xz
linux-dev-e8bd76dccd792b371a934336c3e7d8c389755d9f.zip
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-smartrg-sr400ac.dts')
-rw-r--r--arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
index f7f834cd3448..eed3aab6679b 100644
--- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
+++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
@@ -20,6 +20,7 @@
};
memory {
+ device_type = "memory";
reg = <0x00000000 0x08000000
0x88000000 0x08000000>;
};