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: mfd: apple,smc: Add t6020-smc compatible

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

SMC on Apple's M2 Pro/Max/Ultra SoCs is compatible with the existing
driver so add its per-SoC compatible with the new base compatible as
fallback used by the 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/mfd/apple,smc.yaml
··· 15 15 16 16 properties: 17 17 compatible: 18 - items: 19 - - enum: 20 - - apple,t6000-smc 21 - - apple,t8103-smc 22 - - apple,t8112-smc 23 - - const: apple,smc 18 + oneOf: 19 + - items: 20 + - const: apple,t6020-smc 21 + - const: apple,t8103-smc 22 + - items: 23 + - enum: 24 + # Do not add additional SoC to this list. 25 + - apple,t6000-smc 26 + - apple,t8103-smc 27 + - apple,t8112-smc 28 + - const: apple,smc 24 29 25 30 reg: 26 31 items: