Message ID | 1446637509-6418-13-git-send-email-p.zabel@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Nov 04, 2015 at 12:45:09PM +0100, Philipp Zabel wrote: > Add an optional ddc-i2c-bus phandle property that points to > an I2C master controller that handles the connector DDC pins. > > Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> > --- > Documentation/devicetree/bindings/video/hdmi-connector.txt | 1 + This one will have to move to bindings/display/connector/ as well. Otherwise: Acked-by: Rob Herring <robh@kernel.org> > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/video/hdmi-connector.txt b/Documentation/devicetree/bindings/video/hdmi-connector.txt > index acd5668..508aee4 100644 > --- a/Documentation/devicetree/bindings/video/hdmi-connector.txt > +++ b/Documentation/devicetree/bindings/video/hdmi-connector.txt > @@ -8,6 +8,7 @@ Required properties: > Optional properties: > - label: a symbolic name for the connector > - hpd-gpios: HPD GPIO number > +- ddc-i2c-bus: phandle link to the I2C controller used for DDC EDID probing > > Required nodes: > - Video port for HDMI input > -- > 2.6.1 >
diff --git a/Documentation/devicetree/bindings/video/hdmi-connector.txt b/Documentation/devicetree/bindings/video/hdmi-connector.txt index acd5668..508aee4 100644 --- a/Documentation/devicetree/bindings/video/hdmi-connector.txt +++ b/Documentation/devicetree/bindings/video/hdmi-connector.txt @@ -8,6 +8,7 @@ Required properties: Optional properties: - label: a symbolic name for the connector - hpd-gpios: HPD GPIO number +- ddc-i2c-bus: phandle link to the I2C controller used for DDC EDID probing Required nodes: - Video port for HDMI input
Add an optional ddc-i2c-bus phandle property that points to an I2C master controller that handles the connector DDC pins. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> --- Documentation/devicetree/bindings/video/hdmi-connector.txt | 1 + 1 file changed, 1 insertion(+)