summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pmc.c
diff options
context:
space:
mode:
authorJoseph Lo <josephl@nvidia.com>2013-10-08 04:50:04 (GMT)
committerStephen Warren <swarren@nvidia.com>2013-10-18 22:28:07 (GMT)
commit6ca91f9d640dae54307a8df19613e578e9c887c6 (patch)
tree8a0e3df4f153fd8eb6e2d9646db931e2ca080d98 /arch/arm/mach-tegra/pmc.c
parent7394447505c466d1b5cc664dcec5b2b68aa59142 (diff)
downloadlinux-6ca91f9d640dae54307a8df19613e578e9c887c6.tar.xz
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/pmc.c')
-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 93a4dbc..3744af9 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" },