Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/bridge: sii902x: Set bridge type

This is a RGB to HDMI bridge, so set the bridge type accordingly.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250326101124.4031874-1-alexander.stein@ew.tq-group.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Alexander Stein and committed by
Dmitry Baryshkov
586831a4 4658f363

+1
+1
drivers/gpu/drm/bridge/sii902x.c
··· 1139 1139 sii902x->bridge.of_node = dev->of_node; 1140 1140 sii902x->bridge.timings = &default_sii902x_timings; 1141 1141 sii902x->bridge.ops = DRM_BRIDGE_OP_DETECT | DRM_BRIDGE_OP_EDID; 1142 + sii902x->bridge.type = DRM_MODE_CONNECTOR_HDMIA; 1142 1143 1143 1144 if (sii902x->i2c->irq > 0) 1144 1145 sii902x->bridge.ops |= DRM_BRIDGE_OP_HPD;