2023-09-05 16:21:47

by Alim Akhtar

[permalink] [raw]
Subject: RE: [PATCH] arm64: defconfig: enable syscon-poweroff driver

Hello Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <[email protected]>
> Sent: Friday, September 1, 2023 5:28 PM
> To: Alim Akhtar <[email protected]>; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected]; [email protected]; Arnd
> Bergmann <[email protected]>; Olof Johansson <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Subject: [PATCH] arm64: defconfig: enable syscon-poweroff driver
>
> Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs
> (e.g. Exynos5433) and few APM SoCs.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
Reviewed-by: Alim Akhtar <[email protected]>

> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 5315789f4868..ec59174b14db 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -636,6 +636,7 @@ CONFIG_POWER_RESET_MSM=y
> CONFIG_POWER_RESET_QCOM_PON=m CONFIG_POWER_RESET_XGENE=y
> CONFIG_POWER_RESET_SYSCON=y
> +CONFIG_POWER_RESET_SYSCON_POWEROFF=y
> CONFIG_SYSCON_REBOOT_MODE=y
> CONFIG_NVMEM_REBOOT_MODE=m
> CONFIG_BATTERY_SBS=m
> --
> 2.34.1