bmips: dts: fix switch compatible strings
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 20 Mar 2023 18:55:24 +0000 (19:55 +0100)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 20 Mar 2023 18:55:24 +0000 (19:55 +0100)
Use the proper string for each SoC.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/bmips/dts/bcm6318.dtsi
target/linux/bmips/dts/bcm63268.dtsi
target/linux/bmips/dts/bcm6362.dtsi
target/linux/bmips/dts/bcm6368.dtsi

index eb012fe243be54ad31dd430912d2c7585cdd0432..fc5085c506c7420ac7c3a047ae5e1bd416060878 100644 (file)
                switch0: switch@10080000 {
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       compatible = "brcm,bcm6328-switch";
+                       compatible = "brcm,bcm6318-switch";
                        reg = <0x10080000 0x8000>;
                        big-endian;
 
index 248e1afc79bb6e1cef377f1684ea53ddf3104dfc..665b1bfecf01079c55a06294c5d340e2c7bfa684 100644 (file)
                switch0: switch@10700000 {
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       compatible = "brcm,bcm6328-switch";
+                       compatible = "brcm,bcm63268-switch";
                        reg = <0x10700000 0x8000>;
                        big-endian;
 
index 720afde7cf7b0e9b1d0f9bc3b80ba902431fe420..4f1d23e0019421afcd65453f7a79f8f232a03a9c 100644 (file)
                switch0: switch@10e00000 {
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       compatible = "brcm,bcm6328-switch";
+                       compatible = "brcm,bcm6362-switch";
                        reg = <0x10e00000 0x8000>;
                        big-endian;
 
index 2eafa027cda9732d7ddd965e3fe19228de216d4c..2d00434186b2870a6f0a4b299255e0e8e2617a7f 100644 (file)
                switch0: switch@10f00000 {
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       compatible = "brcm,bcm6328-switch";
+                       compatible = "brcm,bcm6368-switch";
                        reg = <0x10f00000 0x8000>;
                        big-endian;