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>
26 lines
969 B
Diff
26 lines
969 B
Diff
From 25ce13ad8852f14835e650132ccf4fc0bf127699 Mon Sep 17 00:00:00 2001
|
|
From: Devi Priya <quic_devipriy@quicinc.com>
|
|
Date: Thu, 13 Mar 2025 16:33:54 +0530
|
|
Subject: [PATCH 18/22] v6.15: dt-bindings: clock: gcc-ipq9574: Add definition
|
|
for GPLL0_OUT_AUX
|
|
|
|
Add the definition for GPLL0_OUT_AUX clock.
|
|
|
|
Acked-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-2-quic_mmanikan@quicinc.com
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
---
|
|
include/dt-bindings/clock/qcom,ipq9574-gcc.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/include/dt-bindings/clock/qcom,ipq9574-gcc.h
|
|
+++ b/include/dt-bindings/clock/qcom,ipq9574-gcc.h
|
|
@@ -220,4 +220,5 @@
|
|
#define GCC_PCIE1_PIPE_CLK 211
|
|
#define GCC_PCIE2_PIPE_CLK 212
|
|
#define GCC_PCIE3_PIPE_CLK 213
|
|
+#define GPLL0_OUT_AUX 214
|
|
#endif
|