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>
This commit is contained in:
Linus Walleij 2020-02-26 10:19:43 +01:00
parent 2d483550b6
commit bee7ff37ec
14 changed files with 14 additions and 14 deletions

View File

@ -19,7 +19,7 @@
*/
/ {
smb@8000000 {
bus@8000000 {
motherboard {
model = "V2M-P1";
arm,hbi = <0x190>;

View File

@ -19,7 +19,7 @@
*/
/ {
smb@4000000 {
bus@4000000 {
motherboard {
model = "V2M-P1";
arm,hbi = <0x190>;

View File

@ -236,7 +236,7 @@
};
};
smb@8000000 {
bus@8000000 {
compatible = "simple-bus";
#address-cells = <2>;

View File

@ -608,7 +608,7 @@
};
};
smb: smb@8000000 {
smb: bus@8000000 {
compatible = "simple-bus";
#address-cells = <2>;

View File

@ -206,7 +206,7 @@
};
};
smb: smb@8000000 {
smb: bus@8000000 {
compatible = "simple-bus";
#address-cells = <2>;

View File

@ -295,7 +295,7 @@
};
};
smb: smb@4000000 {
smb: bus@4000000 {
compatible = "simple-bus";
#address-cells = <2>;

View 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 */

View File

@ -206,7 +206,7 @@
};
};
smb@8000000 {
bus@8000000 {
compatible = "simple-bus";
#address-cells = <2>;

View File

@ -800,7 +800,7 @@
<0x00000008 0x80000000 0x1 0x80000000>;
};
smb@8000000 {
bus@8000000 {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <1>;

View File

@ -8,7 +8,7 @@
*/
/ {
smb@8000000 {
bus@8000000 {
mb_clk24mhz: clk24mhz {
compatible = "fixed-clock";
#clock-cells = <0>;

View File

@ -132,7 +132,7 @@
};
};
smb@8000000 {
bus@8000000 {
compatible = "simple-bus";
#address-cells = <2>;

View File

@ -5,7 +5,7 @@
* "rs2" extension for the v2m motherboard
*/
/ {
smb@8000000 {
bus@8000000 {
motherboard {
arm,v2m-memory-map = "rs2";

View File

@ -8,7 +8,7 @@
* VEMotherBoard.lisa
*/
/ {
smb@8000000 {
bus@8000000 {
motherboard {
arm,v2m-memory-map = "rs1";
compatible = "arm,vexpress,v2m-p1", "simple-bus";

View File

@ -144,7 +144,7 @@
};
};
smb: smb@8000000 {
smb: bus@8000000 {
compatible = "simple-bus";
#address-cells = <2>;