diff options
author | Joseph Lo <josephl@nvidia.com> | 2013-02-26 20:27:43 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-03-12 00:29:44 +0400 |
commit | 2b84e53beb236aec89b7ef87b4fc970f175e4feb (patch) | |
tree | 7d47a92d8ddd442dcc1b7e88ccd543dd6d249af7 /arch/arm/boot/dts/tegra114.dtsi | |
parent | 88c4aba92bc57334119bcff58ac87152c3f2981e (diff) | |
download | linux-2b84e53beb236aec89b7ef87b4fc970f175e4feb.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/tegra114.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra114.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi index 1dfaf2874c57..e4ddeddcd437 100644 --- a/arch/arm/boot/dts/tegra114.dtsi +++ b/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>; }; |