control.c (b8845074cfbbd1d1b46720a1b563d7b4240dac21) | control.c (e3bc5358e0977b95652625f9329ba68f1ebb1a42) |
---|---|
1/* 2 * OMAP2/3 System Control Module register access 3 * 4 * Copyright (C) 2007, 2012 Texas Instruments, Inc. 5 * Copyright (C) 2007 Nokia Corporation 6 * 7 * Written by Paul Walmsley 8 * --- 653 unchanged lines hidden (view full) --- 662}; 663 664static const struct control_init_data omap2_ctrl_data = { 665 .index = TI_CLKM_CTRL, 666 .offset = -OMAP2_CONTROL_GENERAL, 667}; 668 669static const struct of_device_id omap_scrm_dt_match_table[] = { | 1/* 2 * OMAP2/3 System Control Module register access 3 * 4 * Copyright (C) 2007, 2012 Texas Instruments, Inc. 5 * Copyright (C) 2007 Nokia Corporation 6 * 7 * Written by Paul Walmsley 8 * --- 653 unchanged lines hidden (view full) --- 662}; 663 664static const struct control_init_data omap2_ctrl_data = { 665 .index = TI_CLKM_CTRL, 666 .offset = -OMAP2_CONTROL_GENERAL, 667}; 668 669static 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 }, 672 { .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data }, 673 { .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data }, 674 { .compatible = "ti,dm816-scrm", .data = &ctrl_data }, 675 { } 676}; 677 678/** --- 89 unchanged lines hidden --- | 671 { .compatible = "ti,am4-scrm", .data = &ctrl_data }, 672 { .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data }, 673 { .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data }, 674 { .compatible = "ti,dm816-scrm", .data = &ctrl_data }, 675 { } 676}; 677 678/** --- 89 unchanged lines hidden --- |