bmips: dts: fix switch compatible strings
Use the proper string for each SoC. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -393,7 +393,7 @@
|
|||||||
switch0: switch@10080000 {
|
switch0: switch@10080000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
compatible = "brcm,bcm6328-switch";
|
compatible = "brcm,bcm6318-switch";
|
||||||
reg = <0x10080000 0x8000>;
|
reg = <0x10080000 0x8000>;
|
||||||
big-endian;
|
big-endian;
|
||||||
|
|
||||||
|
|||||||
@@ -514,7 +514,7 @@
|
|||||||
switch0: switch@10700000 {
|
switch0: switch@10700000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
compatible = "brcm,bcm6328-switch";
|
compatible = "brcm,bcm63268-switch";
|
||||||
reg = <0x10700000 0x8000>;
|
reg = <0x10700000 0x8000>;
|
||||||
big-endian;
|
big-endian;
|
||||||
|
|
||||||
|
|||||||
@@ -508,7 +508,7 @@
|
|||||||
switch0: switch@10e00000 {
|
switch0: switch@10e00000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
compatible = "brcm,bcm6328-switch";
|
compatible = "brcm,bcm6362-switch";
|
||||||
reg = <0x10e00000 0x8000>;
|
reg = <0x10e00000 0x8000>;
|
||||||
big-endian;
|
big-endian;
|
||||||
|
|
||||||
|
|||||||
@@ -523,7 +523,7 @@
|
|||||||
switch0: switch@10f00000 {
|
switch0: switch@10f00000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
compatible = "brcm,bcm6328-switch";
|
compatible = "brcm,bcm6368-switch";
|
||||||
reg = <0x10f00000 0x8000>;
|
reg = <0x10f00000 0x8000>;
|
||||||
big-endian;
|
big-endian;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user