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

Devi Priya posted 7 patches 2 years, 7 months ago
There is a newer version of this series
[PATCH V5 7/7] arm64: defconfig: Enable IPQ9574 SoC base configs
Posted by Devi Priya 2 years, 7 months ago
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(+)

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
-- 
2.17.1
Re: [PATCH V5 7/7] arm64: defconfig: Enable IPQ9574 SoC base configs
Posted by Krzysztof Kozlowski 2 years, 7 months ago
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
Re: [PATCH V5 7/7] arm64: defconfig: Enable IPQ9574 SoC base configs
Posted by Devi Priya 2 years, 7 months ago

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