[PATCH V2 2/6] ARM: tegra: add PMC compatible value for Tegar124
Joseph Lo
josephl at nvidia.com
Tue Oct 8 00:50:04 EDT 2013
The PMC HW is not identical to the existing Tegra SoC. Hence add to it.
Signed-off-by: Joseph Lo <josephl at nvidia.com>
---
V2:
* new in v2
---
arch/arm/mach-tegra/pmc.c | 1 +
1 file changed, 1 insertion(+)
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" },
--
1.8.4
More information about the linux-arm-kernel
mailing list