diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-09 17:01:07 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-10-16 03:42:42 +0300 |
commit | 09fbc4a08e8c5b08540dd6758c6951f52b4b4e5f (patch) | |
tree | ecc0087626155f86cd67dddf76163de831258991 /arch/arm/boot/dts/rk3229-evb.dts | |
parent | 4c2b306f69cdb545824ca2a18321e93d36d82575 (diff) | |
download | linux-09fbc4a08e8c5b08540dd6758c6951f52b4b4e5f.tar.xz |
ARM: dts: rockchip: Add missing unit name to memory nodes in rk322x 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/rk3229-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3229-evb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3229-evb.dts b/arch/arm/boot/dts/rk3229-evb.dts index b6a12035a6bb..dcdd0cee619e 100644 --- a/arch/arm/boot/dts/rk3229-evb.dts +++ b/arch/arm/boot/dts/rk3229-evb.dts @@ -46,7 +46,7 @@ model = "Rockchip RK3229 Evaluation board"; compatible = "rockchip,rk3229-evb", "rockchip,rk3229"; - memory { + memory@60000000 { device_type = "memory"; reg = <0x60000000 0x40000000>; }; |