Message ID | 20250617-qcom_ipq5424_nsscc-v1-8-4dc2d6b3cdfc@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Add Network Subsystem (NSS) clock controller support for IPQ5424 SoC | expand |
On 6/17/2025 10:49 PM, Krzysztof Kozlowski wrote: > On 17/06/2025 14:06, Luo Jie wrote: >> NSS clock controller is needed for supplying clocks and resets >> to the networking blocks for the Ethernet functions on the >> IPQ5424 platforms. > > Which boards need it? All boards based on the IPQ5424 SoC require this driver to be included in the build. I will update the commit message to clarify this requirement. > > Also here not really proper wrapping. I will correct the line wrapping in the next revision. > > Best regards, > Krzysztof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 897fc686e6a9..f4e4a6d95de4 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1363,6 +1363,7 @@ CONFIG_IPQ_GCC_5424=y CONFIG_IPQ_GCC_6018=y CONFIG_IPQ_GCC_8074=y CONFIG_IPQ_GCC_9574=y +CONFIG_IPQ_NSSCC_5424=m CONFIG_IPQ_NSSCC_9574=m CONFIG_MSM_GCC_8916=y CONFIG_MSM_MMCC_8994=m
NSS clock controller is needed for supplying clocks and resets to the networking blocks for the Ethernet functions on the IPQ5424 platforms. Signed-off-by: Luo Jie <quic_luoj@quicinc.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)