aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/pmc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/pmc.c b/arch/arm/mach-tegra/pmc.c
index d4fdb5fcec20..5d79d34e2c0f 100644
--- a/arch/arm/mach-tegra/pmc.c
+++ b/arch/arm/mach-tegra/pmc.c
@@ -36,6 +36,8 @@ static inline void tegra_pmc_writel(u32 val, u32 reg)
36 36
37#ifdef CONFIG_OF 37#ifdef CONFIG_OF
38static const struct of_device_id matches[] __initconst = { 38static const struct of_device_id matches[] __initconst = {
39 { .compatible = "nvidia,tegra114-pmc" },
40 { .compatible = "nvidia,tegra30-pmc" },
39 { .compatible = "nvidia,tegra20-pmc" }, 41 { .compatible = "nvidia,tegra20-pmc" },
40 { } 42 { }
41}; 43};