diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-04-11 12:16:33 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-08-22 15:34:18 +0200 |
commit | 894f5a9f4b4aaf154fce121d80199a2e2146d6d1 (patch) | |
tree | 8600f72ea7a22ec8a62fa1ad4a24317a8a0fe23c /drivers/gpu/drm/sun4i/sun4i_drv.c | |
parent | a8444c7ee2c02b567731a6edcd5d328f85aac1b1 (diff) | |
download | lwn-894f5a9f4b4aaf154fce121d80199a2e2146d6d1.tar.gz lwn-894f5a9f4b4aaf154fce121d80199a2e2146d6d1.zip |
drm/sun4i: Add bridge support
Our RGB bus can be either connected to a bridge or a panel. While the panel
support was already there, the bridge was not.
Fix that.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'drivers/gpu/drm/sun4i/sun4i_drv.c')
-rw-r--r-- | drivers/gpu/drm/sun4i/sun4i_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/sun4i/sun4i_drv.c b/drivers/gpu/drm/sun4i/sun4i_drv.c index 7092daaf6c43..942f62e2441c 100644 --- a/drivers/gpu/drm/sun4i/sun4i_drv.c +++ b/drivers/gpu/drm/sun4i/sun4i_drv.c @@ -257,8 +257,8 @@ static int sun4i_drv_add_endpoints(struct device *dev, } /* - * If the node is our TCON, the first port is used for our - * panel, and will not be part of the + * If the node is our TCON, the first port is used for + * panel or bridges, and will not be part of the * component framework. */ if (sun4i_drv_node_is_tcon(node)) { |