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: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Maxime Ripard 2019-03-14 21:16:34 +01:00
parent c4953ba1ed
commit 927489b157
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5

View File

@ -289,7 +289,7 @@
status = "disabled";
};
soc {
soc@20000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;