devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] dt-bindings: apple,aic: Document A7-A11 compatibles
@ 2022-09-29 14:40 Konrad Dybcio
  2022-09-29 14:40 ` [PATCH v2 2/2] irqchip/apple-aic: Add support for A7-A11 SoCs Konrad Dybcio
  0 siblings, 1 reply; 6+ messages in thread
From: Konrad Dybcio @ 2022-09-29 14:40 UTC (permalink / raw)
  To: asahi, linux-arm-kernel
  Cc: towinchenmi, Konrad Dybcio, Hector Martin, Sven Peter,
	Alyssa Rosenzweig, Thomas Gleixner, Marc Zyngier, Rob Herring,
	Krzysztof Kozlowski, linux-kernel, devicetree

Document the compatibles for Apple A7-A11 SoCs.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
Changes since v1:
- separate t8015 out, it does not fall back to s5l8960x

 .../bindings/interrupt-controller/apple,aic.yaml | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml b/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml
index e18107eafe7c..0619dd73a7b0 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml
@@ -36,9 +36,19 @@ allOf:
 
 properties:
   compatible:
-    items:
-      - const: apple,t8103-aic
-      - const: apple,aic
+    oneOf:
+      - const: apple,s5l8960x-aic
+      - items:
+          - enum:
+              - apple,s8000-aic
+              - apple,t7000-aic
+              - apple,t8010-aic
+          - const: apple,s5l8960x-aic
+      - items:
+          - enum:
+              - apple,t8015-aic
+              - apple,t8103-aic
+          - const: apple,aic
 
   interrupt-controller: true
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* Re: [PATCH v2 2/2] irqchip/apple-aic: Add support for A7-A11 SoCs
@ 2022-09-29 14:47 Nick Chan
  0 siblings, 0 replies; 6+ messages in thread
From: Nick Chan @ 2022-09-29 14:47 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Alyssa Rosenzweig, asahi, devicetree, krzysztof.kozlowski+dt,
	linux-arm-kernel, linux-kernel, Hector Martin, Marc Zyngier,
	robh+dt, Sven Peter, Thomas Gleixner, towinchenmi

Tested-by: Nick Chan <towinchenmi@gmail.com> # iPad Pro 9.7-inch (Wi-Fi)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-29 19:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-29 14:40 [PATCH v2 1/2] dt-bindings: apple,aic: Document A7-A11 compatibles Konrad Dybcio
2022-09-29 14:40 ` [PATCH v2 2/2] irqchip/apple-aic: Add support for A7-A11 SoCs Konrad Dybcio
2022-09-29 14:50   ` Sven Peter
2022-09-29 17:10     ` Konrad Dybcio
2022-09-29 19:02     ` Mark Kettenis
  -- strict thread matches above, loose matches on Subject: below --
2022-09-29 14:47 Nick Chan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).