Commit 927489b1 authored by Maxime Ripard's avatar Maxime Ripard

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
......@@ -289,7 +289,7 @@ de: display-engine {
status = "disabled";
};
soc {
soc@20000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment