mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-09 18:02:04 +08: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>
27 lines
1000 B
Diff
27 lines
1000 B
Diff
From 475beea0b9f631656b5cc39429a39696876af613 Mon Sep 17 00:00:00 2001
|
|
From: Alexandru Gagniuc <mr.nuke.me@gmail.com>
|
|
Date: Tue, 30 Apr 2024 23:07:43 -0500
|
|
Subject: [PATCH] dt-bindings: clock: Add PCIe pipe related clocks for IPQ9574
|
|
|
|
Add defines for the missing PCIe PIPE clocks.
|
|
|
|
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
|
|
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Link: https://lore.kernel.org/r/20240501040800.1542805-2-mr.nuke.me@gmail.com
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
---
|
|
include/dt-bindings/clock/qcom,ipq9574-gcc.h | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
--- a/include/dt-bindings/clock/qcom,ipq9574-gcc.h
|
|
+++ b/include/dt-bindings/clock/qcom,ipq9574-gcc.h
|
|
@@ -216,4 +216,8 @@
|
|
#define GCC_CRYPTO_AHB_CLK 207
|
|
#define GCC_USB0_PIPE_CLK 208
|
|
#define GCC_USB0_SLEEP_CLK 209
|
|
+#define GCC_PCIE0_PIPE_CLK 210
|
|
+#define GCC_PCIE1_PIPE_CLK 211
|
|
+#define GCC_PCIE2_PIPE_CLK 212
|
|
+#define GCC_PCIE3_PIPE_CLK 213
|
|
#endif
|