Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1390569 > unrolled thread
| Started by | Rob Herring <robh@kernel.org> |
|---|---|
| First post | 2016-04-28 23:50 +0200 |
| Last post | 2016-05-03 18:10 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v3 2/2] dt-bindings: imx: ldb: Add ddc-i2c-bus property Rob Herring <robh@kernel.org> - 2016-04-28 23:50 +0200
Re: [PATCH v3 2/2] dt-bindings: imx: ldb: Add ddc-i2c-bus property Philipp Zabel <p.zabel@pengutronix.de> - 2016-04-29 09:50 +0200
Re: [PATCH v3 2/2] dt-bindings: imx: ldb: Add ddc-i2c-bus property Rob Herring <robh@kernel.org> - 2016-05-03 18:10 +0200
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-04-28 23:50 +0200 |
| Subject | Re: [PATCH v3 2/2] dt-bindings: imx: ldb: Add ddc-i2c-bus property |
| Message-ID | <rt1YT-2LF-21@gated-at.bofh.it> |
On Wed, Apr 27, 2016 at 04:23:34PM -0400, Akshay Bhat wrote: > Document the ddc-i2c-bus property used by imx-ldb driver to read EDID > information via I2C interface. > > Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> > --- > > v3: > Newly added. > > Documentation/devicetree/bindings/display/imx/ldb.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/imx/ldb.txt b/Documentation/devicetree/bindings/display/imx/ldb.txt > index 0a175d9..a407462 100644 > --- a/Documentation/devicetree/bindings/display/imx/ldb.txt > +++ b/Documentation/devicetree/bindings/display/imx/ldb.txt > @@ -62,6 +62,7 @@ Required properties: > display-timings are used instead. > > Optional properties (required if display-timings are used): The required part doesn't make sense if you add this, but... > + - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing Really, this should be part of a connector node since i2c goes from the i2c controller to a connector and is not part of the display controller. > - display-timings : A node that describes the display timings as defined in > Documentation/devicetree/bindings/display/display-timing.txt. > - fsl,data-mapping : should be "spwg" or "jeida" > -- > 2.8.1 >
[toc] | [next] | [standalone]
| From | Philipp Zabel <p.zabel@pengutronix.de> |
|---|---|
| Date | 2016-04-29 09:50 +0200 |
| Message-ID | <rtblw-28S-27@gated-at.bofh.it> |
| In reply to | #1390569 |
Am Donnerstag, den 28.04.2016, 16:48 -0500 schrieb Rob Herring: > On Wed, Apr 27, 2016 at 04:23:34PM -0400, Akshay Bhat wrote: > > Document the ddc-i2c-bus property used by imx-ldb driver to read EDID > > information via I2C interface. > > > > Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> > > --- > > > > v3: > > Newly added. > > > > Documentation/devicetree/bindings/display/imx/ldb.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/display/imx/ldb.txt b/Documentation/devicetree/bindings/display/imx/ldb.txt > > index 0a175d9..a407462 100644 > > --- a/Documentation/devicetree/bindings/display/imx/ldb.txt > > +++ b/Documentation/devicetree/bindings/display/imx/ldb.txt > > @@ -62,6 +62,7 @@ Required properties: > > display-timings are used instead. > > > > Optional properties (required if display-timings are used): > > The required part doesn't make sense if you add this, but... > > > + - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing > > Really, this should be part of a connector node since i2c goes from the > i2c controller to a connector and is not part of the display controller. If the ddc i2c bus does indeed go through a connector, yes. Would that warrant a generic "lvds-connector" binding for all those different types of internal LVDS connectors? regards Philipp
[toc] | [prev] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-05-03 18:10 +0200 |
| Message-ID | <ruL3B-2N5-47@gated-at.bofh.it> |
| In reply to | #1390838 |
On Fri, Apr 29, 2016 at 09:44:12AM +0200, Philipp Zabel wrote: > Am Donnerstag, den 28.04.2016, 16:48 -0500 schrieb Rob Herring: > > On Wed, Apr 27, 2016 at 04:23:34PM -0400, Akshay Bhat wrote: > > > Document the ddc-i2c-bus property used by imx-ldb driver to read EDID > > > information via I2C interface. > > > > > > Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> > > > --- > > > > > > v3: > > > Newly added. > > > > > > Documentation/devicetree/bindings/display/imx/ldb.txt | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/Documentation/devicetree/bindings/display/imx/ldb.txt b/Documentation/devicetree/bindings/display/imx/ldb.txt > > > index 0a175d9..a407462 100644 > > > --- a/Documentation/devicetree/bindings/display/imx/ldb.txt > > > +++ b/Documentation/devicetree/bindings/display/imx/ldb.txt > > > @@ -62,6 +62,7 @@ Required properties: > > > display-timings are used instead. > > > > > > Optional properties (required if display-timings are used): > > > > The required part doesn't make sense if you add this, but... > > > > > + - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing > > > > Really, this should be part of a connector node since i2c goes from the > > i2c controller to a connector and is not part of the display controller. > > If the ddc i2c bus does indeed go through a connector, yes. Would that > warrant a generic "lvds-connector" binding for all those different types > of internal LVDS connectors? Probably an overkill for that case. It could be part of the panel node, but I'm reluctant to define a 3rd way. So this is fine as is. Acked-by: Rob Herring <robh@kernel.org> Rob
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web