diff options
author | Tony Lindgren <tony@atomide.com> | 2020-02-24 21:58:03 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-02-26 19:03:35 +0100 |
commit | e8639e1c986a8a9d0f94549170f6db579376c3ae (patch) | |
tree | a623559a1a4558d4a1d6fb54ef6974eb7ff3ce89 /include | |
parent | bus: ti-sysc: Implement SoC revision handling (diff) | |
download | linux-e8639e1c986a8a9d0f94549170f6db579376c3ae.tar.xz linux-e8639e1c986a8a9d0f94549170f6db579376c3ae.zip |
bus: ti-sysc: Handle module unlock quirk needed for some RTC
The RTC modules on am3 and am4 need quirk handling to unlock and lock
them for reset so let's add the quirk handling based on what we already
have for legacy platform data. In later patches we will simply drop the
RTC related platform data and the old quirk handling.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include')
-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 accab5325cf3..0b33c3b7302f 100644 --- a/include/linux/platform_data/ti-sysc.h +++ b/include/linux/platform_data/ti-sysc.h @@ -49,6 +49,7 @@ struct sysc_regbits { s8 emufree_shift; }; +#define SYSC_MODULE_QUIRK_RTC_UNLOCK BIT(22) #define SYSC_QUIRK_CLKDM_NOAUTO BIT(21) #define SYSC_QUIRK_FORCE_MSTANDBY BIT(20) #define SYSC_MODULE_QUIRK_AESS BIT(19) |