Message ID | 20250403033748.245007-6-andyshrk@163.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add support for RK3588 DisplayPort Controller | expand |
On Thu, Apr 03, 2025 at 11:37:33AM +0800, Andy Yan wrote: > From: Andy Yan <andy.yan@rock-chips.com> > > The RA620 is an active DP to HDMI converter chip, basically > no software is involved to drive it. > > Add it to simple bridge to make it can be find by the drm bridge chain. > > Signed-off-by: Andy Yan <andy.yan@rock-chips.com> > > --- > > Changes in v3: > - First introduced in this version. > > drivers/gpu/drm/bridge/simple-bridge.c | 5 +++++ > 1 file changed, 5 insertions(+) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
diff --git a/drivers/gpu/drm/bridge/simple-bridge.c b/drivers/gpu/drm/bridge/simple-bridge.c index 70db5b99e5bb8..df2d8106ee755 100644 --- a/drivers/gpu/drm/bridge/simple-bridge.c +++ b/drivers/gpu/drm/bridge/simple-bridge.c @@ -261,6 +261,11 @@ static const struct of_device_id simple_bridge_match[] = { .timings = &default_bridge_timings, .connector_type = DRM_MODE_CONNECTOR_VGA, }, + }, { + .compatible = "radxa,ra620", + .data = &(const struct simple_bridge_info) { + .connector_type = DRM_MODE_CONNECTOR_HDMIA, + }, }, { .compatible = "ti,opa362", .data = &(const struct simple_bridge_info) {