[openwrt/openwrt] bmips: drop unneded cpu labels from external switches
LEDE Commits
lede-commits at lists.infradead.org
Wed Mar 22 13:10:50 PDT 2023
noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/cc07d1d2fd3662611e2044c9fc514f7f756ebd6d
commit cc07d1d2fd3662611e2044c9fc514f7f756ebd6d
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Wed Mar 22 18:30:37 2023 +0100
bmips: drop unneded cpu labels from external switches
These labels aren't needed and were accidentally added when adding external
switches support for bmips.
Fixes: 80a3ecc89489 ("bmips: add Huawei HG253s v2 support")
Fixes: 61f3c3b1eebd ("bmips: dgnd3700v2: enable external BCM53125 switch")
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
target/linux/bmips/dts/bcm6362-huawei-hg253s-v2.dts | 1 -
target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts | 1 -
2 files changed, 2 deletions(-)
diff --git a/target/linux/bmips/dts/bcm6362-huawei-hg253s-v2.dts b/target/linux/bmips/dts/bcm6362-huawei-hg253s-v2.dts
index c3bf11629b..e848b99b2c 100644
--- a/target/linux/bmips/dts/bcm6362-huawei-hg253s-v2.dts
+++ b/target/linux/bmips/dts/bcm6362-huawei-hg253s-v2.dts
@@ -123,7 +123,6 @@
port at 8 {
reg = <8>;
- label = "cpu";
phy-mode = "rgmii";
ethernet = <&switch0port4>;
diff --git a/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts b/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts
index 6333c4e7d7..c96a6c4585 100644
--- a/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts
+++ b/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts
@@ -186,7 +186,6 @@
port at 8 {
reg = <8>;
- label = "cpu";
phy-mode = "rgmii";
ethernet = <&switch0port4>;
More information about the lede-commits
mailing list