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: dma: apple,admac: Add t6020-admac compatible

After discussion with the devicetree maintainers we agreed to not extend
lists with the generic compatible "apple,admac" anymore [1]. Use
"apple,t8103-admac" as base compatible as it is the SoC the driver and
bindings were written for.

admac on Apple's M2 Pro/Max/Ultra SoCs is compatible with
"apple,t8103-admac" so add its per-SoC compatible with the former as
fallback used by the existing driver.

[1]: https://lore.kernel.org/asahi/12ab93b7-1fc2-4ce0-926e-c8141cfe81bf@kernel.org/

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

+11 -6
+11 -6
Documentation/devicetree/bindings/dma/apple,admac.yaml
··· 22 22 23 23 properties: 24 24 compatible: 25 - items: 26 - - enum: 27 - - apple,t6000-admac 28 - - apple,t8103-admac 29 - - apple,t8112-admac 30 - - const: apple,admac 25 + oneOf: 26 + - items: 27 + - const: apple,t6020-admac 28 + - const: apple,t8103-admac 29 + - items: 30 + - enum: 31 + # Do not add additional SoC to this list. 32 + - apple,t6000-admac 33 + - apple,t8103-admac 34 + - apple,t8112-admac 35 + - const: apple,admac 31 36 32 37 reg: 33 38 maxItems: 1