From: Zheng Yang Date: Fri, 28 Apr 2017 02:59:31 +0000 (+0800) Subject: drm: bridge: dw-hdmi: add default phy function for DW_HDMI_PHY_DWC_HDMI20_TX_PHY X-Git-Tag: release-20171130_firefly~4^2~696 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a3d6d48166b829ddab8da9fafdad42061169d34f;p=firefly-linux-kernel-4.4.55.git drm: bridge: dw-hdmi: add default phy function for DW_HDMI_PHY_DWC_HDMI20_TX_PHY DWC HDMI 2.0 TX PHY has the same register layout with DWC HDMI MHL TX PHY, so we use hdmi_phy_configure_dwc_hdmi_3d_tx as DW_HDMI_PHY_DWC_HDMI20_TX_PHY default configuration function. Change-Id: Ib50464b9eef87707a8597493cc05e61a1ecde240 Signed-off-by: Zheng Yang --- diff --git a/drivers/gpu/drm/bridge/dw-hdmi.c b/drivers/gpu/drm/bridge/dw-hdmi.c index 15155fa25325..dc3fe9f0f1d2 100644 --- a/drivers/gpu/drm/bridge/dw-hdmi.c +++ b/drivers/gpu/drm/bridge/dw-hdmi.c @@ -2352,6 +2352,7 @@ static const struct dw_hdmi_phy_data dw_hdmi_phys[] = { .name = "DWC HDMI 2.0 TX PHY", .gen = 2, .has_svsret = true, + .configure = hdmi_phy_configure_dwc_hdmi_3d_tx, }, { .type = DW_HDMI_PHY_VENDOR_PHY, .name = "Vendor PHY",