From: Corentin LABBE Date: Tue, 26 Sep 2017 07:22:31 +0000 (+0200) Subject: arm64: allwinner: a64: Fix node with unit name and no reg property X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=92d378fbb6e213fca6e54d71b28326879af6df28;p=linux.git 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: Corentin Labbe Acked-by: Maxime Ripard Signed-off-by: Chen-Yu Tsai --- diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index 0f52ee4938666..a9f3a907d6127 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi @@ -335,7 +335,7 @@ function = "spi1"; }; - uart0_pins_a: uart0@0 { + uart0_pins_a: uart0 { pins = "PB8", "PB9"; function = "uart0"; }; @@ -538,7 +538,7 @@ interrupt-controller; #interrupt-cells = <3>; - r_rsb_pins: rsb@0 { + r_rsb_pins: rsb { pins = "PL0", "PL1"; function = "s_rsb"; };