diff options
author | Tony Lindgren <tony@atomide.com> | 2015-07-16 01:55:57 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-16 02:09:10 -0700 |
commit | 9444f103469f40c47993a1dd87687d126054969c (patch) | |
tree | 9376cb08c2495683b1c608f761c7267c5b2d6195 /arch | |
parent | 9fd274c069c7f96631ef6e0b9909c9a0e1f6b954 (diff) |
ARM: OMAP2+: Fix scm compatible for dm814x
Fix scm compatible for dm814x.
Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c index f008930277ed..cf5855174c93 100644 --- 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 }, |