mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
ARM: Remove EHCI specific code from HSC|DDC board file
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 <lukma@denx.de>
This commit is contained in:
parent
e626fcb6e2
commit
414ba7cda3
@ -17,7 +17,6 @@
|
|||||||
#include <fsl_pmic.h>
|
#include <fsl_pmic.h>
|
||||||
#include "kp_id_rev.h"
|
#include "kp_id_rev.h"
|
||||||
|
|
||||||
#define VBUS_PWR_EN IMX_GPIO_NR(7, 8)
|
|
||||||
#define BOOSTER_OFF IMX_GPIO_NR(2, 23)
|
#define BOOSTER_OFF IMX_GPIO_NR(2, 23)
|
||||||
#define LCD_BACKLIGHT IMX_GPIO_NR(1, 1)
|
#define LCD_BACKLIGHT IMX_GPIO_NR(1, 1)
|
||||||
#define KEY1 IMX_GPIO_NR(2, 26)
|
#define KEY1 IMX_GPIO_NR(2, 26)
|
||||||
@ -42,15 +41,6 @@ int dram_init_banksize(void)
|
|||||||
return 0;
|
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)
|
static int power_init(void)
|
||||||
{
|
{
|
||||||
struct udevice *dev;
|
struct udevice *dev;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user