aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorJoseph Lo <josephl@nvidia.com>2013-10-08 12:50:04 +0800
committerStephen Warren <swarren@nvidia.com>2013-10-18 16:28:07 -0600
commit6ca91f9d640dae54307a8df19613e578e9c887c6 (patch)
tree8a0e3df4f153fd8eb6e2d9646db931e2ca080d98 /arch/arm/mach-tegra
parentARM: tegra: add Tegra124 SoC support (diff)
downloadlinux-dev-6ca91f9d640dae54307a8df19613e578e9c887c6.tar.xz
linux-dev-6ca91f9d640dae54307a8df19613e578e9c887c6.zip
ARM: tegra: add PMC compatible value for Tegra124
The PMC HW is not identical to the existing Tegra SoC. Hence add to it. Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/pmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/pmc.c b/arch/arm/mach-tegra/pmc.c
index 93a4dbcde27e..3744af99e0a1 100644
--- a/arch/arm/mach-tegra/pmc.c
+++ b/arch/arm/mach-tegra/pmc.c
@@ -288,6 +288,7 @@ void tegra_pmc_suspend_init(void)
#endif
static const struct of_device_id matches[] __initconst = {
+ { .compatible = "nvidia,tegra124-pmc" },
{ .compatible = "nvidia,tegra114-pmc" },
{ .compatible = "nvidia,tegra30-pmc" },
{ .compatible = "nvidia,tegra20-pmc" },