diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-10-05 16:10:00 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-10-05 16:10:00 -0700 |
| commit | 4afd92d32ed5b4742df3c2f413783a8d5c8cd4cd (patch) | |
| tree | 53f42f1dd5b799a1879a750b034c990716d5d04d | |
| parent | 52b59ba4bd3638ad12cda7fd1c32c6c97b25a2db (diff) | |
| parent | 34658f72cf98c034ae92fbc33ae5eb97f707b2e9 (diff) | |
Merge "drm/msm: Remove too many hdmi_i2c_xfer warnings"
| -rw-r--r-- | drivers/gpu/drm/msm/hdmi/hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/hdmi/hdmi.c b/drivers/gpu/drm/msm/hdmi/hdmi.c index 7d660ba56594..9dbd86eff816 100644 --- a/drivers/gpu/drm/msm/hdmi/hdmi.c +++ b/drivers/gpu/drm/msm/hdmi/hdmi.c @@ -424,7 +424,7 @@ static struct hdmi_platform_config hdmi_tx_8994_config = { static struct hdmi_platform_config hdmi_tx_8996_config = { .phy_init = NULL, HDMI_CFG(pwr_reg, none), - HDMI_CFG(hpd_reg, none), + HDMI_CFG(hpd_reg, 8x74), HDMI_CFG(pwr_clk, 8x74), HDMI_CFG(hpd_clk, 8x74), .hpd_freq = hpd_clk_freq_8x74, |
