Commit 05465f4e authored by Thierry Reding's avatar Thierry Reding Committed by Stephen Warren

ARM: tegra: Mark Tegra30 display controller compatible with Tegra20

The display controller found on Tegra30 SoCs is backwards-compatible
with the one on Tegra20 SoCs.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 0a9375d1
......@@ -141,7 +141,7 @@ gr3d {
};
dc@54200000 {
compatible = "nvidia,tegra30-dc";
compatible = "nvidia,tegra30-dc", "nvidia,tegra20-dc";
reg = <0x54200000 0x00040000>;
interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&tegra_car TEGRA30_CLK_DISP1>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment