Skip to content

Commit 7156602

Browse files
superna9999lumag
authored andcommitted
drm/bridge: simple: add Realtek RTD2171 DP-to-HDMI bridge
Add support for the transparent Realtek RTD2171 DP-to-HDMI bridge. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20250908-topic-x1e80100-hdmi-v3-2-c53b0f2bc2fb@linaro.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
1 parent 2c4f536 commit 7156602

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
@@ -266,6 +266,11 @@ static const struct of_device_id simple_bridge_match[] = {
266266
.data = &(const struct simple_bridge_info) {
267267
.connector_type = DRM_MODE_CONNECTOR_HDMIA,
268268
},
269+
}, {
270+
.compatible = "realtek,rtd2171",
271+
.data = &(const struct simple_bridge_info) {
272+
.connector_type = DRM_MODE_CONNECTOR_HDMIA,
273+
},
269274
}, {
270275
.compatible = "ti,opa362",
271276
.data = &(const struct simple_bridge_info) {

0 commit comments

Comments
 (0)