提交 92d378fb 编写于 作者: C Corentin LABBE 提交者: Chen-Yu Tsai

arm64: allwinner: a64: Fix node with unit name and no reg property

This patch fix the warning "xxx has a unit name, but no reg property" by
removing "@0" from such node
Signed-off-by: NCorentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
上级 d6c9da12
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
function = "spi1"; function = "spi1";
}; };
uart0_pins_a: uart0@0 { uart0_pins_a: uart0 {
pins = "PB8", "PB9"; pins = "PB8", "PB9";
function = "uart0"; function = "uart0";
}; };
...@@ -538,7 +538,7 @@ ...@@ -538,7 +538,7 @@
interrupt-controller; interrupt-controller;
#interrupt-cells = <3>; #interrupt-cells = <3>;
r_rsb_pins: rsb@0 { r_rsb_pins: rsb {
pins = "PL0", "PL1"; pins = "PL0", "PL1";
function = "s_rsb"; function = "s_rsb";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册