提交 bee7ff37 编写于 作者: L Linus Walleij

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: NSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 2d483550
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
*/ */
/ { / {
smb@8000000 { bus@8000000 {
motherboard { motherboard {
model = "V2M-P1"; model = "V2M-P1";
arm,hbi = <0x190>; arm,hbi = <0x190>;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
*/ */
/ { / {
smb@4000000 { bus@4000000 {
motherboard { motherboard {
model = "V2M-P1"; model = "V2M-P1";
arm,hbi = <0x190>; arm,hbi = <0x190>;
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
}; };
}; };
smb@8000000 { bus@8000000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
......
...@@ -608,7 +608,7 @@ ...@@ -608,7 +608,7 @@
}; };
}; };
smb: smb@8000000 { smb: bus@8000000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
......
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
}; };
}; };
smb: smb@8000000 { smb: bus@8000000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
......
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
}; };
}; };
smb: smb@4000000 { smb: bus@4000000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
timeout-sec = <30>; timeout-sec = <30>;
}; };
smb@8000000 { bus@8000000 {
compatible = "arm,vexpress,v2m-p1", "simple-bus"; compatible = "arm,vexpress,v2m-p1", "simple-bus";
arm,v2m-memory-map = "rs1"; arm,v2m-memory-map = "rs1";
#address-cells = <2>; /* SMB chipselect number and offset */ #address-cells = <2>; /* SMB chipselect number and offset */
......
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
}; };
}; };
smb@8000000 { bus@8000000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
......
...@@ -800,7 +800,7 @@ ...@@ -800,7 +800,7 @@
<0x00000008 0x80000000 0x1 0x80000000>; <0x00000008 0x80000000 0x1 0x80000000>;
}; };
smb@8000000 { bus@8000000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <1>; #size-cells = <1>;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
*/ */
/ { / {
smb@8000000 { bus@8000000 {
mb_clk24mhz: clk24mhz { mb_clk24mhz: clk24mhz {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
}; };
}; };
smb@8000000 { bus@8000000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* "rs2" extension for the v2m motherboard * "rs2" extension for the v2m motherboard
*/ */
/ { / {
smb@8000000 { bus@8000000 {
motherboard { motherboard {
arm,v2m-memory-map = "rs2"; arm,v2m-memory-map = "rs2";
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* VEMotherBoard.lisa * VEMotherBoard.lisa
*/ */
/ { / {
smb@8000000 { bus@8000000 {
motherboard { motherboard {
arm,v2m-memory-map = "rs1"; arm,v2m-memory-map = "rs1";
compatible = "arm,vexpress,v2m-p1", "simple-bus"; compatible = "arm,vexpress,v2m-p1", "simple-bus";
......
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
}; };
}; };
smb: smb@8000000 { smb: bus@8000000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册