Skip to content

Commit 6fbf541

Browse files
AnsuelWim Van Sebroeck
authored andcommitted
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>
1 parent 26f2f5e commit 6fbf541

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Documentation/devicetree/bindings/watchdog/airoha,en7581-wdt.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ allOf:
1414

1515
properties:
1616
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
1822

1923
reg:
2024
maxItems: 1

0 commit comments

Comments
 (0)