]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/bridge: simple: add the Parade PS185HDM DP-to-HDMI bridge
authorMaud Spierings <maud_spierings@hotmail.com>
Sun, 16 Nov 2025 10:52:07 +0000 (11:52 +0100)
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Sun, 16 Nov 2025 11:31:49 +0000 (13:31 +0200)
The Parade PS185HDM is a transparent Displayport to HDMI bridge.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Maud Spierings <maud_spierings@hotmail.com>
Link: https://patch.msgid.link/20251116-asus_usbc_dp-v2-2-cc8f51136c9f@hotmail.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
drivers/gpu/drm/bridge/simple-bridge.c

index e4d0bc2200f8632bcc883102c89c270a17c68d0c..90abda199ceaa65eee94da7999aa2d0596f031a3 100644 (file)
@@ -261,6 +261,11 @@ static const struct of_device_id simple_bridge_match[] = {
                        .timings = &default_bridge_timings,
                        .connector_type = DRM_MODE_CONNECTOR_VGA,
                },
+       }, {
+               .compatible = "parade,ps185hdm",
+               .data = &(const struct simple_bridge_info) {
+                       .connector_type = DRM_MODE_CONNECTOR_HDMIA,
+               },
        }, {
                .compatible = "radxa,ra620",
                .data = &(const struct simple_bridge_info) {