Message ID | 20230202083031.10457-8-quic_devipriy@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add minimal boot support for IPQ9574 | expand |
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
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 --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
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(+)