Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

The display controller on Tegra114 is in fact not backwards-compatible
with the instantiation found on earlier SoCs. Drop the misleading
compatible string.

Signed-off-by: Thierry Reding <treding@nvidia.com>

+2 -2
+2 -2
arch/arm/boot/dts/tegra114.dtsi
··· 56 56 }; 57 57 58 58 dc@54200000 { 59 - compatible = "nvidia,tegra114-dc", "nvidia,tegra20-dc"; 59 + compatible = "nvidia,tegra114-dc"; 60 60 reg = <0x54200000 0x00040000>; 61 61 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; 62 62 clocks = <&tegra_car TEGRA114_CLK_DISP1>, ··· 75 75 }; 76 76 77 77 dc@54240000 { 78 - compatible = "nvidia,tegra114-dc", "nvidia,tegra20-dc"; 78 + compatible = "nvidia,tegra114-dc"; 79 79 reg = <0x54240000 0x00040000>; 80 80 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>; 81 81 clocks = <&tegra_car TEGRA114_CLK_DISP2>,