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

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

The block on Apple M2 Pro/Max/Ultra SoCs is compatible with
"apple,t8103-pmgr" so use it as fallback compatible and add t6020 as
per-SoC compatible.

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

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

+20 -13
+20 -13
Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml
··· 20 20 pattern: "^power-management@[0-9a-f]+$" 21 21 22 22 compatible: 23 - items: 24 - - enum: 25 - - apple,s5l8960x-pmgr 26 - - apple,t7000-pmgr 27 - - apple,s8000-pmgr 28 - - apple,t8010-pmgr 29 - - apple,t8015-pmgr 30 - - apple,t8103-pmgr 31 - - apple,t8112-pmgr 32 - - apple,t6000-pmgr 33 - - const: apple,pmgr 34 - - const: syscon 35 - - const: simple-mfd 23 + oneOf: 24 + - items: 25 + - enum: 26 + # Do not add additional SoC to this list. 27 + - apple,s5l8960x-pmgr 28 + - apple,t7000-pmgr 29 + - apple,s8000-pmgr 30 + - apple,t8010-pmgr 31 + - apple,t8015-pmgr 32 + - apple,t8103-pmgr 33 + - apple,t8112-pmgr 34 + - apple,t6000-pmgr 35 + - const: apple,pmgr 36 + - const: syscon 37 + - const: simple-mfd 38 + - items: 39 + - const: apple,t6020-pmgr 40 + - const: apple,t8103-pmgr 41 + - const: syscon 42 + - const: simple-mfd 36 43 37 44 reg: 38 45 maxItems: 1