diff options
| -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 | ||
