]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: tegra: fix the PMC compatible string in DT
authorJoseph Lo <josephl@nvidia.com>
Tue, 26 Feb 2013 16:27:43 +0000 (16:27 +0000)
committerStephen Warren <swarren@nvidia.com>
Mon, 11 Mar 2013 20:29:44 +0000 (14:29 -0600)
The PMC HW is not 100% compatible across all Tegra series. We need to
specify them in DT.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra114.dtsi
arch/arm/boot/dts/tegra30.dtsi

index 1dfaf2874c57261a2c108073ed47d2131c3188eb..e4ddeddcd437459f70faa3787aa28f13b4f926e1 100644 (file)
@@ -99,7 +99,7 @@
        };
 
        pmc {
-               compatible = "nvidia,tegra114-pmc", "nvidia,tegra30-pmc";
+               compatible = "nvidia,tegra114-pmc";
                reg = <0x7000e400 0x400>;
        };
 
index 7effa93ea9d9fc7d1a63d97443794bf8bc9b44f0..d376959b7731378cb5820a8c1e9cc29620183742 100644 (file)
        };
 
        pmc {
-               compatible = "nvidia,tegra20-pmc", "nvidia,tegra30-pmc";
+               compatible = "nvidia,tegra30-pmc";
                reg = <0x7000e400 0x400>;
        };