diff options
author | Stefano Babic <sbabic@denx.de> | 2012-10-16 04:07:04 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-25 11:30:49 -0700 |
commit | 8c735b990989bcd3909081aff7e6913222ac38e9 (patch) | |
tree | 7eeca43b178268cc939bce649c4953b942fca408 /include/configs | |
parent | e47c9e8608df6c95b6a324925573bac12045e059 (diff) | |
download | u-boot-imx-8c735b990989bcd3909081aff7e6913222ac38e9.zip u-boot-imx-8c735b990989bcd3909081aff7e6913222ac38e9.tar.gz u-boot-imx-8c735b990989bcd3909081aff7e6913222ac38e9.tar.bz2 |
OMAP3: mcx: updated to new hardware revision
Some GPIOs differ in the new revision board.
Previous revision are considered obsolete and
they will not anymore supported.
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mcx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/mcx.h b/include/configs/mcx.h index d3061a2..96e1059 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -115,8 +115,7 @@ #define CONFIG_USB_ULPI #define CONFIG_USB_ULPI_VIEWPORT_OMAP /*#define CONFIG_EHCI_DCACHE*/ /* leave it disabled for now */ -#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 154 -#define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 152 +#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 57 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 /* commands to include */ |