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

2019-09-10 Thread Patrice CHOTARD
Sorry it's not the correct patch version. I will send the reminder on the correct one (v2). Patrice On 9/10/19 11:54 AM, Patrice CHOTARD wrote: > Hi, > > It's a gentle reminder to not forgot this patch > > Thanks > > Patrice > > On 7/25/19 9:12 AM, Patrice Chotard wrote: >> Regulator should not

Re: [U-Boot] [PATCH] 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 7/25/19 9:12 AM, 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. >

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

2019-08-07 Thread Tom Rini
On Thu, Jul 25, 2019 at 09:12:39AM +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 : > - Documentatio

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

2019-07-25 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 - Documentation/devicetree/b