Message ID | 20201023181814.220974-1-jagan@amarulasolutions.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] arm64: defconfig: Enable RTC_DRV_HYM8563 | expand |
On Fri, 23 Oct 2020 23:48:13 +0530, Jagan Teki wrote: > RTC HYM8563 used in the ARM64 Rockchip SoC's SDIO power > sequence enablement. > > Enable it as module. Applied both patches, thanks! Best regards,
Am Montag, 30. November 2020, 14:50:21 CET schrieb Heiko Stuebner: > On Fri, 23 Oct 2020 23:48:13 +0530, Jagan Teki wrote: > > RTC HYM8563 used in the ARM64 Rockchip SoC's SDIO power > > sequence enablement. > > > > Enable it as module. > > Applied both patches, thanks! I've also split the hym8563 addition out into a separate patch in front.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e0f33826819f..7f72d3b4b39d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -770,6 +770,7 @@ CONFIG_EDAC=y CONFIG_EDAC_GHES=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_DS1307=m +CONFIG_RTC_DRV_HYM8563=m CONFIG_RTC_DRV_MAX77686=y CONFIG_RTC_DRV_RK808=m CONFIG_RTC_DRV_PCF85363=m
RTC HYM8563 used in the ARM64 Rockchip SoC's SDIO power sequence enablement. Enable it as module. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)