[PATCH 8/8] arm64: defconfig: Build NSS clock controller driver for IPQ5424

Luo Jie posted 8 patches 3 months, 3 weeks ago
There is a newer version of this series
[PATCH 8/8] arm64: defconfig: Build NSS clock controller driver for IPQ5424
Posted by Luo Jie 3 months, 3 weeks ago
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(+)

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

-- 
2.34.1
Re: [PATCH 8/8] arm64: defconfig: Build NSS clock controller driver for IPQ5424
Posted by Krzysztof Kozlowski 3 months, 3 weeks ago
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?

Also here not really proper wrapping.

Best regards,
Krzysztof
Re: [PATCH 8/8] arm64: defconfig: Build NSS clock controller driver for IPQ5424
Posted by Luo Jie 3 months, 3 weeks ago

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