Skip to content

Commit 71ef9c6

Browse files
committed
arm64: dts: amazon: alpine-v2: add missing io-fabric unit addresses
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
1 parent 1ac231d commit 71ef9c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/amazon/alpine-v2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
al,msi-num-spis = <160>;
151151
};
152152

153-
io-fabric {
153+
io-fabric@fc000000 {
154154
compatible = "simple-bus";
155155
#address-cells = <1>;
156156
#size-cells = <1>;

0 commit comments

Comments
 (0)