projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e626fcb
)
ARM: Remove EHCI specific code from HSC|DDC board file
author
Lukasz Majewski
<
[email protected]
>
Thu, 4 Apr 2019 10:26:51 +0000
(12:26 +0200)
committer
Stefano Babic
<
[email protected]
>
Thu, 25 Apr 2019 15:03:25 +0000
(17:03 +0200)
As EHCI on i.MX5 has been converted to driver model, the board specific
code, necessary for VBUS USB power supply setup is not needed anymore.
Signed-off-by: Lukasz Majewski <
[email protected]
>
board/k+p/kp_imx53/kp_imx53.c
patch
|
blob
|
history
diff --git
a/board/k+p/kp_imx53/kp_imx53.c
b/board/k+p/kp_imx53/kp_imx53.c
index 3c7f652eec3ca2bc7c4e2150c9fd60bdd8b9565c..b447e13461d24b9c0771e819b2836bfbc7463a8e 100644
(file)
--- a/
board/k+p/kp_imx53/kp_imx53.c
+++ b/
board/k+p/kp_imx53/kp_imx53.c
@@
-17,7
+17,6
@@
#include <fsl_pmic.h>
#include "kp_id_rev.h"
-#define VBUS_PWR_EN IMX_GPIO_NR(7, 8)
#define BOOSTER_OFF IMX_GPIO_NR(2, 23)
#define LCD_BACKLIGHT IMX_GPIO_NR(1, 1)
#define KEY1 IMX_GPIO_NR(2, 26)
@@
-42,15
+41,6
@@
int dram_init_banksize(void)
return 0;
}
-#ifdef CONFIG_USB_EHCI_MX5
-int board_ehci_hcd_init(int port)
-{
- gpio_request(VBUS_PWR_EN, "VBUS_PWR_EN");
- gpio_direction_output(VBUS_PWR_EN, 1);
- return 0;
-}
-#endif
-
static int power_init(void)
{
struct udevice *dev;