forked from Openwrt-EcoNet/openwrt
Now that ethernet is supported on IPQ9574, add the port nodes and other requirements to enable ethernet on RDP433. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Link: https://github.com/openwrt/openwrt/pull/18796 Signed-off-by: Robert Marko <robimarko@gmail.com>
63 lines
1.8 KiB
Diff
63 lines
1.8 KiB
Diff
From b297d12d434191845cf8ae359466dcd8312ed21d Mon Sep 17 00:00:00 2001
|
|
From: Christian Marangi <ansuelsmth@gmail.com>
|
|
Date: Wed, 4 Dec 2024 01:49:09 +0100
|
|
Subject: [PATCH] arm64: dts: qcom: Add label to EDMA port for IPQ9574 RDP433
|
|
|
|
Add label to EDMA port for IPQ9574 RDP433 board.
|
|
|
|
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
|
|
@@ -217,6 +217,7 @@
|
|
reg = <1>;
|
|
phy-mode = "qsgmii";
|
|
managed = "in-band-status";
|
|
+ label = "lan1";
|
|
phy-handle = <&phy0>;
|
|
pcs-handle = <&pcsuniphy0_ch0>;
|
|
clocks = <&nsscc NSS_CC_PORT1_MAC_CLK>,
|
|
@@ -237,6 +238,7 @@
|
|
reg = <2>;
|
|
phy-mode = "qsgmii";
|
|
managed = "in-band-status";
|
|
+ label = "lan2";
|
|
phy-handle = <&phy1>;
|
|
pcs-handle = <&pcsuniphy0_ch1>;
|
|
clocks = <&nsscc NSS_CC_PORT2_MAC_CLK>,
|
|
@@ -257,6 +259,7 @@
|
|
reg = <3>;
|
|
phy-mode = "qsgmii";
|
|
managed = "in-band-status";
|
|
+ label = "lan3";
|
|
phy-handle = <&phy2>;
|
|
pcs-handle = <&pcsuniphy0_ch2>;
|
|
clocks = <&nsscc NSS_CC_PORT3_MAC_CLK>,
|
|
@@ -277,6 +280,7 @@
|
|
reg = <4>;
|
|
phy-mode = "qsgmii";
|
|
managed = "in-band-status";
|
|
+ label = "lan4";
|
|
phy-handle = <&phy3>;
|
|
pcs-handle = <&pcsuniphy0_ch3>;
|
|
clocks = <&nsscc NSS_CC_PORT4_MAC_CLK>,
|
|
@@ -297,6 +301,7 @@
|
|
reg = <5>;
|
|
phy-mode = "usxgmii";
|
|
managed = "in-band-status";
|
|
+ label = "lan5";
|
|
phy-handle = <&phy4>;
|
|
pcs-handle = <&pcsuniphy1_ch0>;
|
|
clocks = <&nsscc NSS_CC_PORT5_MAC_CLK>,
|
|
@@ -317,6 +322,7 @@
|
|
reg = <6>;
|
|
phy-mode = "usxgmii";
|
|
managed = "in-band-status";
|
|
+ label = "wan";
|
|
phy-handle = <&phy5>;
|
|
pcs-handle = <&pcsuniphy2_ch0>;
|
|
clocks = <&nsscc NSS_CC_PORT6_MAC_CLK>,
|