arm64: allwinner: a64: Fix node with unit name and no reg property
authorCorentin LABBE <clabbe.montjoie@gmail.com>
Tue, 26 Sep 2017 07:22:31 +0000 (09:22 +0200)
committerChen-Yu Tsai <wens@csie.org>
Wed, 27 Sep 2017 08:26:36 +0000 (16:26 +0800)
This patch fix the warning "xxx has a unit name, but no reg property" by
removing "@0" from such node

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

index 0f52ee4938666840df7fd10ce4a40f85e7266721..a9f3a907d61276675ada9bdcd2d99597eac19e8b 100644 (file)
                                function = "spi1";
                        };
 
-                       uart0_pins_a: uart0@0 {
+                       uart0_pins_a: uart0 {
                                pins = "PB8", "PB9";
                                function = "uart0";
                        };
                        interrupt-controller;
                        #interrupt-cells = <3>;
 
-                       r_rsb_pins: rsb@0 {
+                       r_rsb_pins: rsb {
                                pins = "PL0", "PL1";
                                function = "s_rsb";
                        };