mirror of https://github.com/torvalds/linux.git
dt-bindings: watchdog: sunxi: add Allwinner A523 compatible string
The Allwinner A523 SoC features a watchdog similar to the one used in previous SoCs, but moves some registers around (by just one word), making it incompatible to existing IPs. Add the new name to the list of compatible string, and also to the list of IP requiring two clock inputs. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20250307005712.16828-4-andre.przywara@arm.com Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
This commit is contained in:
parent
48a136639e
commit
a6d86c1b64
|
|
@ -32,6 +32,7 @@ properties:
|
|||
- items:
|
||||
- const: allwinner,sun20i-d1-wdt-reset
|
||||
- const: allwinner,sun20i-d1-wdt
|
||||
- const: allwinner,sun55i-a523-wdt
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
|
@ -60,6 +61,7 @@ if:
|
|||
- allwinner,sun20i-d1-wdt-reset
|
||||
- allwinner,sun50i-r329-wdt
|
||||
- allwinner,sun50i-r329-wdt-reset
|
||||
- allwinner,sun55i-a523-wdt
|
||||
|
||||
then:
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Reference in New Issue