diff options
author | Adam Ford <aford173@gmail.com> | 2019-07-01 09:33:39 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-27 13:36:52 -0400 |
commit | 02acbb9472e0e981c3e4b33357723258b2468405 (patch) | |
tree | 4cb037942f9f717f2b6009e8e0eab3eda3dfee6f /include | |
parent | c94703483c694aebc5617e4b1975803010f815e7 (diff) | |
download | u-boot-02acbb9472e0e981c3e4b33357723258b2468405.tar.gz u-boot-02acbb9472e0e981c3e4b33357723258b2468405.tar.bz2 u-boot-02acbb9472e0e981c3e4b33357723258b2468405.zip |
ARM: am3517_evm: Fix pin muxing to enable EHCI Host in the future
This patch enables the pinmuxing to support gpio_57 for phy reset
and fixes the pinmuxing for the ECHI tranceiver. The clocks
don't appear to by fully enabled yet, so OMAP-EHCI on am3517 is
still not yet working, but we're one step closer.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/am3517_evm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index e0521abe90..2e8481890f 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -28,6 +28,8 @@ * Enable CONFIG_USB_MUSB_GADGET for Device functionalities. */ +#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 57 + #ifdef CONFIG_USB_MUSB_AM35X #ifdef CONFIG_USB_MUSB_HOST |