Message ID | 20231030-ipq5332-nsscc-v1-8-6162a2c65f0a@quicinc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add NSS clock controller support for IPQ5332 | expand |
On 10/30/2023 3:17 PM, Kathiravan Thirumoorthy wrote: > Build Qualcomm IPQ9574 NSSCC driver as module. should be IPQ5332, will fix it in V2. > > Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index b60aa1f89343..c075202d255d 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -1223,6 +1223,7 @@ CONFIG_QCOM_CLK_SMD_RPM=y > CONFIG_QCOM_CLK_RPMH=y > CONFIG_IPQ_APSS_6018=y > CONFIG_IPQ_GCC_5332=y > +CONFIG_IPQ_NSSCC_5332=m > CONFIG_IPQ_APSS_5018=y > CONFIG_IPQ_GCC_5018=y > CONFIG_IPQ_GCC_6018=y >
On 30/10/2023 10:47, Kathiravan Thirumoorthy wrote:
> Build Qualcomm IPQ9574 NSSCC driver as module.
Why? Commit msg should answer this.
Best regards,
Krzysztof
On 10/30/2023 4:38 PM, Krzysztof Kozlowski wrote: > On 30/10/2023 10:47, Kathiravan Thirumoorthy wrote: >> Build Qualcomm IPQ9574 NSSCC driver as module. > > Why? Commit msg should answer this. Sure, will fix it in V2. > > Best regards, > Krzysztof >
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b60aa1f89343..c075202d255d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1223,6 +1223,7 @@ CONFIG_QCOM_CLK_SMD_RPM=y CONFIG_QCOM_CLK_RPMH=y CONFIG_IPQ_APSS_6018=y CONFIG_IPQ_GCC_5332=y +CONFIG_IPQ_NSSCC_5332=m CONFIG_IPQ_APSS_5018=y CONFIG_IPQ_GCC_5018=y CONFIG_IPQ_GCC_6018=y
Build Qualcomm IPQ9574 NSSCC driver as module. Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)