diff mbox series

[v3,10/10] arch: arm: dts: k3-am62-sk-u-boot: Add missing "bootph-all" property to phy_gmii_sel node

Message ID 20240705045030.1141934-11-c-vankar@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series Add support for Ethernet Boot on SK-AM62 | expand

Commit Message

Chintan Vankar July 5, 2024, 4:50 a.m. UTC
Add "bootph-all" property to CPSW MAC's PHY node phy_gmii_sel.

Signed-off-by: Chintan Vankar <c-vankar@ti.com>
---

Link to v2:
https://lore.kernel.org/r/20240425120822.2048012-11-c-vankar@ti.com/

Changes from v2 to v3:
- Since "phy_gmii_sel" with "bootph-all" property is merged at upstream
  Linux for am62x-sk-common with commit "ba50141137fa", this patch can be
  drop with next DT-Sync.

 arch/arm/dts/k3-am625-sk-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tom Rini July 5, 2024, 3:39 p.m. UTC | #1
On Fri, Jul 05, 2024 at 10:20:30AM +0530, Chintan Vankar wrote:

> Add "bootph-all" property to CPSW MAC's PHY node phy_gmii_sel.
> 
> Signed-off-by: Chintan Vankar <c-vankar@ti.com>
> ---
> 
> Link to v2:
> https://lore.kernel.org/r/20240425120822.2048012-11-c-vankar@ti.com/
> 
> Changes from v2 to v3:
> - Since "phy_gmii_sel" with "bootph-all" property is merged at upstream
>   Linux for am62x-sk-common with commit "ba50141137fa", this patch can be
>   drop with next DT-Sync.
> 
>  arch/arm/dts/k3-am625-sk-u-boot.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)

Please use the cherry-pick option to bring this change forward so
there's nothing to do on the next re-sync, thanks.
diff mbox series

Patch

diff --git a/arch/arm/dts/k3-am625-sk-u-boot.dtsi b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
index 1fc0d407cb..18412688bb 100644
--- a/arch/arm/dts/k3-am625-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
@@ -12,6 +12,10 @@ 
 	};
 };
 
+&phy_gmii_sel {
+	bootph-all;
+};
+
 &main_timer0 {
 	clock-frequency = <25000000>;
 };