Message ID | 20230901115732.45854-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | arm64: defconfig: enable syscon-poweroff driver | expand |
Hello Krzysztof, > -----Original Message----- > From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Sent: Friday, September 1, 2023 5:28 PM > To: Alim Akhtar <alim.akhtar@samsung.com>; devicetree@vger.kernel.org; > linux-arm-kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; > linux-kernel@vger.kernel.org; arm@kernel.org; soc@kernel.org; Arnd > Bergmann <arnd@arndb.de>; Olof Johansson <olof@lixom.net> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > 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 <krzysztof.kozlowski@linaro.org> > --- Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> > 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
On Fri, 01 Sep 2023 13:57:32 +0200, Krzysztof Kozlowski wrote: > Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs > (e.g. Exynos5433) and few APM SoCs. > > Applied, thanks! [1/1] arm64: defconfig: enable syscon-poweroff driver https://git.kernel.org/krzk/linux/c/471eed5ad217fc8e83089e708d5cf5a1d0b205f7 Best regards,
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
Enable the generic syscon-poweroff driver used on all Exynos ARM64 SoCs (e.g. Exynos5433) and few APM SoCs. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)