blob: 45647566940f30c7c9d9ee27616276a0ee90e9ab [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Paul Mundtc019fd82007-11-28 19:14:23 +09002#ifndef __ASM_SH_CPU_SH4_RTC_H
3#define __ASM_SH_CPU_SH4_RTC_H
4
Paul Mundtb4d36a22008-10-28 18:40:19 +09005#if defined(CONFIG_CPU_SUBTYPE_SH7722) || defined(CONFIG_CPU_SUBTYPE_SH7723)
Paul Mundt178dd0c2008-04-09 17:56:18 +09006#define rtc_reg_size sizeof(u16)
7#else
Paul Mundtc019fd82007-11-28 19:14:23 +09008#define rtc_reg_size sizeof(u32)
Paul Mundt178dd0c2008-04-09 17:56:18 +09009#endif
10
Paul Mundtc019fd82007-11-28 19:14:23 +090011#define RTC_BIT_INVERTED 0x40 /* bug on SH7750, SH7750S */
12#define RTC_DEF_CAPABILITIES RTC_CAP_4_DIGIT_YEAR
13
14#endif /* __ASM_SH_CPU_SH4_RTC_H */