arm64: dts: amazon: alpine-v2: add missing io-fabric unit addresses
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 2 Apr 2024 20:07:40 +0000 (22:07 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 24 Apr 2024 07:23:54 +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-1-krzk@kernel.org
arch/arm64/boot/dts/amazon/alpine-v2.dtsi

index dbf2dce8d1d68a5225311bf330704e9f6d1ead40..32b6ac8a5352973457a48b57c0f8f7678525becf 100644 (file)
                        al,msi-num-spis = <160>;
                };
 
-               io-fabric {
+               io-fabric@fc000000 {
                        compatible = "simple-bus";
                        #address-cells = <1>;
                        #size-cells = <1>;