mirror of https://gitee.com/openkylin/linux.git
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:
parent
2d483550b6
commit
bee7ff37ec
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/ {
|
||||
smb@8000000 {
|
||||
bus@8000000 {
|
||||
motherboard {
|
||||
model = "V2M-P1";
|
||||
arm,hbi = <0x190>;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
/ {
|
||||
smb@4000000 {
|
||||
bus@4000000 {
|
||||
motherboard {
|
||||
model = "V2M-P1";
|
||||
arm,hbi = <0x190>;
|
||||
|
|
|
@ -236,7 +236,7 @@ energy {
|
|||
};
|
||||
};
|
||||
|
||||
smb@8000000 {
|
||||
bus@8000000 {
|
||||
compatible = "simple-bus";
|
||||
|
||||
#address-cells = <2>;
|
||||
|
|
|
@ -608,7 +608,7 @@ etm2_out_port: endpoint {
|
|||
};
|
||||
};
|
||||
|
||||
smb: smb@8000000 {
|
||||
smb: bus@8000000 {
|
||||
compatible = "simple-bus";
|
||||
|
||||
#address-cells = <2>;
|
||||
|
|
|
@ -206,7 +206,7 @@ temp-dcc {
|
|||
};
|
||||
};
|
||||
|
||||
smb: smb@8000000 {
|
||||
smb: bus@8000000 {
|
||||
compatible = "simple-bus";
|
||||
|
||||
#address-cells = <2>;
|
||||
|
|
|
@ -295,7 +295,7 @@ power-vd10-s3 {
|
|||
};
|
||||
};
|
||||
|
||||
smb: smb@4000000 {
|
||||
smb: bus@4000000 {
|
||||
compatible = "simple-bus";
|
||||
|
||||
#address-cells = <2>;
|
||||
|
|
|
@ -92,7 +92,7 @@ watchdog@2a440000 {
|
|||
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 */
|
||||
|
|
|
@ -206,7 +206,7 @@ panel-timing {
|
|||
};
|
||||
};
|
||||
|
||||
smb@8000000 {
|
||||
bus@8000000 {
|
||||
compatible = "simple-bus";
|
||||
|
||||
#address-cells = <2>;
|
||||
|
|
|
@ -800,7 +800,7 @@ memory@80000000 {
|
|||
<0x00000008 0x80000000 0x1 0x80000000>;
|
||||
};
|
||||
|
||||
smb@8000000 {
|
||||
bus@8000000 {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
/ {
|
||||
smb@8000000 {
|
||||
bus@8000000 {
|
||||
mb_clk24mhz: clk24mhz {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
|
|
|
@ -132,7 +132,7 @@ panel_in: endpoint {
|
|||
};
|
||||
};
|
||||
|
||||
smb@8000000 {
|
||||
bus@8000000 {
|
||||
compatible = "simple-bus";
|
||||
|
||||
#address-cells = <2>;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* "rs2" extension for the v2m motherboard
|
||||
*/
|
||||
/ {
|
||||
smb@8000000 {
|
||||
bus@8000000 {
|
||||
motherboard {
|
||||
arm,v2m-memory-map = "rs2";
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* VEMotherBoard.lisa
|
||||
*/
|
||||
/ {
|
||||
smb@8000000 {
|
||||
bus@8000000 {
|
||||
motherboard {
|
||||
arm,v2m-memory-map = "rs1";
|
||||
compatible = "arm,vexpress,v2m-p1", "simple-bus";
|
||||
|
|
|
@ -144,7 +144,7 @@ temp-fpga {
|
|||
};
|
||||
};
|
||||
|
||||
smb: smb@8000000 {
|
||||
smb: bus@8000000 {
|
||||
compatible = "simple-bus";
|
||||
|
||||
#address-cells = <2>;
|
||||
|
|
Loading…
Reference in New Issue