Loading drivers/mfd/sec-core.c +2 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,8 @@ static const struct regmap_config s5m8767_regmap_config = { static const struct regmap_config sec_rtc_regmap_config = { .reg_bits = 8, .val_bits = 8, .max_register = SEC_RTC_REG_MAX, }; #ifdef CONFIG_OF Loading include/linux/mfd/samsung/rtc.h +2 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ enum sec_rtc_reg { SEC_RTC_STATUS, SEC_WTSR_SMPL_CNTL, SEC_RTC_UDR_CON, SEC_RTC_REG_MAX, }; #define RTC_I2C_ADDR (0x0C >> 1) Loading Loading
drivers/mfd/sec-core.c +2 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,8 @@ static const struct regmap_config s5m8767_regmap_config = { static const struct regmap_config sec_rtc_regmap_config = { .reg_bits = 8, .val_bits = 8, .max_register = SEC_RTC_REG_MAX, }; #ifdef CONFIG_OF Loading
include/linux/mfd/samsung/rtc.h +2 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ enum sec_rtc_reg { SEC_RTC_STATUS, SEC_WTSR_SMPL_CNTL, SEC_RTC_UDR_CON, SEC_RTC_REG_MAX, }; #define RTC_I2C_ADDR (0x0C >> 1) Loading