summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rk3066a-rayeager.dts
diff options
context:
space:
mode:
authorJavier Martinez Canillas2016-09-09 16:01:09 +0200
committerHeiko Stuebner2016-10-16 02:42:43 +0200
commitadc9e3a688409eb8f1ad809eca09be830518570c (patch)
tree63405fd8b56e481dd3fd18aef1a57956db3a91e2 /arch/arm/boot/dts/rk3066a-rayeager.dts
parentARM: dts: rockchip: Add missing unit name to memory nodes in rk3288 boards (diff)
downloadkernel-qcow2-linux-adc9e3a688409eb8f1ad809eca09be830518570c.tar.gz
kernel-qcow2-linux-adc9e3a688409eb8f1ad809eca09be830518570c.tar.xz
kernel-qcow2-linux-adc9e3a688409eb8f1ad809eca09be830518570c.zip
ARM: dts: rockchip: Add missing unit name to memory nodes in rk3xxx boards
This patch fixes the following DTC warnings: "Node /memory has a reg or ranges property, but no unit name" Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3066a-rayeager.dts')
-rw-r--r--arch/arm/boot/dts/rk3066a-rayeager.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3066a-rayeager.dts b/arch/arm/boot/dts/rk3066a-rayeager.dts
index 6e7f2187a0e3..82465b644443 100644
--- a/arch/arm/boot/dts/rk3066a-rayeager.dts
+++ b/arch/arm/boot/dts/rk3066a-rayeager.dts
@@ -48,7 +48,7 @@
model = "Rayeager PX2";
compatible = "chipspark,rayeager-px2", "rockchip,rk3066a";
- memory {
+ memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};