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

ASoC: dt-bindings: apple,mca: Add t6020-mca compatible

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

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

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

Acked-by: Mark Brown <broonie@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/sound/apple,mca.yaml
··· 19 19 20 20 properties: 21 21 compatible: 22 - items: 23 - - enum: 24 - - apple,t6000-mca 25 - - apple,t8103-mca 26 - - apple,t8112-mca 27 - - const: apple,mca 22 + oneOf: 23 + - items: 24 + - const: apple,t6020-mca 25 + - const: apple,t8103-mca 26 + - items: 27 + - enum: 28 + # Do not add additional SoC to this list. 29 + - apple,t6000-mca 30 + - apple,t8103-mca 31 + - apple,t8112-mca 32 + - const: apple,mca 28 33 29 34 reg: 30 35 items: