summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-13 18:20:25 +0300
committerTom Rini <trini@konsulko.com>2021-12-13 18:20:25 +0300
commitcfbd2bc695b87434e52e1b1073756b823f18f09d (patch)
tree0071548476a2a4e05d22f6c70a3b3b7463f6d857 /configs
parent026c010c4af47d6f087eee3e54736b7014b43d75 (diff)
parent5c592b636a4006a50228d54eda3fe291eaa1abb8 (diff)
downloadu-boot-cfbd2bc695b87434e52e1b1073756b823f18f09d.tar.xz
Merge tag 'u-boot-stm32-20211213' of https://source.denx.de/u-boot/custodians/u-boot-stm
- enable KSZ90x1 PHY driver on DHCOR - DHSOM boards: - increase USB power-good delay - add update_sf script to install U-Boot into SF - increase PHY auto-negotiation timeout to 20 seconds - fix SoM and board coding strap GPIO handling # gpg verification failed.
Diffstat (limited to 'configs')
-rw-r--r--configs/stm32mp15_dhcor_basic_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/stm32mp15_dhcor_basic_defconfig b/configs/stm32mp15_dhcor_basic_defconfig
index aa000effc4..2356de76ba 100644
--- a/configs/stm32mp15_dhcor_basic_defconfig
+++ b/configs/stm32mp15_dhcor_basic_defconfig
@@ -108,6 +108,8 @@ CONFIG_SPI_FLASH_SPANSION=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_SPI_FLASH_WINBOND=y
CONFIG_SPI_FLASH_MTD=y
+CONFIG_PHY_MICREL=y
+CONFIG_PHY_MICREL_KSZ90X1=y
CONFIG_DM_ETH=y
CONFIG_DWC_ETH_QOS=y
CONFIG_PHY=y