Skip to content

Commit fced5a3

Browse files
committed
drm/bridge: cdns: Convert to phy framework
Now that we have everything we need in the phy framework to allow to tune the phy parameters, let's convert the Cadence DSI bridge to that API instead of creating a ad-hoc driver for its phy. Acked-by: Sean Paul <sean@poorly.run> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/8772ad061f07cd91fa48bb05880095b25eccec08.1548085432.git-series.maxime.ripard@bootlin.com
1 parent 4dad3e7 commit fced5a3

File tree

2 files changed

+60
-426
lines changed

2 files changed

+60
-426
lines changed

drivers/gpu/drm/bridge/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ config DRM_CDNS_DSI
3030
select DRM_KMS_HELPER
3131
select DRM_MIPI_DSI
3232
select DRM_PANEL_BRIDGE
33+
select GENERIC_PHY_MIPI_DPHY
3334
depends on OF
3435
help
3536
Support Cadence DPI to DSI bridge. This is an internal

0 commit comments

Comments
 (0)