projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4744319
)
drm/tegra: dpaux: Add Tegra194 support
author
Thierry Reding
<treding@nvidia.com>
Fri, 21 Sep 2018 10:27:45 +0000
(12:27 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Wed, 26 Sep 2018 14:04:56 +0000
(16:04 +0200)
The DPAUX controller found on Tegra194 is almost identical to its
predecessor from Tegra186.
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dpaux.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/tegra/dpaux.c
b/drivers/gpu/drm/tegra/dpaux.c
index ba5681fab73b2e6395d54ba1853ac32ac0f5fb5d..ee4180d8db147ce3739bf8c19ebd2b19d1cb33ea 100644
(file)
--- a/
drivers/gpu/drm/tegra/dpaux.c
+++ b/
drivers/gpu/drm/tegra/dpaux.c
@@
-639,6
+639,7
@@
static const struct dev_pm_ops tegra_dpaux_pm_ops = {
};
static const struct of_device_id tegra_dpaux_of_match[] = {
+ { .compatible = "nvidia,tegra194-dpaux", },
{ .compatible = "nvidia,tegra186-dpaux", },
{ .compatible = "nvidia,tegra210-dpaux", },
{ .compatible = "nvidia,tegra124-dpaux", },