On 16:24-20240813, Chintan Vankar wrote: > Add missing bootph-all property for CPSW MAC's PHY node > phy_gmii_sel. > > Signed-off-by: Chintan Vankar <[email protected]> > Link: https://lore.kernel.org/r/[email protected] > Signed-off-by: Vignesh Raghavendra <[email protected]> > > [ upstream commit: ba50141137fae205a731005e70687f4a52289050 ] > > (cherry picked from commit 2bdd1743a9f6515efe7c3648a25d63b4a9ce4a10) > --- > > Link to v4: > https://lore.kernel.org/r/[email protected]/ > > Changes from v4 to v5: > - Updated this patch with the cherry picked patch from > devicetree-rebasing repo as pointed out by Sumit. > > dts/upstream/src/arm64/ti/k3-am62x-sk-common.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/dts/upstream/src/arm64/ti/k3-am62x-sk-common.dtsi > b/dts/upstream/src/arm64/ti/k3-am62x-sk-common.dtsi > index 3c45782ab2b..96378b19c41 100644 > --- a/dts/upstream/src/arm64/ti/k3-am62x-sk-common.dtsi > +++ b/dts/upstream/src/arm64/ti/k3-am62x-sk-common.dtsi > @@ -128,6 +128,10 @@ > }; > }; > > +&phy_gmii_sel { > + bootph-all; > +}; > +
If you cannot wait for upstream dt sync, why not just do this in R5-sk or u-boot.dtsi? -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

