projects
/
GitHub
/
LineageOS
/
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:
ad09c8c
)
soc/tegra: Add Tegra210 support
author
Thierry Reding
<treding@nvidia.com>
Mon, 23 Mar 2015 10:29:25 +0000
(11:29 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 16 Jul 2015 07:47:59 +0000
(09:47 +0200)
Add Tegra210 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 a952986a14b704ca330d448336b627ca88060a7b..cd8f41351addfdd69432d4d6e7d5136be4b28e68 100644
(file)
--- a/
drivers/soc/tegra/common.c
+++ b/
drivers/soc/tegra/common.c
@@
-16,6
+16,7
@@
static const struct of_device_id tegra_machine_match[] = {
{ .compatible = "nvidia,tegra114", },
{ .compatible = "nvidia,tegra124", },
{ .compatible = "nvidia,tegra132", },
+ { .compatible = "nvidia,tegra210", },
{ }
};