Commit 06227e3a authored by Thierry Reding's avatar Thierry Reding

ARM: tegra: The Tegra30 DC is not backwards-compatible

The display controller on Tegra30 is in fact not backwards-compatible
with the instantiation found on earlier SoCs. Drop the misleading
compatible string.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 2f499881
...@@ -197,7 +197,7 @@ gr3d@54180000 { ...@@ -197,7 +197,7 @@ gr3d@54180000 {
}; };
dc@54200000 { dc@54200000 {
compatible = "nvidia,tegra30-dc", "nvidia,tegra20-dc"; compatible = "nvidia,tegra30-dc";
reg = <0x54200000 0x00040000>; reg = <0x54200000 0x00040000>;
interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&tegra_car TEGRA30_CLK_DISP1>, 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