Messages in this thread Patch in this message |  | | Date | Wed, 20 Nov 2019 13:21:05 -0000 | From | "tip-bot2 for Rajendra Nayak" <> | Subject | [tip: irq/core] dt-bindings: qcom,pdc: Add compatible for sc7180 |
| |
The following commit has been merged into the irq/core branch of tip:
Commit-ID: bf93b04cd85d74c34335e76882cf8bf206caab6e Gitweb: https://git.kernel.org/tip/bf93b04cd85d74c34335e76882cf8bf206caab6e Author: Rajendra Nayak <rnayak@codeaurora.org> AuthorDate: Fri, 08 Nov 2019 14:58:18 +05:30 Committer: Marc Zyngier <maz@kernel.org> CommitterDate: Sun, 10 Nov 2019 18:47:50
dt-bindings: qcom,pdc: Add compatible for sc7180
Add the compatible string for sc7180 SoC from Qualcomm.
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org> Signed-off-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Link: https://lore.kernel.org/r/20191108092824.9773-8-rnayak@codeaurora.org --- Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt index 8e0797c..1df2939 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt @@ -17,7 +17,8 @@ Properties: - compatible: Usage: required Value type: <string> - Definition: Should contain "qcom,<soc>-pdc" + Definition: Should contain "qcom,<soc>-pdc" and "qcom,pdc" + - "qcom,sc7180-pdc": For SC7180 - "qcom,sdm845-pdc": For SDM845 - reg:
|  |