diff options
author | 2021-01-17 23:50:32 -0600 | |
---|---|---|
committer | 2021-01-21 20:21:49 +0000 | |
commit | 6436eb4417094ea3308b33d8392fc02a1068dc78 (patch) | |
tree | 9e4f4acdad604f0e5aec0cf5fa967aa94672ea86 | |
parent | dt-bindings: irq: sun6i-r: Split the binding from sun7i-nmi (diff) | |
download | linux-dev-6436eb4417094ea3308b33d8392fc02a1068dc78.tar.xz linux-dev-6436eb4417094ea3308b33d8392fc02a1068dc78.zip |
dt-bindings: irq: sun6i-r: Add a compatible for the H3
The Allwinner H3 SoC contains an R_INTC that is, as far as we know,
compatible with the R_INTC present in other sun8i SoCs starting with
the A31. Since the R_INTC hardware is undocumented, introduce a new
compatible for the R_INTC variant in this SoC, in case there turns out
to be some difference.
Acked-by: Maxime Ripard <mripard@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210118055040.21910-3-samuel@sholland.org
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/allwinner,sun6i-a31-r-intc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun6i-a31-r-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun6i-a31-r-intc.yaml index 50e607e607c8..4db24b8a9ffe 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun6i-a31-r-intc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/allwinner,sun6i-a31-r-intc.yaml @@ -27,6 +27,7 @@ properties: - items: - enum: - allwinner,sun8i-a83t-r-intc + - allwinner,sun8i-h3-r-intc - allwinner,sun50i-a64-r-intc - const: allwinner,sun6i-a31-r-intc - const: allwinner,sun50i-h6-r-intc |