mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 12:54:37 +00:00
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 <sumit.garg@linaro.org> Signed-off-by: Chintan Vankar <c-vankar@ti.com> Link: https://lore.kernel.org/r/20240430085048.3143665-1-c-vankar@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> [ upstream commit: ba50141137fae205a731005e70687f4a52289050 ] (cherry picked from commit 2bdd1743a9f6515efe7c3648a25d63b4a9ce4a10) Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
This commit is contained in:
parent
bdf6900fd6
commit
d9de999ed5
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&phy_gmii_sel {
|
||||||
|
bootph-all;
|
||||||
|
};
|
||||||
|
|
||||||
&main_pmx0 {
|
&main_pmx0 {
|
||||||
/* First pad number is ALW package and second is AMC package */
|
/* First pad number is ALW package and second is AMC package */
|
||||||
main_uart0_pins_default: main-uart0-default-pins {
|
main_uart0_pins_default: main-uart0-default-pins {
|
||||||
|
|
Loading…
Add table
Reference in a new issue