mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
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>
This commit is contained in:
parent
4658f363fe
commit
586831a417
|
|
@ -1139,6 +1139,7 @@ static int sii902x_init(struct sii902x *sii902x)
|
|||
sii902x->bridge.of_node = dev->of_node;
|
||||
sii902x->bridge.timings = &default_sii902x_timings;
|
||||
sii902x->bridge.ops = DRM_BRIDGE_OP_DETECT | DRM_BRIDGE_OP_EDID;
|
||||
sii902x->bridge.type = DRM_MODE_CONNECTOR_HDMIA;
|
||||
|
||||
if (sii902x->i2c->irq > 0)
|
||||
sii902x->bridge.ops |= DRM_BRIDGE_OP_HPD;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user