aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dpaux.c
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2018-09-21 14:42:41 +0300
committerThierry Reding <treding@nvidia.com>2018-09-24 15:28:42 +0200
commit47022003f94d1eecf49b9b7a7804814faaea9f08 (patch)
tree4d4c481fd48306f227047eaea0eabbc54ea1bb97 /drivers/gpu/drm/tegra/dpaux.c
parentdrm/tegra: Convert drm_atomic_helper_suspend/resume() (diff)
downloadlinux-dev-47022003f94d1eecf49b9b7a7804814faaea9f08.tar.xz
linux-dev-47022003f94d1eecf49b9b7a7804814faaea9f08.zip
drm/tegra: dpaux: Use the correct definition for pad modes
Some of definitions in the code changed the meaning, unfortunately one place missed the change. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Acked-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/dpaux.c')
-rw-r--r--drivers/gpu/drm/tegra/dpaux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/dpaux.c b/drivers/gpu/drm/tegra/dpaux.c
index d84e81ff36ad..ba5681fab73b 100644
--- a/drivers/gpu/drm/tegra/dpaux.c
+++ b/drivers/gpu/drm/tegra/dpaux.c
@@ -521,7 +521,7 @@ static int tegra_dpaux_probe(struct platform_device *pdev)
* is no possibility to perform the I2C mode configuration in the
* HDMI path.
*/
- err = tegra_dpaux_pad_config(dpaux, DPAUX_HYBRID_PADCTL_MODE_I2C);
+ err = tegra_dpaux_pad_config(dpaux, DPAUX_PADCTL_FUNC_I2C);
if (err < 0)
return err;