diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/ti-sysc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/platform_data/ti-sysc.h b/include/linux/platform_data/ti-sysc.h index 1ea3aab972b4..fa97b8c5d26d 100644 --- a/include/linux/platform_data/ti-sysc.h +++ b/include/linux/platform_data/ti-sysc.h | |||
| @@ -46,8 +46,9 @@ struct sysc_regbits { | |||
| 46 | s8 emufree_shift; | 46 | s8 emufree_shift; |
| 47 | }; | 47 | }; |
| 48 | 48 | ||
| 49 | #define SYSC_QUIRK_LEGACY_IDLE BIT(8) | 49 | #define SYSC_QUIRK_LEGACY_IDLE BIT(9) |
| 50 | #define SYSC_QUIRK_RESET_STATUS BIT(7) | 50 | #define SYSC_QUIRK_RESET_STATUS BIT(8) |
| 51 | #define SYSC_QUIRK_NO_IDLE BIT(7) | ||
| 51 | #define SYSC_QUIRK_NO_IDLE_ON_INIT BIT(6) | 52 | #define SYSC_QUIRK_NO_IDLE_ON_INIT BIT(6) |
| 52 | #define SYSC_QUIRK_NO_RESET_ON_INIT BIT(5) | 53 | #define SYSC_QUIRK_NO_RESET_ON_INIT BIT(5) |
| 53 | #define SYSC_QUIRK_OPT_CLKS_NEEDED BIT(4) | 54 | #define SYSC_QUIRK_OPT_CLKS_NEEDED BIT(4) |
