From cc07d1d2fd3662611e2044c9fc514f7f756ebd6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Wed, 22 Mar 2023 18:30:37 +0100 Subject: [PATCH] bmips: drop unneded cpu labels from external switches MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- 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@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@8 { reg = <8>; - label = "cpu"; phy-mode = "rgmii"; ethernet = <&switch0port4>; -- 2.30.2