diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2018-09-21 07:42:41 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-09-24 09:28:42 -0400 |
commit | 47022003f94d1eecf49b9b7a7804814faaea9f08 (patch) | |
tree | 4d4c481fd48306f227047eaea0eabbc54ea1bb97 /drivers/gpu/drm/tegra/dpaux.c | |
parent | 53f1e0620b9b67f786b23c7e7fee96323bf2aa45 (diff) |
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.c | 2 |
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) | |||
521 | * is no possibility to perform the I2C mode configuration in the | 521 | * is no possibility to perform the I2C mode configuration in the |
522 | * HDMI path. | 522 | * HDMI path. |
523 | */ | 523 | */ |
524 | err = tegra_dpaux_pad_config(dpaux, DPAUX_HYBRID_PADCTL_MODE_I2C); | 524 | err = tegra_dpaux_pad_config(dpaux, DPAUX_PADCTL_FUNC_I2C); |
525 | if (err < 0) | 525 | if (err < 0) |
526 | return err; | 526 | return err; |
527 | 527 | ||