diff options
| author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-05-07 10:26:00 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:34 +0200 | 
| commit | 768a05971030c0c57e05063f20449b8d4138293e (patch) | |
| tree | f672a9676d67434bc52e26f78e9bc181b020219d /include/fsl_pmic.h | |
| parent | 5b547f3c20cc0d394f0bbab817e2a50d1a18235f (diff) | |
| download | olio-uboot-2014.01-768a05971030c0c57e05063f20449b8d4138293e.tar.xz olio-uboot-2014.01-768a05971030c0c57e05063f20449b8d4138293e.zip | |
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 <fabio.estevam@freescale.com>
Acked-by: Jason Liu <r64343@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/fsl_pmic.h')
| -rw-r--r-- | include/fsl_pmic.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/fsl_pmic.h b/include/fsl_pmic.h index 3b7cd37fb..64c1e2ef6 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 |