summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/bcm963138dvt.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/bcm963138dvt.dts
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9 (diff)
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/bcm963138dvt.dts')
-rw-r--r--arch/arm/boot/dts/bcm963138dvt.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm963138dvt.dts b/arch/arm/boot/dts/bcm963138dvt.dts
index 8dca97eeaf57..29525686e51a 100644
--- a/arch/arm/boot/dts/bcm963138dvt.dts
+++ b/arch/arm/boot/dts/bcm963138dvt.dts
@@ -17,6 +17,7 @@
};
memory {
+ device_type = "memory";
reg = <0x0 0x08000000>;
};