Re: [PATCH RESEND] backlight: gpio-backlight: Correct initial power state handling

2018-09-26 Thread Peter Ujfalusi
Daniel, On 2018-06-13 18:11, Daniel Thompson wrote: > On 08/05/18 08:04, Peter Ujfalusi wrote: >> The default-on property - or the def_value via legacy pdata) should be >> handled as: >> if it is 1, the backlight must be enabled (kept enabled) >> if it is 0, the backlight must be disabled (kept

Re: [PATCH RESEND] backlight: gpio-backlight: Correct initial power state handling

2018-06-13 Thread Daniel Thompson
On 08/05/18 08:04, Peter Ujfalusi wrote: The default-on property - or the def_value via legacy pdata) should be handled as: if it is 1, the backlight must be enabled (kept enabled) if it is 0, the backlight must be disabled (kept disabled) This only works for the case when default-on is set. If