mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Refreshed patches for qualcommb/ipq95xx by running make target/linux/refresh after creating a .config containing: CONFIG_TARGET_qualcommbe=y CONFIG_TARGET_qualcommbe_ipq95xx=y CONFIG_TARGET_qualcommbe_ipq95xx_DEVICE_qcom_rdp433=y Signed-off-by: John Audia <therealgraysky@proton.me> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
24 lines
824 B
Diff
24 lines
824 B
Diff
From 47f539afdab8fb99d4c047add3e1a1b1dc5a3f2d Mon Sep 17 00:00:00 2001
|
|
From: Devi Priya <quic_devipriy@quicinc.com>
|
|
Date: Fri, 25 Oct 2024 09:25:15 +0530
|
|
Subject: [PATCH 2/7] 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>
|
|
---
|
|
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
|