drm/tegra: dpaux: Add Tegra186 support
authorThierry Reding <treding@nvidia.com>
Thu, 12 Oct 2017 15:34:11 +0000 (17:34 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 13 Dec 2017 13:36:38 +0000 (14:36 +0100)
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>
drivers/gpu/drm/tegra/dpaux.c

index 2cd671b1a9cc2ed26ad85d0665810d06c1c7c2a7..312b93c0323cb50adc0477f858c77936bd1b8d85 100644 (file)
@@ -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", },
        { },