[U-Boot] [PATCH V2] ARM: imx: dh-imx6: Enable DM regulator

2019-07-20 Thread sbabic
> Enable DM support for regulators and fixed regulator driver and > convert USB Vbus control over to the regulators defined in DT. > Signed-off-by: Marek Vasut > Cc: Ludwig Zenz > Cc: Stefano Babic > Tested-by: Ludwig Zenz Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -

Re: [U-Boot] [PATCH V2] ARM: imx: dh-imx6: Enable DM regulator

2019-06-24 Thread Ludwig Zenz
Marek Vasut Friday 21st June 2019 0:51: > Enable DM support for regulators and fixed regulator driver and > convert USB Vbus control over to the regulators defined in DT. > > Signed-off-by: Marek Vasut > Cc: Ludwig Zenz > Cc: Stefano Babic > --- > V2: Fix subject, should read DM regulator inst

[U-Boot] [PATCH V2] ARM: imx: dh-imx6: Enable DM regulator

2019-06-20 Thread Marek Vasut
Enable DM support for regulators and fixed regulator driver and convert USB Vbus control over to the regulators defined in DT. Signed-off-by: Marek Vasut Cc: Ludwig Zenz Cc: Stefano Babic --- V2: Fix subject, should read DM regulator instead of DM GPIO --- board/dhelectronics/dh_imx6/dh_imx6.c