aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorHsin-Hsiung Wang <[email protected]>2021-05-26 14:52:01 +0800
committerLee Jones <[email protected]>2021-06-01 16:44:09 +0100
commitbe60652f0260c2f371670ec90f1ac55e2671f793 (patch)
treefe08b3ad7d1e3c18d21ac092e19be0956c1d5d9b /include/linux
parentd8570c182f56ca52c98734732fb9a331f7c23f9a (diff)
rtc: mt6397: refine RTC_TC_MTH
This patch adds RTC_TC_MTH_MASK to support new chips. Signed-off-by: Yuchen Huang <[email protected]> Signed-off-by: Hsin-Hsiung Wang <[email protected]> Acked-by: Alexandre Belloni <[email protected]> Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mfd/mt6397/rtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/mt6397/rtc.h b/include/linux/mfd/mt6397/rtc.h
index c3748b53bf7d..068ae1c0f0e8 100644
--- a/include/linux/mfd/mt6397/rtc.h
+++ b/include/linux/mfd/mt6397/rtc.h
@@ -36,6 +36,7 @@
#define RTC_AL_MASK_DOW BIT(4)
#define RTC_TC_SEC 0x000a
+#define RTC_TC_MTH_MASK 0x000f
/* Min, Hour, Dom... register offset to RTC_TC_SEC */
#define RTC_OFFSET_SEC 0
#define RTC_OFFSET_MIN 1