projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7394447
)
ARM: tegra: add PMC compatible value for Tegra124
author
Joseph Lo
<josephl@nvidia.com>
Tue, 8 Oct 2013 04:50:04 +0000
(12:50 +0800)
committer
Stephen Warren
<swarren@nvidia.com>
Fri, 18 Oct 2013 22:28:07 +0000
(16:28 -0600)
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>
arch/arm/mach-tegra/pmc.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/pmc.c
b/arch/arm/mach-tegra/pmc.c
index 93a4dbcde27e5dd3391dc47e0f8876945abbba21..3744af99e0a1b54bb859c3d3bfe8960b555570e3 100644
(file)
--- 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" },