Unverified Commit 927489b1 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun9i: Add missing unit address



The soc node in the A80 DTSI has a ranges property, but no matching unit
address, which results in a DTC warning. Add the unit address to remove
that warning.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent c4953ba1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@
		status = "disabled";
	};

	soc {
	soc@20000 {
		compatible = "simple-bus";
		#address-cells = <1>;
		#size-cells = <1>;