[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240430085048.3143665-1-c-vankar@ti.com>
Date: Tue, 30 Apr 2024 14:20:48 +0530
From: Chintan Vankar <c-vankar@...com>
To: Conor Dooley <conor+dt@...nel.org>,
Krzysztof Kozlowski
<krzk+dt@...nel.org>,
Rob Herring <robh@...nel.org>, Tero Kristo
<kristo@...nel.org>,
Vignesh Raghavendra <vigneshr@...com>, Nishanth Menon
<nm@...com>,
<s-vadapalli@...com>
CC: <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
Chintan Vankar <c-vankar@...com>
Subject: [PATCH v3] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in phy_gmii_sel node
Add missing bootph-all property for CPSW MAC's PHY node
phy_gmii_sel.
Signed-off-by: Chintan Vankar <c-vankar@...com>
---
This patch is based on linux-next tagged next-20240430.
Link to v2:
https://lore.kernel.org/r/20240429061600.2723904-1-c-vankar@ti.com/
Changes from v2 to v3:
- Removed "bootph-all" property from "k3-am625-sk.dts" and added it
to "k3-am62x-sk-common.dtsi" since we need the same functionality
for "SK-AM62-LP" board.
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
index 3c45782ab2b7..96378b19c419 100644
--- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
@@ -128,6 +128,10 @@ hdmi_connector_in: endpoint {
};
};
+&phy_gmii_sel {
+ bootph-all;
+};
+
&main_pmx0 {
/* First pad number is ALW package and second is AMC package */
main_uart0_pins_default: main-uart0-default-pins {
--
2.34.1
Powered by blists - more mailing lists