[PATCH 5/5] fbdev: omap2: panel-dpi: allow specification of a vcc regulator

2015-12-10 Thread Uwe Kleine-König
From: Uwe Kleine-König To allow supporting displays that need some logic to enable power to the display add support for a vcc-supply property to drive a regulator. Signed-off-by: Uwe Kleine-König --- Documentation/devicetree/bindings/video/panel-dpi.txt | 1 + drivers/video/fbdev/omap2/displa

Re: [PATCH 5/5] fbdev: omap2: panel-dpi: allow specification of a vcc regulator

2015-12-16 Thread Tomi Valkeinen
On 10/12/15 15:11, Uwe Kleine-König wrote: > From: Uwe Kleine-König > > To allow supporting displays that need some logic to enable power to the > display add support for a vcc-supply property to drive a regulator. > > Signed-off-by: Uwe Kleine-König > --- > Documentation/devicetree/bindings

Re: [PATCH 5/5] fbdev: omap2: panel-dpi: allow specification of a vcc regulator

2015-12-19 Thread Adam Ford
Tomi, Do you have any thought on how to approach adding sleep/delay functions? I have a display that requires a small delay before and after the enable gpio toggle. I assume that some may require a delay after the regulator starts for it to be be ready. For now I have a temp hack that just inse

Re: [PATCH 5/5] fbdev: omap2: panel-dpi: allow specification of a vcc regulator

2015-12-23 Thread Tomi Valkeinen
Hi, On 19/12/15 22:41, Adam Ford wrote: > Tomi, > > Do you have any thought on how to approach adding sleep/delay > functions? I have a display that requires a small delay before and > after the enable gpio toggle. I assume that some may require a delay > after the regulator starts for it to be