Re: [U-Boot] [PATCH v2] regulator: fixed: Modify enable-active-high behavior

2019-10-12 Thread Tom Rini
On Mon, Aug 26, 2019 at 01:50:31PM +0200, Patrice Chotard wrote: > Regulator should not be enabled at probe time if regulator-boot-on > property is not in the dt node. > > "enable-active-high" property is only used to indicate the GPIO > polarity. > > See kernel documentation : > -

Re: [U-Boot] [PATCH v2] regulator: fixed: Modify enable-active-high behavior

2019-09-10 Thread Patrice CHOTARD
Hi, It's a gentle reminder to not forgot this patch. Thanks Patrice On 8/26/19 1:50 PM, Patrice Chotard wrote: > Regulator should not be enabled at probe time if regulator-boot-on > property is not in the dt node. > > "enable-active-high" property is only used to indicate the GPIO > polarity.

[U-Boot] [PATCH v2] regulator: fixed: Modify enable-active-high behavior

2019-08-26 Thread Patrice Chotard
Regulator should not be enabled at probe time if regulator-boot-on property is not in the dt node. "enable-active-high" property is only used to indicate the GPIO polarity. See kernel documentation : - Documentation/devicetree/bindings/regulator/fixed-regulator.yaml -