Browse Source

ARM: tegra: fix the PMC compatible string in DT

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>
Joseph Lo 12 years ago
parent
commit
2b84e53beb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      arch/arm/boot/dts/tegra114.dtsi
  2. 1 1
      arch/arm/boot/dts/tegra30.dtsi

+ 1 - 1
arch/arm/boot/dts/tegra114.dtsi

@@ -99,7 +99,7 @@
 	};
 
 	pmc {
-		compatible = "nvidia,tegra114-pmc", "nvidia,tegra30-pmc";
+		compatible = "nvidia,tegra114-pmc";
 		reg = <0x7000e400 0x400>;
 	};
 

+ 1 - 1
arch/arm/boot/dts/tegra30.dtsi

@@ -424,7 +424,7 @@
 	};
 
 	pmc {
-		compatible = "nvidia,tegra20-pmc", "nvidia,tegra30-pmc";
+		compatible = "nvidia,tegra30-pmc";
 		reg = <0x7000e400 0x400>;
 	};