Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iommu: dart: Add apple,t6020-dart compatible

t6020-dart is compatible to t8110-dart and annotated as such in Apple's
device tree. Add its per-SoC compatible in case t6020 specific handling
becomes necessary. The dart instances on M2 Pro/Max/Ultra based SoCs
differ in one aspect from the M2 based ones. They indicate an IAS of 42
requiring implementing support for a fouth page table level in the dart
driver and its io-pgtable [1].

[1]: https://lore.kernel.org/asahi/20250821-apple-dart-4levels-v2-0-e39af79daa37@jannau.net/

Reviewed-by: Neal Gompa <neal@gompa.dev>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Janne Grunau <j@jannau.net>

+9 -5
+9 -5
Documentation/devicetree/bindings/iommu/apple,dart.yaml
··· 22 22 23 23 properties: 24 24 compatible: 25 - enum: 26 - - apple,t8103-dart 27 - - apple,t8103-usb4-dart 28 - - apple,t8110-dart 29 - - apple,t6000-dart 25 + oneOf: 26 + - enum: 27 + - apple,t8103-dart 28 + - apple,t8103-usb4-dart 29 + - apple,t8110-dart 30 + - apple,t6000-dart 31 + - items: 32 + - const: apple,t6020-dart 33 + - const: apple,t8110-dart 30 34 31 35 reg: 32 36 maxItems: 1