Commit 4c2b306f authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Heiko Stuebner

ARM: dts: rockchip: Add missing unit name to memory nodes in rk3036 boards

This patch fixes the following DTC warnings:

"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 80f6defc
......@@ -46,7 +46,7 @@ / {
model = "Rockchip RK3036 Evaluation board";
compatible = "rockchip,rk3036-evb", "rockchip,rk3036";
memory {
memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};
......
......@@ -46,7 +46,7 @@ / {
model = "Rockchip RK3036 KylinBoard";
compatible = "rockchip,rk3036-kylin", "rockchip,rk3036";
memory {
memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x20000000>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment