projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53f1e06
)
drm/tegra: dpaux: Use the correct definition for pad modes
author
Dmitry Osipenko
<digetx@gmail.com>
Fri, 21 Sep 2018 11:42:41 +0000
(14:42 +0300)
committer
Thierry Reding
<treding@nvidia.com>
Mon, 24 Sep 2018 13:28:42 +0000
(15:28 +0200)
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>
drivers/gpu/drm/tegra/dpaux.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/tegra/dpaux.c
b/drivers/gpu/drm/tegra/dpaux.c
index d84e81ff36ad0d906b1002650093748d728ec95b..ba5681fab73b2e6395d54ba1853ac32ac0f5fb5d 100644
(file)
--- 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;