Re: [PATCH 5/5] Doc/DT: hdmi-connector: add HPD GPIO documentation
From: Archit Taneja <hidden>
Date: 2014-05-12 05:36:08
Hi, On Friday 09 May 2014 06:02 PM, Tomi Valkeinen wrote:
quoted hunk
Add binding documentation for HDMI connector's HPD GPIO. Signed-off-by: Tomi Valkeinen <redacted> Cc: devicetree@vger.kernel.org --- Documentation/devicetree/bindings/video/hdmi-connector.txt | 1 + 1 file changed, 1 insertion(+)diff --git a/Documentation/devicetree/bindings/video/hdmi-connector.txt b/Documentation/devicetree/bindings/video/hdmi-connector.txt index ccccc19e2573..acd5668b1ce1 100644 --- a/Documentation/devicetree/bindings/video/hdmi-connector.txt +++ b/Documentation/devicetree/bindings/video/hdmi-connector.txt@@ -7,6 +7,7 @@ Required properties: Optional properties: - label: a symbolic name for the connector +- hpd-gpios: HPD GPIO number
Would there ever be more than one HPD gpio? Archit