Skip to content

Commit 09acc32

Browse files
robherringarndb
authored andcommitted
arm64: dts: amazon: Fix simple-bus node name schema warnings
Fix a couple of node name warnings from the schema checks: arch/arm64/boot/dts/amazon/alpine-v2-evp.dt.yaml: io-fabric: $nodename:0: 'io-fabric' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$' arch/arm64/boot/dts/amazon/alpine-v3-evp.dt.yaml: io-fabric: $nodename:0: 'io-fabric' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$' Signed-off-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 3238532 commit 09acc32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
interrupt-parent = <&gic>;
362362
};
363363

364-
io-fabric@fc000000 {
364+
io-bus@fc000000 {
365365
compatible = "simple-bus";
366366
#address-cells = <1>;
367367
#size-cells = <1>;

0 commit comments

Comments
 (0)