Skip to content

Commit ce02695

Browse files
committed
Rockchip64: Defconfig: CONFIG_RTC_DRV_HYM8563=m
Change from "y" to "m" Before [ 2.423992] rtc-hym8563 1-0051: no valid clock/calendar values available [ 2.424718] rtc-hym8563 1-0051: registered as rtc0 [ 2.425770] rtc-hym8563 1-0051: no valid clock/calendar values available [ 2.425789] rtc-hym8563 1-0051: hctosys: unable to read the hardware clock [ 3.817166] rk808-rtc rk808-rtc.5.auto: registered as rtc1 After [ 3.790107] rk808-rtc rk808-rtc.5.auto: registered as rtc0 [ 3.801742] rk808-rtc rk808-rtc.5.auto: setting system clock to 2017-08-05T09:48:13 UTC (1501926493) [ 3.919628] rtc-hym8563 1-0051: registered as rtc1 Signed-off-by: Patrick Yavitz <[email protected]>
1 parent 4f69047 commit ce02695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/kernel/linux-rockchip64-current.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2694,7 +2694,7 @@ CONFIG_RTC_CLASS=y
26942694
CONFIG_RTC_LIB_KUNIT_TEST=m
26952695
CONFIG_RTC_DRV_AS3722=m
26962696
CONFIG_RTC_DRV_DS1307=y
2697-
CONFIG_RTC_DRV_HYM8563=y
2697+
CONFIG_RTC_DRV_HYM8563=m
26982698
CONFIG_RTC_DRV_MAX77686=y
26992699
CONFIG_RTC_DRV_RK808=m
27002700
CONFIG_RTC_DRV_ISL12026=m

config/kernel/linux-rockchip64-edge.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2696,7 +2696,7 @@ CONFIG_RTC_CLASS=y
26962696
CONFIG_RTC_LIB_KUNIT_TEST=m
26972697
CONFIG_RTC_DRV_AS3722=m
26982698
CONFIG_RTC_DRV_DS1307=y
2699-
CONFIG_RTC_DRV_HYM8563=y
2699+
CONFIG_RTC_DRV_HYM8563=m
27002700
CONFIG_RTC_DRV_MAX77686=y
27012701
CONFIG_RTC_DRV_RK808=m
27022702
CONFIG_RTC_DRV_ISL12026=m

0 commit comments

Comments
 (0)