diff options
author | Tom Rini | 2021-05-27 07:42:49 -0400 |
---|---|---|
committer | Tom Rini | 2021-05-27 07:42:49 -0400 |
commit | aab8b17e94c447561a402bc7508b73fd8ee712e5 (patch) | |
tree | d3e78693f4f68ce3ea716f9405d34a64c5f4ffb8 /configs | |
parent | a0ecfa568d3309bb21869622bfc7147665c4260d (diff) | |
parent | fed603f868469a0d8f2548bdac137feead333c6b (diff) |
Merge tag 'ti-v2021.07-rc4' of https://source.denx.de/u-boot/custodians/u-boot-ti
- Fix reset for AM64 platforms
- Enable networking PHY driver for AM64
- Fix default R5F cluster setting in J7
Diffstat (limited to 'configs')
-rw-r--r-- | configs/am64x_evm_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig index 08bb8af500b..304f5b41a3a 100644 --- a/configs/am64x_evm_a53_defconfig +++ b/configs/am64x_evm_a53_defconfig @@ -75,6 +75,7 @@ CONFIG_SF_DEFAULT_MODE=0 CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_PHY_TI=y +CONFIG_PHY_TI_DP83867=y CONFIG_PHY_FIXED=y CONFIG_DM_ETH=y CONFIG_TI_AM65_CPSW_NUSS=y |