Message ID | 20200824190422.7989-1-krzk@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | acb01032e11a52d21e0d97e506dca0897949ee8e |
Headers | show |
Series | arm64: defconfig: Enable clock driver for ROHM BD718x7 PMIC | expand |
Hello: This patch was applied to soc/soc.git (refs/heads/for-next): On Mon, 24 Aug 2020 21:04:22 +0200 you wrote: > The ROHM BD718x7 PMIC is present on many designs with i.MX 8M SoCs. > Enable the bd718x7 clock driver which provides PMICs 32 kHz clock. > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - arm64: defconfig: Enable clock driver for ROHM BD718x7 PMIC https://git.kernel.org/soc/soc/c/acb01032e11a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a03cefd58799..337ed2d15b7a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -833,6 +833,7 @@ CONFIG_COMMON_CLK_FSL_SAI=y CONFIG_COMMON_CLK_S2MPS11=y CONFIG_COMMON_CLK_PWM=y CONFIG_COMMON_CLK_VC5=y +CONFIG_COMMON_CLK_BD718XX=m CONFIG_CLK_RASPBERRYPI=m CONFIG_CLK_IMX8MM=y CONFIG_CLK_IMX8MN=y
The ROHM BD718x7 PMIC is present on many designs with i.MX 8M SoCs. Enable the bd718x7 clock driver which provides PMICs 32 kHz clock. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)