Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM/arm64: dts: Rename SMB bus to just bus

Discussing the YAML validation schema with the DT maintainers
it came out that a bus named "smb@80000000" is not really
accepted, and the schema was written to name the static memory
bus just "bus@80000000".

This change is necessary for the schema to kick in and validate
these device trees, else the schema gets ignored.

Cc: Rob Herring <robh+dt@kernel.org>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+14 -14
+1 -1
arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
··· 19 19 */ 20 20 21 21 / { 22 - smb@8000000 { 22 + bus@8000000 { 23 23 motherboard { 24 24 model = "V2M-P1"; 25 25 arm,hbi = <0x190>;
+1 -1
arch/arm/boot/dts/vexpress-v2m.dtsi
··· 19 19 */ 20 20 21 21 / { 22 - smb@4000000 { 22 + bus@4000000 { 23 23 motherboard { 24 24 model = "V2M-P1"; 25 25 arm,hbi = <0x190>;
+1 -1
arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts
··· 236 236 }; 237 237 }; 238 238 239 - smb@8000000 { 239 + bus@8000000 { 240 240 compatible = "simple-bus"; 241 241 242 242 #address-cells = <2>;
+1 -1
arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
··· 608 608 }; 609 609 }; 610 610 611 - smb: smb@8000000 { 611 + smb: bus@8000000 { 612 612 compatible = "simple-bus"; 613 613 614 614 #address-cells = <2>;
+1 -1
arch/arm/boot/dts/vexpress-v2p-ca5s.dts
··· 206 206 }; 207 207 }; 208 208 209 - smb: smb@8000000 { 209 + smb: bus@8000000 { 210 210 compatible = "simple-bus"; 211 211 212 212 #address-cells = <2>;
+1 -1
arch/arm/boot/dts/vexpress-v2p-ca9.dts
··· 295 295 }; 296 296 }; 297 297 298 - smb: smb@4000000 { 298 + smb: bus@4000000 { 299 299 compatible = "simple-bus"; 300 300 301 301 #address-cells = <2>;
+1 -1
arch/arm64/boot/dts/arm/foundation-v8.dtsi
··· 92 92 timeout-sec = <30>; 93 93 }; 94 94 95 - smb@8000000 { 95 + bus@8000000 { 96 96 compatible = "arm,vexpress,v2m-p1", "simple-bus"; 97 97 arm,v2m-memory-map = "rs1"; 98 98 #address-cells = <2>; /* SMB chipselect number and offset */
+1 -1
arch/arm64/boot/dts/arm/fvp-base-revc.dts
··· 206 206 }; 207 207 }; 208 208 209 - smb@8000000 { 209 + bus@8000000 { 210 210 compatible = "simple-bus"; 211 211 212 212 #address-cells = <2>;
+1 -1
arch/arm64/boot/dts/arm/juno-base.dtsi
··· 800 800 <0x00000008 0x80000000 0x1 0x80000000>; 801 801 }; 802 802 803 - smb@8000000 { 803 + bus@8000000 { 804 804 compatible = "simple-bus"; 805 805 #address-cells = <2>; 806 806 #size-cells = <1>;
+1 -1
arch/arm64/boot/dts/arm/juno-motherboard.dtsi
··· 8 8 */ 9 9 10 10 / { 11 - smb@8000000 { 11 + bus@8000000 { 12 12 mb_clk24mhz: clk24mhz { 13 13 compatible = "fixed-clock"; 14 14 #clock-cells = <0>;
+1 -1
arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts
··· 132 132 }; 133 133 }; 134 134 135 - smb@8000000 { 135 + bus@8000000 { 136 136 compatible = "simple-bus"; 137 137 138 138 #address-cells = <2>;
+1 -1
arch/arm64/boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi
··· 5 5 * "rs2" extension for the v2m motherboard 6 6 */ 7 7 / { 8 - smb@8000000 { 8 + bus@8000000 { 9 9 motherboard { 10 10 arm,v2m-memory-map = "rs2"; 11 11
+1 -1
arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi
··· 8 8 * VEMotherBoard.lisa 9 9 */ 10 10 / { 11 - smb@8000000 { 11 + bus@8000000 { 12 12 motherboard { 13 13 arm,v2m-memory-map = "rs1"; 14 14 compatible = "arm,vexpress,v2m-p1", "simple-bus";
+1 -1
arch/arm64/boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts
··· 144 144 }; 145 145 }; 146 146 147 - smb: smb@8000000 { 147 + smb: bus@8000000 { 148 148 compatible = "simple-bus"; 149 149 150 150 #address-cells = <2>;