提交 09fbc4a0 编写于 作者: J Javier Martinez Canillas 提交者: Heiko Stuebner

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: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 4c2b306f
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
model = "Rockchip RK3228 Evaluation board"; model = "Rockchip RK3228 Evaluation board";
compatible = "rockchip,rk3228-evb", "rockchip,rk3228"; compatible = "rockchip,rk3228-evb", "rockchip,rk3228";
memory { memory@60000000 {
device_type = "memory"; device_type = "memory";
reg = <0x60000000 0x40000000>; reg = <0x60000000 0x40000000>;
}; };
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
model = "Rockchip RK3229 Evaluation board"; model = "Rockchip RK3229 Evaluation board";
compatible = "rockchip,rk3229-evb", "rockchip,rk3229"; compatible = "rockchip,rk3229-evb", "rockchip,rk3229";
memory { memory@60000000 {
device_type = "memory"; device_type = "memory";
reg = <0x60000000 0x40000000>; reg = <0x60000000 0x40000000>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册