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: airoha: Add support for Airoha AN7583 SoC

Add compatible for Airoha AN7583 SoC. The implementation is exactly the
same of Airoha EN7581 hence we add the compatible in addition to EN7581
ones.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Christian Marangi and committed by
Wim Van Sebroeck
6fbf5415 26f2f5ed

+5 -1
+5 -1
Documentation/devicetree/bindings/watchdog/airoha,en7581-wdt.yaml
··· 14 14 15 15 properties: 16 16 compatible: 17 - const: airoha,en7581-wdt 17 + oneOf: 18 + - items: 19 + - const: airoha,an7583-wdt 20 + - const: airoha,en7581-wdt 21 + - const: airoha,en7581-wdt 18 22 19 23 reg: 20 24 maxItems: 1