[PATCH 1/1] dt-bindings: watchdog: nxp,pnx4008-wdt: allow clocks property

From: Frank Li
Date: Tue Jun 24 2025 - 16:12:51 EST


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@xxxxxxx>
---
.../devicetree/bindings/watchdog/nxp,pnx4008-wdt.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/watchdog/nxp,pnx4008-wdt.yaml b/Documentation/devicetree/bindings/watchdog/nxp,pnx4008-wdt.yaml
index 35ef940cbabe8..8964c1c5d5220 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
--
2.34.1