summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3066a-rayeager.dts
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-09-09 10:01:09 -0400
committerHeiko Stuebner <heiko@sntech.de>2016-10-16 02:42:43 +0200
commitadc9e3a688409eb8f1ad809eca09be830518570c (patch)
tree63405fd8b56e481dd3fd18aef1a57956db3a91e2 /arch/arm/boot/dts/rk3066a-rayeager.dts
parent0b639b815f15e70bd01c6e07c135828051a574c2 (diff)
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>;
};