Unverified Commit 09acc326 authored by Rob Herring (Arm)'s avatar Rob Herring (Arm) Committed by Arnd Bergmann
Browse files

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: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250409210255.1541298-1-robh@kernel.org


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 3238532b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ msix: msix@fbe00000 {
			al,msi-num-spis = <160>;
		};

		io-fabric@fc000000 {
		io-bus@fc000000 {
			compatible = "simple-bus";
			#address-cells = <1>;
			#size-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -361,7 +361,7 @@ msix: msix@fbe00000 {
			interrupt-parent = <&gic>;
		};

		io-fabric@fc000000 {
		io-bus@fc000000 {
			compatible = "simple-bus";
			#address-cells = <1>;
			#size-cells = <1>;