Skip to content

Commit d51e390

Browse files
valpackettlumag
authored andcommitted
drm/bridge: simple: add the Algoltek AG6311 DP-to-HDMI bridge
The Algoltek AG6311 is a transparent DisplayPort to HDMI bridge. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Val Packett <val@packett.cool> Link: https://patch.msgid.link/20260120234029.419825-8-val@packett.cool Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
1 parent e58be49 commit d51e390

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

drivers/gpu/drm/bridge/simple-bridge.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ static const struct of_device_id simple_bridge_match[] = {
260260
.timings = &default_bridge_timings,
261261
.connector_type = DRM_MODE_CONNECTOR_VGA,
262262
},
263+
}, {
264+
.compatible = "algoltek,ag6311",
265+
.data = &(const struct simple_bridge_info) {
266+
.connector_type = DRM_MODE_CONNECTOR_HDMIA,
267+
},
263268
}, {
264269
.compatible = "asl-tek,cs5263",
265270
.data = &(const struct simple_bridge_info) {

0 commit comments

Comments
 (0)