[openwrt/openwrt] bmips: dts: fix switch compatible strings
LEDE Commits
lede-commits at lists.infradead.org
Mon Mar 20 11:56:20 PDT 2023
noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/82ce3403844ae53583eefbd941d579c98337bd35
commit 82ce3403844ae53583eefbd941d579c98337bd35
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Mon Mar 20 19:55:24 2023 +0100
bmips: dts: fix switch compatible strings
Use the proper string for each SoC.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
target/linux/bmips/dts/bcm6318.dtsi | 2 +-
target/linux/bmips/dts/bcm63268.dtsi | 2 +-
target/linux/bmips/dts/bcm6362.dtsi | 2 +-
target/linux/bmips/dts/bcm6368.dtsi | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/target/linux/bmips/dts/bcm6318.dtsi b/target/linux/bmips/dts/bcm6318.dtsi
index eb012fe243..fc5085c506 100644
--- a/target/linux/bmips/dts/bcm6318.dtsi
+++ b/target/linux/bmips/dts/bcm6318.dtsi
@@ -393,7 +393,7 @@
switch0: switch at 10080000 {
#address-cells = <1>;
#size-cells = <0>;
- compatible = "brcm,bcm6328-switch";
+ compatible = "brcm,bcm6318-switch";
reg = <0x10080000 0x8000>;
big-endian;
diff --git a/target/linux/bmips/dts/bcm63268.dtsi b/target/linux/bmips/dts/bcm63268.dtsi
index 248e1afc79..665b1bfecf 100644
--- a/target/linux/bmips/dts/bcm63268.dtsi
+++ b/target/linux/bmips/dts/bcm63268.dtsi
@@ -514,7 +514,7 @@
switch0: switch at 10700000 {
#address-cells = <1>;
#size-cells = <0>;
- compatible = "brcm,bcm6328-switch";
+ compatible = "brcm,bcm63268-switch";
reg = <0x10700000 0x8000>;
big-endian;
diff --git a/target/linux/bmips/dts/bcm6362.dtsi b/target/linux/bmips/dts/bcm6362.dtsi
index 720afde7cf..4f1d23e001 100644
--- a/target/linux/bmips/dts/bcm6362.dtsi
+++ b/target/linux/bmips/dts/bcm6362.dtsi
@@ -508,7 +508,7 @@
switch0: switch at 10e00000 {
#address-cells = <1>;
#size-cells = <0>;
- compatible = "brcm,bcm6328-switch";
+ compatible = "brcm,bcm6362-switch";
reg = <0x10e00000 0x8000>;
big-endian;
diff --git a/target/linux/bmips/dts/bcm6368.dtsi b/target/linux/bmips/dts/bcm6368.dtsi
index 2eafa027cd..2d00434186 100644
--- a/target/linux/bmips/dts/bcm6368.dtsi
+++ b/target/linux/bmips/dts/bcm6368.dtsi
@@ -523,7 +523,7 @@
switch0: switch at 10f00000 {
#address-cells = <1>;
#size-cells = <0>;
- compatible = "brcm,bcm6328-switch";
+ compatible = "brcm,bcm6368-switch";
reg = <0x10f00000 0x8000>;
big-endian;
More information about the lede-commits
mailing list