Re: [PATCH 04/12] dt-bindings: watchdog: convert meson-wdt.txt to dt-schema

From: Martin Blumenstingl
Date: Fri Nov 25 2022 - 18:33:18 EST


Hi Neil,

On Fri, Nov 18, 2022 at 3:33 PM Neil Armstrong
<neil.armstrong@xxxxxxxxxx> wrote:
[...]
> +unevaluatedProperties: false
Could you please also add an "interrupts" property?
This watchdog IP can generate an interrupt instead of resetting the
SoC. We don't support this in the driver yet, but still it's w
Somehow the interrupt made it into the .dtsi but not the bindings.

[...]
> -- compatible : depending on the SoC this should be one of:
> - "amlogic,meson6-wdt" on Meson6 SoCs
> - "amlogic,meson8-wdt" and "amlogic,meson6-wdt" on Meson8 SoCs
> - "amlogic,meson8b-wdt" on Meson8b SoCs
> - "amlogic,meson8m2-wdt" and "amlogic,meson8b-wdt" on Meson8m2 SoCs
The last part did not quite make it into the new schema.
arch/arm/boot/dts/meson8m2.dtsi currently has:
compatible = "amlogic,meson8m2-wdt", "amlogic,meson8b-wdt";


Best regards,
Martin