diff mbox series

[V5,7/7] arm64: defconfig: Enable IPQ9574 SoC base configs

Message ID 20230202083031.10457-8-quic_devipriy@quicinc.com
State New
Headers show
Series Add minimal boot support for IPQ9574 | expand

Commit Message

Devi Priya Feb. 2, 2023, 8:30 a.m. UTC
Enables clk & pinctrl related configs

Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
---
 Changes in V5:
	- No changes

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Krzysztof Kozlowski Feb. 2, 2023, 9:05 a.m. UTC | #1
On 02/02/2023 09:30, Devi Priya wrote:
> Enables clk & pinctrl related configs

"for Qualcomm IPQ9574 SoC".

Because defconfig is for all sub-architectures, thus IPQ9574 is
non-obvious for most of people.

With above:

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof
Devi Priya Feb. 2, 2023, 11:12 a.m. UTC | #2
On 2/2/2023 2:35 PM, Krzysztof Kozlowski wrote:
> On 02/02/2023 09:30, Devi Priya wrote:
>> Enables clk & pinctrl related configs
> 
> "for Qualcomm IPQ9574 SoC".
> 
> Because defconfig is for all sub-architectures, thus IPQ9574 is
> non-obvious for most of people.Okay, got it
> 
> With above:
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
Sure, Thank you!
> 
> Best regards,
> Krzysztof
> 
Best Regards,
Devi Priya
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a8c74a419d95..3f6d883b4bb2 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -556,6 +556,7 @@  CONFIG_PINCTRL_IMX93=y
 CONFIG_PINCTRL_MSM=y
 CONFIG_PINCTRL_IPQ8074=y
 CONFIG_PINCTRL_IPQ6018=y
+CONFIG_PINCTRL_IPQ9574=y
 CONFIG_PINCTRL_MSM8916=y
 CONFIG_PINCTRL_MSM8953=y
 CONFIG_PINCTRL_MSM8976=y
@@ -1131,6 +1132,7 @@  CONFIG_QCOM_CLK_SMD_RPM=y
 CONFIG_QCOM_CLK_RPMH=y
 CONFIG_IPQ_GCC_6018=y
 CONFIG_IPQ_GCC_8074=y
+CONFIG_IPQ_GCC_9574=y
 CONFIG_MSM_GCC_8916=y
 CONFIG_MSM_GCC_8994=y
 CONFIG_MSM_MMCC_8996=y