diff options
| author | Tony Lindgren <tony@atomide.com> | 2020-11-16 11:18:56 +0200 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2020-11-16 11:18:56 +0200 |
| commit | df85429959b2a533cb969c75a5e3b588962f47f2 (patch) | |
| tree | 9422f6cd99f7beaf2d844edf2c5d2d91e526baa7 /include/linux/platform_data | |
| parent | 99fba3205cd499255a36fd87f1d6064adc622a5b (diff) | |
| parent | e7ae08d398e094e1305dee823435b1f996d39106 (diff) | |
Merge tag 'ti-sysc-fixes' into fixes
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/ti-sysc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/ti-sysc.h b/include/linux/platform_data/ti-sysc.h index c59999ce044e..240dce553a0b 100644 --- a/include/linux/platform_data/ti-sysc.h +++ b/include/linux/platform_data/ti-sysc.h @@ -50,6 +50,7 @@ struct sysc_regbits { s8 emufree_shift; }; +#define SYSC_MODULE_QUIRK_ENA_RESETDONE BIT(25) #define SYSC_MODULE_QUIRK_PRUSS BIT(24) #define SYSC_MODULE_QUIRK_DSS_RESET BIT(23) #define SYSC_MODULE_QUIRK_RTC_UNLOCK BIT(22) |
