diff options
| author | Chintan Vankar <[email protected]> | 2024-08-26 15:55:15 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-08-30 13:57:40 -0600 |
| commit | d9de999ed5b1a1ea749f2e82ff6b3d7aa7e69b9d (patch) | |
| tree | e2b2a5f405a714b2e4493b13a0c95627eaddebb4 /dts/upstream/src | |
| parent | bdf6900fd6cc9d5004667747d9841e31c0c72d62 (diff) | |
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.
Reviewed-by: Sumit Garg <[email protected]>
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)
Reviewed-by: Sumit Garg <[email protected]>
Diffstat (limited to 'dts/upstream/src')
| -rw-r--r-- | dts/upstream/src/arm64/ti/k3-am62x-sk-common.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
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; +}; + &main_pmx0 { /* First pad number is ALW package and second is AMC package */ main_uart0_pins_default: main-uart0-default-pins { |
