mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-23 18:30:54 +00:00
Add initial support for new target with the initial patch for ethernet support using pending upstream patches for PCS UNIPHY, PPE and EDMA. Only initramfs currently working as support for new SPI/NAND implementation, USB, CPUFreq and other devices is still unfinished and needs to be evaluated. Link: https://github.com/openwrt/openwrt/pull/17725 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
29 lines
981 B
Diff
29 lines
981 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(+)
|
|
|
|
diff --git a/include/dt-bindings/clock/qcom,ipq9574-gcc.h b/include/dt-bindings/clock/qcom,ipq9574-gcc.h
|
|
index 52123c5a09fa..05ef3074c9da 100644
|
|
--- 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
|
|
--
|
|
2.45.2
|
|
|