Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92d378fb authored by Corentin LABBE's avatar Corentin LABBE Committed by Chen-Yu Tsai
Browse files

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: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent d6c9da12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
			};