arm64: dts: amazon: alpine-v3: add missing io-fabric unit addresses
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 2 Apr 2024 20:07:42 +0000 (22:07 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 24 Apr 2024 07:23:55 +0000 (09:23 +0200)
Add io-fabric unit address, because it has ranges property.  This also
fixes dtc W=1 warnings:

  alpine-v2.dtsi:153.13-229.5: Warning (simple_bus_reg): /soc/io-fabric: simple-bus unit address format error, expected "fc000000"

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240402200744.79349-3-krzk@kernel.org
arch/arm64/boot/dts/amazon/alpine-v3.dtsi

index 3ea178acdddfe2072352283f47318f0f75808c4f..0ab40741f697122f690181023a70789ff821a77c 100644 (file)
                        interrupt-parent = <&gic>;
                };
 
-               io-fabric {
+               io-fabric@fc000000 {
                        compatible = "simple-bus";
                        #address-cells = <1>;
                        #size-cells = <1>;