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>
This commit is contained in:
parent
ac8f7c4894
commit
219e81536c
3 changed files with 5 additions and 1 deletions
|
@ -818,6 +818,7 @@ static int tegra_dc_remove(struct platform_device *pdev)
|
|||
}
|
||||
|
||||
static struct of_device_id tegra_dc_of_match[] = {
|
||||
{ .compatible = "nvidia,tegra30-dc", },
|
||||
{ .compatible = "nvidia,tegra20-dc", },
|
||||
{ },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue