Re: [U-Boot] [PATCH 1/2] ARM: dts: imx6q-logicpd: Keep GEN3V3 alive

2019-10-08 Thread Adam Ford
On Tue, Oct 8, 2019 at 1:40 PM Fabio Estevam wrote: > > Hi Adam, > > On Tue, Oct 8, 2019 at 3:32 PM Adam Ford wrote: > > > > The schematic shows Gen3V3 is driven by sw2_reg on the pfuze100 > > PMIC. Linux doesn't appear to have an issue keeping this rail > > up, but U-Boot shuts it down for

Re: [U-Boot] [PATCH 1/2] ARM: dts: imx6q-logicpd: Keep GEN3V3 alive

2019-10-08 Thread Fabio Estevam
Hi Adam, On Tue, Oct 8, 2019 at 3:32 PM Adam Ford wrote: > > The schematic shows Gen3V3 is driven by sw2_reg on the pfuze100 > PMIC. Linux doesn't appear to have an issue keeping this rail > up, but U-Boot shuts it down for some reason. > > This patch sets 'regulator-always-on' for sw2_reg to

[U-Boot] [PATCH 1/2] ARM: dts: imx6q-logicpd: Keep GEN3V3 alive

2019-10-08 Thread Adam Ford
The schematic shows Gen3V3 is driven by sw2_reg on the pfuze100 PMIC. Linux doesn't appear to have an issue keeping this rail up, but U-Boot shuts it down for some reason. This patch sets 'regulator-always-on' for sw2_reg to keept this rail powered. Signed-off-by: Adam Ford diff --git