[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240429061600.2723904-1-c-vankar@ti.com>
Date: Mon, 29 Apr 2024 11:46:00 +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 v2] arm64: dts: ti: k3-am625-sk: 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-20240426.
Link to v1:
https://lore.kernel.org/r/20240425095448.1946293-1-c-vankar@ti.com/
Changes from v1 to v2:
- Removed "bootph-all" property from "k3-am62-main.dtsi" and added it
to "k3-am625-sk.dts".
arch/arm64/boot/dts/ti/k3-am625-sk.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
index ae81ebb39d02..58b70a760648 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts
@@ -297,3 +297,7 @@ partition@...0000 {
&tlv320aic3106 {
DVDD-supply = <&vcc_1v8>;
};
+
+&phy_gmii_sel {
+ bootph-all;
+};
--
2.34.1
Powered by blists - more mailing lists