Re: [PATCH 4/5] drm/bridge: ti-tfp410: Add support for the powerdown GPIO

2018-12-11 Thread Laurent Pinchart
Hi Jyri, On Tuesday, 11 December 2018 15:01:52 EET Jyri Sarha wrote: > On 06/12/2018 22:26, Laurent Pinchart wrote: > > The TFP410 has a powerdown pin that can be connected to a GPIO to > > control power saving. The DT bindings define a corresponding property, > > but the driver doesn't implement

Re: [PATCH 4/5] drm/bridge: ti-tfp410: Add support for the powerdown GPIO

2018-12-11 Thread Jyri Sarha
On 06/12/2018 22:26, Laurent Pinchart wrote: > The TFP410 has a powerdown pin that can be connected to a GPIO to > control power saving. The DT bindings define a corresponding property, > but the driver doesn't implement support for it. Fix that. > > Signed-off-by: Laurent Pinchart > --- I find

[PATCH 4/5] drm/bridge: ti-tfp410: Add support for the powerdown GPIO

2018-12-06 Thread Laurent Pinchart
The TFP410 has a powerdown pin that can be connected to a GPIO to control power saving. The DT bindings define a corresponding property, but the driver doesn't implement support for it. Fix that. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/bridge/ti-tfp410.c | 24