diff options
author | Thierry Reding <treding@nvidia.com> | 2018-09-21 06:27:45 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-09-26 10:04:56 -0400 |
commit | 30f11cfd6a707868b49cdc9a72e4bfbf798be5a7 (patch) | |
tree | cb45b0f2dd8dbd9f4396fdcddb07a2db26f6d690 /drivers/gpu/drm/tegra/dpaux.c | |
parent | 474431968507d437d340de35b709aa3b41f8c996 (diff) |
drm/tegra: dpaux: Add Tegra194 support
The DPAUX controller found on Tegra194 is almost identical to its
predecessor from Tegra186.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/dpaux.c b/drivers/gpu/drm/tegra/dpaux.c index ba5681fab73b..ee4180d8db14 100644 --- 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 = { | |||
639 | }; | 639 | }; |
640 | 640 | ||
641 | static const struct of_device_id tegra_dpaux_of_match[] = { | 641 | static const struct of_device_id tegra_dpaux_of_match[] = { |
642 | { .compatible = "nvidia,tegra194-dpaux", }, | ||
642 | { .compatible = "nvidia,tegra186-dpaux", }, | 643 | { .compatible = "nvidia,tegra186-dpaux", }, |
643 | { .compatible = "nvidia,tegra210-dpaux", }, | 644 | { .compatible = "nvidia,tegra210-dpaux", }, |
644 | { .compatible = "nvidia,tegra124-dpaux", }, | 645 | { .compatible = "nvidia,tegra124-dpaux", }, |