diff options
Diffstat (limited to 'arch/arm/mach-omap2/control.c')
-rw-r--r-- | arch/arm/mach-omap2/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c index 30f5aff7645f..477e2c8f26a6 100644 --- a/arch/arm/mach-omap2/control.c +++ b/arch/arm/mach-omap2/control.c | |||
@@ -667,7 +667,7 @@ static const struct control_init_data omap2_ctrl_data = { | |||
667 | }; | 667 | }; |
668 | 668 | ||
669 | static const struct of_device_id omap_scrm_dt_match_table[] = { | 669 | static const struct of_device_id omap_scrm_dt_match_table[] = { |
670 | { .compatible = "ti,am3-scrm", .data = &ctrl_data }, | 670 | { .compatible = "ti,am3-scm", .data = &ctrl_data }, |
671 | { .compatible = "ti,am4-scrm", .data = &ctrl_data }, | 671 | { .compatible = "ti,am4-scrm", .data = &ctrl_data }, |
672 | { .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data }, | 672 | { .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data }, |
673 | { .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data }, | 673 | { .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data }, |