Re: [PATCH v4 6/6] dt-bindings: clock: Introduce pdc bindings for SDX65
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-11-16 08:37:00
Also in:
linux-arm-msm, linux-clk, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-11-16 08:37:00
Also in:
linux-arm-msm, linux-clk, lkml
On 15-11-21, 23:38, quic_vamslank@quicinc.com wrote:
From: Vamsi Krishna Lanka <redacted> Add compatible for SDX65 pdc.
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Vamsi Krishna Lanka <redacted> Reviewed-by: Bjorn Andersson <redacted> Acked-by: Rob Herring <robh@kernel.org> --- .../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
-- ~Vinod