diff options
author | Joseph Lo <josephl@nvidia.com> | 2013-02-26 16:27:43 +0000 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-03-11 14:29:44 -0600 |
commit | 2b84e53beb236aec89b7ef87b4fc970f175e4feb (patch) | |
tree | 7d47a92d8ddd442dcc1b7e88ccd543dd6d249af7 /arch/arm/boot/dts/tegra30.dtsi | |
parent | 88c4aba92bc57334119bcff58ac87152c3f2981e (diff) | |
download | blackbird-obmc-linux-2b84e53beb236aec89b7ef87b4fc970f175e4feb.tar.gz blackbird-obmc-linux-2b84e53beb236aec89b7ef87b4fc970f175e4feb.zip |
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/tegra30.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index 7effa93ea9d9..d376959b7731 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/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>; }; |