diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-05 11:51:46 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-03-05 11:53:52 +0100 |
commit | 2f8e90739a51063d250c1ebf5adc63b6f444a688 (patch) | |
tree | 67176337aee6bcfefab54d4949c84469cee86e44 | |
parent | 9f6d25551e71b4fdb9c198606eb2389f85ae2edd (diff) | |
download | upstream-2f8e90739a51063d250c1ebf5adc63b6f444a688.tar.gz upstream-2f8e90739a51063d250c1ebf5adc63b6f444a688.tar.bz2 upstream-2f8e90739a51063d250c1ebf5adc63b6f444a688.zip |
Revert "bmips: add missing switch cpu label"
This reverts commit dc0de05e10a9c6e1ef66ca2934e8a0ff0d488943.
As pointed out by @BKPepe and @arinc9 this was removed by 9df035b since it
isn't needed.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
-rw-r--r-- | target/linux/bmips/dts/bcm6318.dtsi | 1 | ||||
-rw-r--r-- | target/linux/bmips/dts/bcm63268.dtsi | 1 | ||||
-rw-r--r-- | target/linux/bmips/dts/bcm6328.dtsi | 1 | ||||
-rw-r--r-- | target/linux/bmips/dts/bcm6362.dtsi | 1 | ||||
-rw-r--r-- | target/linux/bmips/dts/bcm6368.dtsi | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/bmips/dts/bcm6318.dtsi b/target/linux/bmips/dts/bcm6318.dtsi index 9f613ad47a..13e1bf1144 100644 --- a/target/linux/bmips/dts/bcm6318.dtsi +++ b/target/linux/bmips/dts/bcm6318.dtsi @@ -400,7 +400,6 @@ port@8 { reg = <8>; - label = "cpu"; phy-mode = "internal"; ethernet = <ðernet>; diff --git a/target/linux/bmips/dts/bcm63268.dtsi b/target/linux/bmips/dts/bcm63268.dtsi index 2ab14e5a33..2bc86d26f9 100644 --- a/target/linux/bmips/dts/bcm63268.dtsi +++ b/target/linux/bmips/dts/bcm63268.dtsi @@ -521,7 +521,6 @@ port@8 { reg = <8>; - label = "cpu"; phy-mode = "internal"; ethernet = <ðernet>; diff --git a/target/linux/bmips/dts/bcm6328.dtsi b/target/linux/bmips/dts/bcm6328.dtsi index c8e9138ccb..dfd603b7c6 100644 --- a/target/linux/bmips/dts/bcm6328.dtsi +++ b/target/linux/bmips/dts/bcm6328.dtsi @@ -418,7 +418,6 @@ port@8 { reg = <8>; - label = "cpu"; phy-mode = "internal"; ethernet = <ðernet>; diff --git a/target/linux/bmips/dts/bcm6362.dtsi b/target/linux/bmips/dts/bcm6362.dtsi index 77473c22bb..d66a602df7 100644 --- a/target/linux/bmips/dts/bcm6362.dtsi +++ b/target/linux/bmips/dts/bcm6362.dtsi @@ -515,7 +515,6 @@ port@8 { reg = <8>; - label = "cpu"; phy-mode = "internal"; ethernet = <ðernet>; diff --git a/target/linux/bmips/dts/bcm6368.dtsi b/target/linux/bmips/dts/bcm6368.dtsi index b50a572fd0..5ba9092193 100644 --- a/target/linux/bmips/dts/bcm6368.dtsi +++ b/target/linux/bmips/dts/bcm6368.dtsi @@ -529,7 +529,6 @@ port@8 { reg = <8>; - label = "cpu"; phy-mode = "internal"; ethernet = <ðernet>; |