2021-12-02 00:23:51

by Vamsi Krishna Lanka

[permalink] [raw]
Subject: [PATCH v6 0/1] Add Pdc bindings for SDX65

From: Vamsi Krishna Lanka <[email protected]>

Hello,

Based on the comments from Bjorn, posting this patch separately
to get this merged.
Previously, it was sent as part of the patch series
https://lore.kernel.org/linux-arm-msm/[email protected]/

Vamsi Krishna Lanka (1):
dt-bindings: qcom,pdc: Add compatible for SDX65

.../devicetree/bindings/interrupt-controller/qcom,pdc.txt | 1 +
1 file changed, 1 insertion(+)


base-commit: 58e1100fdc5990b0cc0d4beaf2562a92e621ac7d
prerequisite-patch-id: 93a6639086d56aaaf0c5d0e108a7a7690d39967f
prerequisite-patch-id: d68e4461d9794d7682f2d01561752f00377c7bb2
prerequisite-patch-id: 3a57c470db8e8d3d8546374d1e76b38fcb0215a1
prerequisite-patch-id: ba1594c6d524ae889dd4325d0912848f5542633b
prerequisite-patch-id: 6efd062dc77400d108f3f4a0c66010c69759d64a
--
2.33.1



2021-12-02 00:23:56

by Vamsi Krishna Lanka

[permalink] [raw]
Subject: [PATCH v6 1/1] dt-bindings: qcom,pdc: Add compatible for SDX65

From: Vamsi Krishna Lanka <[email protected]>

Add compatible for SDX65 pdc.

Signed-off-by: Vamsi Krishna Lanka <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Acked-by: Rob Herring <[email protected]>
Reviewed-by: Vinod Koul <[email protected]>
---
.../devicetree/bindings/interrupt-controller/qcom,pdc.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt
index 98d89e53013d..ce631d853db4 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt
@@ -23,6 +23,7 @@ Properties:
- "qcom,sdm845-pdc": For SDM845
- "qcom,sdm8250-pdc": For SM8250
- "qcom,sdm8350-pdc": For SM8350
+ - "qcom,sdx65-pdc": For SDX65

- reg:
Usage: required
--
2.33.1