Samuel Holland
unread,Jan 3, 2021, 5:31:06 AM1/3/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Thomas Gleixner, Marc Zyngier, Rob Herring, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec, Russell King, Catalin Marinas, Will Deacon, Ondrej Jirman, devic...@vger.kernel.org, linux-ar...@lists.infradead.org, linux-...@vger.kernel.org, linux...@googlegroups.com, Samuel Holland
The Allwinner H3 SoC contains an R_INTC that is, as far as we know,
compatible with the R_INTC present in other sun8i/sun50i 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.
Signed-off-by: Samuel Holland <
sam...@sholland.org>
---
.../interrupt-controller/allwinner,sun6i-a31-r-intc.yaml | 1 +
1 file changed, 1 insertion(+)
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 18805b6555c2..9de1fb2a63d1 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
@@ -26,6 +26,7 @@ properties:
- items:
- enum:
- allwinner,sun8i-a83t-r-intc
+ - allwinner,sun8i-h3-r-intc
- allwinner,sun50i-a64-r-intc
- allwinner,sun50i-h6-r-intc
- const: allwinner,sun6i-a31-r-intc
--
2.26.2