diff options
Diffstat (limited to 'include/linux/platform_data/ti-sysc.h')
| -rw-r--r-- | include/linux/platform_data/ti-sysc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/platform_data/ti-sysc.h b/include/linux/platform_data/ti-sysc.h index 059be6f6fa94..28e5a61d4abc 100644 --- a/include/linux/platform_data/ti-sysc.h +++ b/include/linux/platform_data/ti-sysc.h | |||
| @@ -41,6 +41,10 @@ struct sysc_regbits { | |||
| 41 | s8 emufree_shift; | 41 | s8 emufree_shift; |
| 42 | }; | 42 | }; |
| 43 | 43 | ||
| 44 | #define SYSC_QUIRK_NO_IDLE_ON_INIT BIT(6) | ||
| 45 | #define SYSC_QUIRK_NO_RESET_ON_INIT BIT(5) | ||
| 46 | #define SYSC_QUIRK_OPT_CLKS_NEEDED BIT(4) | ||
| 47 | #define SYSC_QUIRK_OPT_CLKS_IN_RESET BIT(3) | ||
| 44 | #define SYSC_QUIRK_16BIT BIT(2) | 48 | #define SYSC_QUIRK_16BIT BIT(2) |
| 45 | #define SYSC_QUIRK_UNCACHED BIT(1) | 49 | #define SYSC_QUIRK_UNCACHED BIT(1) |
| 46 | #define SYSC_QUIRK_USE_CLOCKACT BIT(0) | 50 | #define SYSC_QUIRK_USE_CLOCKACT BIT(0) |
| @@ -61,9 +65,11 @@ struct sysc_capabilities { | |||
| 61 | 65 | ||
| 62 | /** | 66 | /** |
| 63 | * struct sysc_config - configuration for an interconnect target module | 67 | * struct sysc_config - configuration for an interconnect target module |
| 68 | * @srst_udelay: optional delay needed after OCP soft reset | ||
| 64 | * @quirks: bitmask of enabled quirks | 69 | * @quirks: bitmask of enabled quirks |
| 65 | */ | 70 | */ |
| 66 | struct sysc_config { | 71 | struct sysc_config { |
| 72 | u8 srst_udelay; | ||
| 67 | u32 quirks; | 73 | u32 quirks; |
| 68 | }; | 74 | }; |
| 69 | 75 | ||
