diff options
author | 2025-06-24 16:12:27 -0400 | |
---|---|---|
committer | 2025-07-16 18:05:01 +0200 | |
commit | 0987760b27834548052bd716e040681cec9e822d (patch) | |
tree | 13abba24ae4c5b369067b4559a20db4aa5a14c09 | |
parent | watchdog: ziirave_wdt: check record length in ziirave_firm_verify() (diff) | |
download | wireguard-linux-0987760b27834548052bd716e040681cec9e822d.tar.xz wireguard-linux-0987760b27834548052bd716e040681cec9e822d.zip |
dt-bindings: watchdog: nxp,pnx4008-wdt: allow clocks property
Allow clocks property to fix below CHECK_DTB warning:
arch/arm/boot/dts/nxp/lpc/lpc3250-phy3250.dtb: watchdog@4003c000 (nxp,pnx4008-wdt): Unevaluated properties are not allowed ('clocks' was unexpected)
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250624201227.2515275-1-Frank.Li@nxp.com
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/nxp,pnx4008-wdt.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/nxp,pnx4008-wdt.yaml b/Documentation/devicetree/bindings/watchdog/nxp,pnx4008-wdt.yaml index 35ef940cbabe..8964c1c5d522 100644 --- a/Documentation/devicetree/bindings/watchdog/nxp,pnx4008-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/nxp,pnx4008-wdt.yaml @@ -19,6 +19,9 @@ properties: reg: maxItems: 1 + clocks: + maxItems: 1 + required: - compatible - reg |