From 768a05971030c0c57e05063f20449b8d4138293e Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 7 May 2012 10:26:00 +0000 Subject: mx53loco: Turn on VUSB regulator On the mx53loco board with mc34708 PMIC it is necessary to turn on VUSB regulator so that the mx53 USBH1 PHY receives the 3.3V voltage. Tested by inserting a USB pen drive in the upper USB slot (USBH1) and then issued the commands: usb start usb info ,which correctly detected and printed the USB pen drive information. Signed-off-by: Fabio Estevam Acked-by: Jason Liu Acked-by: Stefano Babic --- include/fsl_pmic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/fsl_pmic.h') diff --git a/include/fsl_pmic.h b/include/fsl_pmic.h index 3b7cd37fb7..64c1e2ef65 100644 --- a/include/fsl_pmic.h +++ b/include/fsl_pmic.h @@ -131,5 +131,6 @@ enum { #define VUSBSEL_MC34708 (1 << 2) #define VUSBEN_MC34708 (1 << 3) #define SWBST_CTRL 31 +#define SWBST_AUTO 0x8 #endif -- cgit v1.2.1