[PATCH] arm64: dts: freescale: imx8m*-venice: remove label = "cpu" from DSA dt-binding

Tim Harvey posted 1 patch 2 years, 3 months ago
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts | 1 -
arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts | 1 -
2 files changed, 2 deletions(-)
[PATCH] arm64: dts: freescale: imx8m*-venice: remove label = "cpu" from DSA dt-binding
Posted by Tim Harvey 2 years, 3 months ago
This is not used by the DSA dt-binding, so remove it from the devicetrees.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts | 1 -
 arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts | 1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts
index 21d7b16d6f84..b4a6d66e0ab6 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts
@@ -678,7 +678,6 @@ lan4: port@3 {
 
 			port@5 {
 				reg = <5>;
-				label = "cpu";
 				ethernet = <&fec1>;
 				phy-mode = "rgmii-id";
 
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
index 3473423ac939..baa92f98c79a 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts
@@ -512,7 +512,6 @@ lan5: port@4 {
 
 			port@5 {
 				reg = <5>;
-				label = "cpu";
 				ethernet = <&fec>;
 				phy-mode = "rgmii-id";
 
-- 
2.25.1
Re: [PATCH] arm64: dts: freescale: imx8m*-venice: remove label = "cpu" from DSA dt-binding
Posted by Shawn Guo 2 years, 2 months ago
On Mon, Aug 28, 2023 at 12:27:41PM -0700, Tim Harvey wrote:
> This is not used by the DSA dt-binding, so remove it from the devicetrees.
> 
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>

Applied, thanks!