Skip to content

Commit 0987760

Browse files
nxpfrankliWim Van Sebroeck
authored andcommitted
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 <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 8b61d8c commit 0987760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/watchdog/nxp,pnx4008-wdt.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ properties:
1919
reg:
2020
maxItems: 1
2121

22+
clocks:
23+
maxItems: 1
24+
2225
required:
2326
- compatible
2427
- reg

0 commit comments

Comments
 (0)