Re: [PATCH] drm/tilcdc: Switch to using GPIO descriptors

2019-12-04 Thread Sam Ravnborg
Hi Jyri. On Tue, Dec 03, 2019 at 08:29:45PM +0200, Jyri Sarha wrote: > On 03/12/2019 15:09, Linus Walleij wrote: > > The TI LCDC picks a GPIO line from the device tree to use > > for DPMS power on/off. We can switch this to use a GPIO > > descriptor pretty easily. Make sure to request the GPIO > >

Re: [PATCH] drm/tilcdc: Switch to using GPIO descriptors

2019-12-03 Thread Jyri Sarha
On 03/12/2019 15:09, Linus Walleij wrote: > The TI LCDC picks a GPIO line from the device tree to use > for DPMS power on/off. We can switch this to use a GPIO > descriptor pretty easily. Make sure to request the GPIO > "as is" so that the DPMS state that we start (boot) in is > preserved. > Hmmm

Re: [PATCH] drm/tilcdc: Switch to using GPIO descriptors

2019-12-03 Thread David Lechner
On 12/3/19 7:09 AM, Linus Walleij wrote: The TI LCDC picks a GPIO line from the device tree to use for DPMS power on/off. We can switch this to use a GPIO descriptor pretty easily. Make sure to request the GPIO "as is" so that the DPMS state that we start (boot) in is preserved. Cc: Jyri Sarha

[PATCH] drm/tilcdc: Switch to using GPIO descriptors

2019-12-03 Thread Linus Walleij
The TI LCDC picks a GPIO line from the device tree to use for DPMS power on/off. We can switch this to use a GPIO descriptor pretty easily. Make sure to request the GPIO "as is" so that the DPMS state that we start (boot) in is preserved. Cc: Jyri Sarha Cc: Tomi Valkeinen Cc: David Lechner Sign