forked from Openwrt-EcoNet/openwrt
Add relevant patches from upstream, up to v5.16-rc6. The gaps in the patch numbersing are either patches that were picked into the stable kernel (6.12.y), or that are already backported in target/linux/generic. The gaps makes it easy for me to pick these patches from my working kernel git branch. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Link: https://github.com/openwrt/openwrt/pull/18796 Signed-off-by: Robert Marko <robimarko@gmail.com>
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From 8f1b61ea1cb98735aa15a8875d729c21a2169fb9 Mon Sep 17 00:00:00 2001
|
|
From: Devi Priya <quic_devipriy@quicinc.com>
|
|
Date: Thu, 13 Mar 2025 16:33:59 +0530
|
|
Subject: [PATCH 22/22] v6.15: arm64: defconfig: Build NSS Clock Controller
|
|
driver for IPQ9574
|
|
|
|
NSSCC driver is needed to enable the ethernet interfaces present
|
|
in RDP433 based on IPQ9574. Since this is not necessary for bootup
|
|
enabling it as a module.
|
|
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
|
|
Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
|
|
Link: https://lore.kernel.org/r/20250313110359.242491-7-quic_mmanikan@quicinc.com
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
---
|
|
arch/arm64/configs/defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/configs/defconfig
|
|
+++ b/arch/arm64/configs/defconfig
|
|
@@ -1313,6 +1313,7 @@ CONFIG_IPQ_GCC_5332=y
|
|
CONFIG_IPQ_GCC_6018=y
|
|
CONFIG_IPQ_GCC_8074=y
|
|
CONFIG_IPQ_GCC_9574=y
|
|
+CONFIG_IPQ_NSSCC_9574=m
|
|
CONFIG_MSM_GCC_8916=y
|
|
CONFIG_MSM_MMCC_8994=m
|
|
CONFIG_MSM_GCC_8994=y
|