mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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 <zhengyang@rock-chips.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user