OSDN Git Service

ARM/arm64: dts: Rename SMB bus to just bus
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 26 Feb 2020 09:19:43 +0000 (10:19 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Mar 2020 14:31:30 +0000 (15:31 +0100)
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 files changed:
arch/arm/boot/dts/vexpress-v2m-rs1.dtsi
arch/arm/boot/dts/vexpress-v2m.dtsi
arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts
arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
arch/arm/boot/dts/vexpress-v2p-ca5s.dts
arch/arm/boot/dts/vexpress-v2p-ca9.dts
arch/arm64/boot/dts/arm/foundation-v8.dtsi
arch/arm64/boot/dts/arm/fvp-base-revc.dts
arch/arm64/boot/dts/arm/juno-base.dtsi
arch/arm64/boot/dts/arm/juno-motherboard.dtsi
arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts
arch/arm64/boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi
arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi
arch/arm64/boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts

index dfae90a..5c18348 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 / {
-       smb@8000000 {
+       bus@8000000 {
                motherboard {
                        model = "V2M-P1";
                        arm,hbi = <0x190>;
index 2e29d77..5e48b64 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 / {
-       smb@4000000 {
+       bus@4000000 {
                motherboard {
                        model = "V2M-P1";
                        arm,hbi = <0x190>;
index 0dc4277..f82fa34 100644 (file)
                };
        };
 
-       smb@8000000 {
+       bus@8000000 {
                compatible = "simple-bus";
 
                #address-cells = <2>;
index 1de0a65..3ac95a1 100644 (file)
                };
        };
 
-       smb: smb@8000000 {
+       smb: bus@8000000 {
                compatible = "simple-bus";
 
                #address-cells = <2>;
index d5b47d5..7aa64ae 100644 (file)
                };
        };
 
-       smb: smb@8000000 {
+       smb: bus@8000000 {
                compatible = "simple-bus";
 
                #address-cells = <2>;
index d796efa..623246f 100644 (file)
                };
        };
 
-       smb: smb@4000000 {
+       smb: bus@4000000 {
                compatible = "simple-bus";
 
                #address-cells = <2>;
index 3f78373..12f039f 100644 (file)
@@ -92,7 +92,7 @@
                timeout-sec = <30>;
        };
 
-       smb@8000000 {
+       bus@8000000 {
                compatible = "arm,vexpress,v2m-p1", "simple-bus";
                arm,v2m-memory-map = "rs1";
                #address-cells = <2>; /* SMB chipselect number and offset */
index 62ab0d5..c8ba328 100644 (file)
               };
        };
 
-       smb@8000000 {
+       bus@8000000 {
                compatible = "simple-bus";
 
                #address-cells = <2>;
index 1f3c80a..f588928 100644 (file)
                      <0x00000008 0x80000000 0x1 0x80000000>;
        };
 
-       smb@8000000 {
+       bus@8000000 {
                compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <1>;
index 9f60dac..e3983de 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 / {
-       smb@8000000 {
+       bus@8000000 {
                mb_clk24mhz: clk24mhz {
                        compatible = "fixed-clock";
                        #clock-cells = <0>;
index 6e685d8..c5d15cb 100644 (file)
                };
        };
 
-       smb@8000000 {
+       bus@8000000 {
                compatible = "simple-bus";
 
                #address-cells = <2>;
index 57b0b9d..60703b5 100644 (file)
@@ -5,7 +5,7 @@
  * "rs2" extension for the v2m motherboard
  */
 / {
-       smb@8000000 {
+       bus@8000000 {
                motherboard {
                        arm,v2m-memory-map = "rs2";
 
index 03a7bf0..e333c8d 100644 (file)
@@ -8,7 +8,7 @@
  * VEMotherBoard.lisa
  */
 / {
-       smb@8000000 {
+       bus@8000000 {
                motherboard {
                        arm,v2m-memory-map = "rs1";
                        compatible = "arm,vexpress,v2m-p1", "simple-bus";
index 22383c2..d859914 100644 (file)
                };
        };
 
-       smb: smb@8000000 {
+       smb: bus@8000000 {
                compatible = "simple-bus";
 
                #address-cells = <2>;