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: watchdog: apple,wdt: Add t6020-wdt compatible

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

The block on the Apple M2 Pro/Max/Ultra SoCs is compatible with the
existing driver so add its per-SoC compatible.

[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/watchdog/apple,wdt.yaml
··· 14 14 15 15 properties: 16 16 compatible: 17 - items: 18 - - enum: 19 - - apple,s5l8960x-wdt 20 - - apple,t7000-wdt 21 - - apple,s8000-wdt 22 - - apple,t8010-wdt 23 - - apple,t8015-wdt 24 - - apple,t8103-wdt 25 - - apple,t8112-wdt 26 - - apple,t6000-wdt 27 - - const: apple,wdt 17 + oneOf: 18 + - items: 19 + - const: apple,t6020-wdt 20 + - const: apple,t8103-wdt 21 + - items: 22 + - enum: 23 + # Do not add additional SoC to this list. 24 + - apple,s5l8960x-wdt 25 + - apple,t7000-wdt 26 + - apple,s8000-wdt 27 + - apple,t8010-wdt 28 + - apple,t8015-wdt 29 + - apple,t8103-wdt 30 + - apple,t8112-wdt 31 + - apple,t6000-wdt 32 + - const: apple,wdt 28 33 29 34 reg: 30 35 maxItems: 1