diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-11-21 12:50:41 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-11-28 14:07:02 +0400 |
commit | 219e81536c8776b30ccf3262c1ceaeaddf7a231a (patch) | |
tree | 947a7c80ef807380482cc12e59f45d241da809d1 /drivers/gpu/drm/tegra/hdmi.c | |
parent | ac8f7c4894bea3ae1af31e78fea31b1ba3347834 (diff) | |
download | linux-219e81536c8776b30ccf3262c1ceaeaddf7a231a.tar.xz |
drm: tegra: Add Tegra30 support
Add support for host1x, the display controllers and HDMI on the Tegra30
SoC.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Tested-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Mark Zhang <markz@nvidia.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/hdmi.c')
-rw-r--r-- | drivers/gpu/drm/tegra/hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/hdmi.c b/drivers/gpu/drm/tegra/hdmi.c index 58f55dc6d59d..ab4016412bbf 100644 --- a/drivers/gpu/drm/tegra/hdmi.c +++ b/drivers/gpu/drm/tegra/hdmi.c @@ -1318,8 +1318,8 @@ static int tegra_hdmi_remove(struct platform_device *pdev) } static struct of_device_id tegra_hdmi_of_match[] = { - { .compatible = "nvidia,tegra20-hdmi", }, { .compatible = "nvidia,tegra30-hdmi", }, + { .compatible = "nvidia,tegra20-hdmi", }, { }, }; |