Message ID | 20190401101308.5643-1-tomi.valkeinen@ti.com |
---|---|
State | Superseded |
Headers | show |
Series | None | expand |
On Mon, 1 Apr 2019 13:13:08 +0300, Tomi Valkeinen wrote: > Add DT property for defining the pin used for HPD. > > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> > Cc: devicetree@vger.kernel.org > Cc: Rob Herring <robh@kernel.org> > --- > > * Dropped the interrupt properties > * Renamed hpd-num to hpd-pin > * Added toshiba prefix for hpd-pin > > .../devicetree/bindings/display/bridge/toshiba,tc358767.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.txt b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.txt index e3f6aa6a214d..583c5e9dbe6b 100644 --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.txt +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358767.txt @@ -12,6 +12,7 @@ Optional properties: (active high shutdown input) - reset-gpios: OF device-tree gpio specification for RSTX pin (active low system reset) + - toshiba,hpd-pin: TC358767 GPIO pin number to which HPD is connected to (0 or 1) - ports: the ports node can contain video interface port nodes to connect to a DPI/DSI source and to an eDP/DP sink according to [1][2]: - port@0: DSI input port
Add DT property for defining the pin used for HPD. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: devicetree@vger.kernel.org Cc: Rob Herring <robh@kernel.org> --- * Dropped the interrupt properties * Renamed hpd-num to hpd-pin * Added toshiba prefix for hpd-pin .../devicetree/bindings/display/bridge/toshiba,tc358767.txt | 1 + 1 file changed, 1 insertion(+)