Skip to content

Commit 1fe6c70

Browse files
Luo Jieandersson
authored andcommitted
arm64: defconfig: Enable Qualcomm IPQ CMN PLL clock controller
The CMN PLL hardware block is available in the Qualcomm IPQ SoC such as IPQ9574 and IPQ5332. It provides fixed rate output clocks to Ethernet related hardware blocks such as external Ethernet PHY or switch. This driver is initially being enabled for IPQ9574. All boards based on IPQ9574 SoC will require to include this driver in the build. This CMN PLL hardware block does not provide any other specific function on the IPQ SoC other than enabling output clocks to Ethernet related devices. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Luo Jie <quic_luoj@quicinc.com> Link: https://lore.kernel.org/r/20250103-qcom_ipq_cmnpll-v8-3-c89fb4d4849d@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 87be7b3 commit 1fe6c70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,7 @@ CONFIG_QCOM_CLK_SMD_RPM=y
13131313
CONFIG_QCOM_CLK_RPMH=y
13141314
CONFIG_IPQ_APSS_6018=y
13151315
CONFIG_IPQ_APSS_5018=y
1316+
CONFIG_IPQ_CMN_PLL=m
13161317
CONFIG_IPQ_GCC_5018=y
13171318
CONFIG_IPQ_GCC_5332=y
13181319
CONFIG_IPQ_GCC_6018=y

0 commit comments

Comments
 (0)