1
0
Fork 0

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>
hifive-unleashed-5.1
Joseph Lo 2013-10-08 12:50:04 +08:00 committed by Stephen Warren
parent 7394447505
commit 6ca91f9d64
1 changed files with 1 additions and 0 deletions

View File

@ -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" },