Re: [PATCH v4 2/6] dt-bindings: display: Add hpd-gpios to panel-common bindings

2020-05-05 Thread Laurent Pinchart
Hi Doug, Thank you for the patch. On Thu, Apr 30, 2020 at 12:46:13PM -0700, Douglas Anderson wrote: > In the cases where there is no connector in a system there's no great > place to put "hpd-gpios". As per discussion [1] the best place to put > it is in the panel. Add this to the device tree b

[PATCH v4 2/6] dt-bindings: display: Add hpd-gpios to panel-common bindings

2020-04-30 Thread Douglas Anderson
In the cases where there is no connector in a system there's no great place to put "hpd-gpios". As per discussion [1] the best place to put it is in the panel. Add this to the device tree bindings. [1] https://lore.kernel.org/r/20200417180819.ge5...@pendragon.ideasonboard.com Signed-off-by: Dou