projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d770e55
)
soc/tegra: Add Tegra132 support
author
Thierry Reding
<treding@nvidia.com>
Mon, 23 Mar 2015 10:28:53 +0000
(11:28 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 16 Jul 2015 07:47:57 +0000
(09:47 +0200)
Add Tegra132 to the matching table for NVIDIA Tegra SoCs.
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/common.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/soc/tegra/common.c
b/drivers/soc/tegra/common.c
index a71cb74f3674e3017a109544e7c1f0988c1f0eab..a952986a14b704ca330d448336b627ca88060a7b 100644
(file)
--- a/
drivers/soc/tegra/common.c
+++ b/
drivers/soc/tegra/common.c
@@
-15,6
+15,7
@@
static const struct of_device_id tegra_machine_match[] = {
{ .compatible = "nvidia,tegra30", },
{ .compatible = "nvidia,tegra114", },
{ .compatible = "nvidia,tegra124", },
+ { .compatible = "nvidia,tegra132", },
{ }
};