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:
9fd274c
)
ARM: OMAP2+: Fix scm compatible for dm814x
author
Tony Lindgren
<tony@atomide.com>
Thu, 16 Jul 2015 08:55:57 +0000
(
01:55
-0700)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 16 Jul 2015 09:09:10 +0000
(
02:09
-0700)
Fix scm compatible for dm814x.
Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/control.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/control.c
b/arch/arm/mach-omap2/control.c
index f008930277edeb4b43c1be595d4571120ad8b0eb..cf5855174c93cbb57d3b0ccb9f2a5e417a59c7eb 100644
(file)
--- a/
arch/arm/mach-omap2/control.c
+++ b/
arch/arm/mach-omap2/control.c
@@
-652,6
+652,7
@@
static const struct of_device_id omap_scrm_dt_match_table[] = {
{ .compatible = "ti,am4-scm", .data = &ctrl_data },
{ .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data },
{ .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data },
+ { .compatible = "ti,dm814-scm", .data = &ctrl_data },
{ .compatible = "ti,dm816-scrm", .data = &ctrl_data },
{ .compatible = "ti,omap4-scm-core", .data = &ctrl_data },
{ .compatible = "ti,omap5-scm-core", .data = &ctrl_data },