aboutsummaryrefslogtreecommitdiff
path: root/configs/omap3_beagle_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-12 20:32:28 -0400
committerTom Rini <trini@konsulko.com>2021-09-27 21:38:34 -0400
commit899867a28a86a0c6142337c060a546def16963a3 (patch)
treed6eb02e51c611c71a3bbd367ac075c29b1eb1af2 /configs/omap3_beagle_defconfig
parentfb1d1778f92c90a6b56d9ec6ceb3689b32bce8a7 (diff)
downloadu-boot-899867a28a86a0c6142337c060a546def16963a3.zip
u-boot-899867a28a86a0c6142337c060a546def16963a3.tar.gz
u-boot-899867a28a86a0c6142337c060a546def16963a3.tar.bz2
Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to Kconfig
This converts the following to Kconfig: CONFIG_OMAP_EHCI_PHY1_RESET_GPIO CONFIG_OMAP_EHCI_PHY2_RESET_GPIO CONFIG_OMAP_EHCI_PHY3_RESET_GPIO To do this, we also introduce CONFIG_HAS_CONFIG_OMAP_EHCI_PHYn_RESET_GPIO options to get setting the GPIO number. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/omap3_beagle_defconfig')
-rw-r--r--configs/omap3_beagle_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
index 89b2bff..578e682 100644
--- a/configs/omap3_beagle_defconfig
+++ b/configs/omap3_beagle_defconfig
@@ -84,6 +84,8 @@ CONFIG_OMAP3_SPI=y
CONFIG_USB=y
# CONFIG_SPL_DM_USB is not set
CONFIG_USB_EHCI_HCD=y
+CONFIG_HAS_OMAP_EHCI_PHY1_RESET_GPIO=y
+CONFIG_OMAP_EHCI_PHY1_RESET_GPIO=147
CONFIG_USB_OMAP3=y
CONFIG_USB_MUSB_GADGET=y
CONFIG_USB_MUSB_OMAP2PLUS=y