mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-17 17:31:27 +00:00
66 lines
2.1 KiB
Diff
66 lines
2.1 KiB
Diff
From ca68ca3bd935c42dde9a422290f41fcaebfc9a59 Mon Sep 17 00:00:00 2001
|
|
From: Kathiravan T <quic_kathirav@quicinc.com>
|
|
Date: Fri, 23 Dec 2022 14:12:59 +0530
|
|
Subject: [PATCH 153/281] dt-bindings: mailbox: qcom: add compatible for the
|
|
IPQ5332 SoC
|
|
|
|
Add the mailbox compatible for the IPQ5332 SoC.
|
|
|
|
Since the IPQ5332 mailbox is compatible with the IPQ6018, lets create the
|
|
fallback to ipq6018 compatible, so that we don't bloat the of_device_id
|
|
table in the driver.
|
|
|
|
Change-Id: Iee89c457566dc714cb345c6f7273ddb6aafdbeb9
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
|
|
---
|
|
.../mailbox/qcom,apcs-kpss-global.yaml | 18 ++++++++++++------
|
|
1 file changed, 12 insertions(+), 6 deletions(-)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
|
|
index f24fd84b4b05..5d0877ff028a 100644
|
|
--- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
|
|
+++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
|
|
@@ -16,6 +16,10 @@ maintainers:
|
|
properties:
|
|
compatible:
|
|
oneOf:
|
|
+ - items:
|
|
+ - enum:
|
|
+ - qcom,ipq5332-apcs-apps-global
|
|
+ - const: qcom,ipq6018-apcs-apps-global
|
|
- items:
|
|
- enum:
|
|
- qcom,ipq6018-apcs-apps-global
|
|
@@ -109,9 +113,10 @@ allOf:
|
|
- if:
|
|
properties:
|
|
compatible:
|
|
- enum:
|
|
- - qcom,ipq6018-apcs-apps-global
|
|
- - qcom,ipq8074-apcs-apps-global
|
|
+ contains:
|
|
+ enum:
|
|
+ - qcom,ipq6018-apcs-apps-global
|
|
+ - qcom,ipq8074-apcs-apps-global
|
|
then:
|
|
properties:
|
|
clocks:
|
|
@@ -125,9 +130,10 @@ allOf:
|
|
- if:
|
|
properties:
|
|
compatible:
|
|
- enum:
|
|
- - qcom,ipq6018-apcs-apps-global
|
|
- - qcom,ipq8074-apcs-apps-global
|
|
+ contains:
|
|
+ enum:
|
|
+ - qcom,ipq6018-apcs-apps-global
|
|
+ - qcom,ipq8074-apcs-apps-global
|
|
then:
|
|
properties:
|
|
'#clock-cells':
|
|
--
|
|
2.17.1
|
|
|