From patchwork Mon Aug 24 19:04:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11734127 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 14EEA138A for ; Mon, 24 Aug 2020 19:04:29 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 1038920866; Mon, 24 Aug 2020 19:04:29 +0000 (UTC) Delivered-To: soc@kernel.org Received: from kozik-lap.mshome.net (unknown [194.230.155.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 44A19207DF; Mon, 24 Aug 2020 19:04:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598295868; bh=ObxZRxY0BGHRvIqVwtrjZtJavjmlWLL1IJ6EXw66QSU=; h=From:List-Id:To:Cc:Subject:Date:From; b=jOrVcOi3+X7RxZYQctSwFBu3nqXbDCJ8dmykfgfol57tj16HcSCoeQMY9Fq1H4muR k2d3RWWfnSJDhW40bmFi1mncp5nKt8gsub5LasA4+KmK8/N/J1v53/wXnDV6m+9fNz djJqVb/Q7LlRpYEIGAAFYGRgQxcRQ/F6l3YCrEqk= From: Krzysztof Kozlowski List-Id: To: arm@kernel.org, soc@kernel.org, Arnd Bergmann , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH] arm64: defconfig: Enable clock driver for ROHM BD718x7 PMIC Date: Mon, 24 Aug 2020 21:04:22 +0200 Message-Id: <20200824190422.7989-1-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 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 --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) 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