[PATCH] arm64: defconfig: enable Exynos ACPM clocks

Tudor Ambarus posted 1 patch 1 month, 2 weeks ago
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: defconfig: enable Exynos ACPM clocks
Posted by Tudor Ambarus 1 month, 2 weeks ago
Enable the Exynos ACPM clocks driver. Samsung Exynos platforms
implement ACPM to provide support for clock configuration, PMIC
and temperature sensors.

Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
---
The patch should go through the Samsung SoC tree.

The driver is proposed at:
https://lore.kernel.org/linux-samsung-soc/20250819-acpm-clk-v1-0-6bbd97474671@linaro.org/
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 58f87d09366cd12ae212a1d107660afe8be6c5ef..4255bc885545fb3bb7e9cf02760cac35bf2872fa 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1445,6 +1445,7 @@ CONFIG_CLK_GFM_LPASS_SM8250=m
 CONFIG_SM_VIDEOCC_8450=m
 CONFIG_CLK_RCAR_USB2_CLOCK_SEL=y
 CONFIG_CLK_RENESAS_VBATTB=m
+CONFIG_EXYNOS_ACPM_CLK=m
 CONFIG_CLK_SOPHGO_CV1800=y
 CONFIG_HWSPINLOCK=y
 CONFIG_HWSPINLOCK_OMAP=m

---
base-commit: c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9
change-id: 20250819-acpm-clk-defconfig-1bd3fe307780

Best regards,
-- 
Tudor Ambarus <tudor.ambarus@linaro.org>
Re: [PATCH] arm64: defconfig: enable Exynos ACPM clocks
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On 19/08/2025 14:21, Tudor Ambarus wrote:
> Enable the Exynos ACPM clocks driver. Samsung Exynos platforms
> implement ACPM to provide support for clock configuration, PMIC
> and temperature sensors.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
> ---
> The patch should go through the Samsung SoC tree.
> 
> The driver is proposed at:
> https://lore.kernel.org/linux-samsung-soc/20250819-acpm-clk-v1-0-6bbd97474671@linaro.org/


Please send it with above patchset - it target's same maintainer: me.

Best regards,
Krzysztof
Re: [PATCH] arm64: defconfig: enable Exynos ACPM clocks
Posted by Tudor Ambarus 1 month, 1 week ago

On 8/24/25 6:00 PM, Krzysztof Kozlowski wrote:
> On 19/08/2025 14:21, Tudor Ambarus wrote:
>> Enable the Exynos ACPM clocks driver. Samsung Exynos platforms
>> implement ACPM to provide support for clock configuration, PMIC
>> and temperature sensors.
>>
>> Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
>> ---
>> The patch should go through the Samsung SoC tree.
>>
>> The driver is proposed at:
>> https://lore.kernel.org/linux-samsung-soc/20250819-acpm-clk-v1-0-6bbd97474671@linaro.org/
> 
> 
> Please send it with above patchset - it target's same maintainer: me.
> 

I noted it down for the next time, thanks.