diff options
author | Kumar Gala <galak@codeaurora.org> | 2015-03-04 13:52:44 -0600 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-04-03 13:33:42 -0700 |
commit | 2d9ad4f85ed43101f55816472895e112203f9881 (patch) | |
tree | da8764ea907fc3ba0a47de427e0c952792a3d549 | |
parent | ee327179b9f5f9c0259f43493a5a7e96854094de (diff) |
arm: qcom: dts: gic: add compatible string for Qualcomm MSM GICs
Document the Qualcomm MSM GICs implementation as compatible with the
ARM GIC standard.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | Documentation/devicetree/bindings/arm/gic.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/gic.txt b/Documentation/devicetree/bindings/arm/gic.txt index c97484b73e72..620463082413 100644 --- a/Documentation/devicetree/bindings/arm/gic.txt +++ b/Documentation/devicetree/bindings/arm/gic.txt @@ -18,6 +18,8 @@ Main node required properties: "arm,arm11mp-gic" "brcm,brahma-b15-gic" "arm,arm1176jzf-devchip-gic" + "qcom,msm-8660-qgic" + "qcom,msm-qgic2" - interrupt-controller : Identifies the node as an interrupt controller - #interrupt-cells : Specifies the number of cells needed to encode an interrupt source. The type shall be a <u32> and the value shall be 3. |