diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-09 16:01:08 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-10-16 02:42:43 +0200 |
commit | 0b639b815f15e70bd01c6e07c135828051a574c2 (patch) | |
tree | f8452b100ecf90cddbf4235933d5a4195c533b8d /arch/arm/boot/dts/rk3288-popmetal.dts | |
parent | ARM: dts: rockchip: Add missing unit name to memory nodes in rk322x boards (diff) | |
download | linux-0b639b815f15e70bd01c6e07c135828051a574c2.tar.xz linux-0b639b815f15e70bd01c6e07c135828051a574c2.zip |
ARM: dts: rockchip: Add missing unit name to memory nodes in rk3288 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/rk3288-popmetal.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-popmetal.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-popmetal.dts b/arch/arm/boot/dts/rk3288-popmetal.dts index 56dd377d5658..23003a221234 100644 --- a/arch/arm/boot/dts/rk3288-popmetal.dts +++ b/arch/arm/boot/dts/rk3288-popmetal.dts @@ -48,7 +48,7 @@ model = "PopMetal-RK3288"; compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288"; - memory{ + memory@0 { device_type = "memory"; reg = <0 0x80000000>; }; |