* [PATCH 1/1] dt-bindings: watchdog: nxp,pnx4008-wdt: allow clocks property
@ 2025-06-24 20:12 Frank Li
2025-06-27 20:31 ` Rob Herring (Arm)
0 siblings, 1 reply; 2+ messages in thread
From: Frank Li @ 2025-06-24 20:12 UTC (permalink / raw)
To: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Roland Stigge, open list:WATCHDOG DEVICE DRIVERS,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list
Cc: imx
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>
---
.../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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] dt-bindings: watchdog: nxp,pnx4008-wdt: allow clocks property
2025-06-24 20:12 [PATCH 1/1] dt-bindings: watchdog: nxp,pnx4008-wdt: allow clocks property Frank Li
@ 2025-06-27 20:31 ` Rob Herring (Arm)
0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring (Arm) @ 2025-06-27 20:31 UTC (permalink / raw)
To: Frank Li
Cc: Krzysztof Kozlowski, devicetree, linux-watchdog, Guenter Roeck,
Wim Van Sebroeck, imx, Conor Dooley, Roland Stigge, linux-kernel
On Tue, 24 Jun 2025 16:12:27 -0400, Frank Li wrote:
> 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>
> ---
> .../devicetree/bindings/watchdog/nxp,pnx4008-wdt.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-27 20:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24 20:12 [PATCH 1/1] dt-bindings: watchdog: nxp,pnx4008-wdt: allow clocks property Frank Li
2025-06-27 20:31 ` Rob Herring (Arm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox