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: power: apple,pmgr-pwrstate: Add t6020 compatible

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

The implementation on Apple M2 Pro/Max/Ultra SoCs is compatible so add
its per-SoC compatible with the new base.

[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>

+16 -11
+16 -11
Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml
··· 29 29 30 30 properties: 31 31 compatible: 32 - items: 33 - - enum: 34 - - apple,s5l8960x-pmgr-pwrstate 35 - - apple,t7000-pmgr-pwrstate 36 - - apple,s8000-pmgr-pwrstate 37 - - apple,t8010-pmgr-pwrstate 38 - - apple,t8015-pmgr-pwrstate 39 - - apple,t8103-pmgr-pwrstate 40 - - apple,t8112-pmgr-pwrstate 41 - - apple,t6000-pmgr-pwrstate 42 - - const: apple,pmgr-pwrstate 32 + oneOf: 33 + - items: 34 + - enum: 35 + # Do not add additional SoC to this list. 36 + - apple,s5l8960x-pmgr-pwrstate 37 + - apple,t7000-pmgr-pwrstate 38 + - apple,s8000-pmgr-pwrstate 39 + - apple,t8010-pmgr-pwrstate 40 + - apple,t8015-pmgr-pwrstate 41 + - apple,t8103-pmgr-pwrstate 42 + - apple,t8112-pmgr-pwrstate 43 + - apple,t6000-pmgr-pwrstate 44 + - const: apple,pmgr-pwrstate 45 + - items: 46 + - const: apple,t6020-pmgr-pwrstate 47 + - const: apple,t8103-pmgr-pwrstate 43 48 44 49 reg: 45 50 maxItems: 1