summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sun4i/sun4i_drv.c
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2016-04-11 12:16:33 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-08-22 15:34:18 +0200
commit894f5a9f4b4aaf154fce121d80199a2e2146d6d1 (patch)
tree8600f72ea7a22ec8a62fa1ad4a24317a8a0fe23c /drivers/gpu/drm/sun4i/sun4i_drv.c
parenta8444c7ee2c02b567731a6edcd5d328f85aac1b1 (diff)
downloadlwn-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.c4
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)) {