Skip to content

Commit 0255470

Browse files
committed
ipq54xx: Add pinctrl, clk and basic boot support
Signed-off-by: Ram Chandra Jangir <quic_rjangir@quicinc.com>
1 parent 30925ec commit 0255470

22 files changed

Lines changed: 6373 additions & 0 deletions

target/linux/qualcommbe/patches-6.12/0402-v6.12-dt-bindings-clock-Add-Qualcomm-IPQ5424-GCC-binding.patch

Lines changed: 577 additions & 0 deletions
Large diffs are not rendered by default.

target/linux/qualcommbe/patches-6.12/0403-v6.12-clk-qcom-add-Global-Clock-controller-GCC-driver-for-.patch

Lines changed: 3370 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
From 7aafdbd3f521ba5e8268fd9c405cdf18732a10f3 Mon Sep 17 00:00:00 2001
2+
From: Sricharan Ramabadhran <quic_srichara@quicinc.com>
3+
Date: Mon, 28 Oct 2024 11:35:04 +0530
4+
Subject: [PATCH] dt-bindings: qcom: Add ipq5424 boards
5+
6+
The IPQ5424 is Qualcomm's 802.11be SoC for Routers, Gateways
7+
and access Points. It has a quad core Cortex-a55 with a per core
8+
L1, Unified L2 caches and a common Unified L3 cache.
9+
10+
Document the new ipq5424 SoC/board device tree bindings.
11+
12+
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
13+
Signed-off-by: Sricharan Ramabadhran <quic_srichara@quicinc.com>
14+
Link: https://lore.kernel.org/r/20241028060506.246606-5-quic_srichara@quicinc.com
15+
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
16+
---
17+
Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++
18+
1 file changed, 6 insertions(+)
19+
20+
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
21+
index 07946418f0bb..7c8c3a97506a 100644
22+
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
23+
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
24+
@@ -25,6 +25,7 @@ description: |
25+
ipq4018
26+
ipq5018
27+
ipq5332
28+
+ ipq5424
29+
ipq6018
30+
ipq8074
31+
ipq9574
32+
@@ -353,6 +354,11 @@ properties:
33+
- qcom,ipq5332-ap-mi01.9
34+
- const: qcom,ipq5332
35+
36+
+ - items:
37+
+ - enum:
38+
+ - qcom,ipq5424-rdp466
39+
+ - const: qcom,ipq5424
40+
+
41+
- items:
42+
- enum:
43+
- mikrotik,rb3011
44+
--
45+
2.34.1
46+

0 commit comments

Comments
 (0)