mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
drm/bridge: simple: add ASL CS5263 DP-to-HDMI bridge
Add support for the transparent ASL CS5263 DP-to-HDMI bridge. Signed-off-by: Ettore Chimenti <ettore.chimenti@linaro.org> Signed-off-by: Georg Gottleuber <ggo@tuxedocomputers.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20251121142623.251118-4-ggo@tuxedocomputers.com
This commit is contained in:
parent
0eebd421ac
commit
d525f967e7
|
|
@ -261,6 +261,11 @@ static const struct of_device_id simple_bridge_match[] = {
|
|||
.timings = &default_bridge_timings,
|
||||
.connector_type = DRM_MODE_CONNECTOR_VGA,
|
||||
},
|
||||
}, {
|
||||
.compatible = "asl-tek,cs5263",
|
||||
.data = &(const struct simple_bridge_info) {
|
||||
.connector_type = DRM_MODE_CONNECTOR_HDMIA,
|
||||
},
|
||||
}, {
|
||||
.compatible = "parade,ps185hdm",
|
||||
.data = &(const struct simple_bridge_info) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user