Skip to content

Commit

Permalink
drm/tegra: dpaux: Add Tegra186 support
Browse files Browse the repository at this point in the history
DPAUX is the same as on previous generations. Supporting it is as simple
as adding the compatible string so that the driver will bind to any of
the devices.

Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Thierry Reding committed Dec 13, 2017
1 parent 82b81b3 commit 7b2c284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/tegra/dpaux.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ static const struct dev_pm_ops tegra_dpaux_pm_ops = {
};

static const struct of_device_id tegra_dpaux_of_match[] = {
{ .compatible = "nvidia,tegra186-dpaux", },
{ .compatible = "nvidia,tegra210-dpaux", },
{ .compatible = "nvidia,tegra124-dpaux", },
{ },
Expand Down

0 comments on commit 7b2c284

Please sign in to comment.