]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm: bridge: lvds-encoder: Add thine,thc63lvdm83d compatible string
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 2 Mar 2017 10:47:28 +0000 (12:47 +0200)
committerArchit Taneja <architt@codeaurora.org>
Sun, 5 Mar 2017 13:31:45 +0000 (19:01 +0530)
commit7160d57b6f81185c4bcf2365dc152c1905ff2ab7
treed38ac8352470de2a28117288a7b140fc356f035a
parentd29ffab591235c46e4eb9c72422c8d6789764db4
drm: bridge: lvds-encoder: Add thine,thc63lvdm83d compatible string

The THC63LVDM83D is a transparent LVDS encoder. Unlike dumb LVDS
encoders it can be controlled through a few pins (power down, LVDS
swing, clock edge selection) and requires power supplies. However, on
several boards where the device is used neither the control pins nor the
power supply are controllable.

To avoid developing a separate device-specific driver add a
"thine,thc63lvdm83d" compatible entry to the lvds-encoder driver. This
will allow supporting many THC63LVDM83D-based boards easily, while
allowing future development of an thc63lvdm83d driver when needed
without breaking backward compatibility.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170302104728.7150-5-laurent.pinchart+renesas@ideasonboard.com
drivers/gpu/drm/bridge/lvds-encoder.c