devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: pwm: rockchip: Allow "interrupts" prooperty
@ 2024-01-06 14:26 Uwe Kleine-König
  2024-01-06 16:57 ` Uwe Kleine-König
  2024-01-06 17:10 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 9+ messages in thread
From: Uwe Kleine-König @ 2024-01-06 14:26 UTC (permalink / raw)
  To: Thierry Reding, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Heiko Stuebner
  Cc: linux-pwm, devicetree, linux-rockchip, kernel

This fixes the dtbs_check error

	arch/arm/boot/dts/rockchip/rv1108-elgin-r1.dtb: pwm@10280030: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/pwm/pwm-rockchip.yaml#

in several device trees.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml b/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
index 65bfb492b3a4..031a448aa2b3 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
+++ b/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
@@ -45,6 +45,9 @@ properties:
   clock-names:
     maxItems: 2
 
+  interrupts:
+    maxItems: 1
+
   "#pwm-cells":
     enum: [2, 3]
     description:

base-commit: d73f444d06fb8a42a5c0623453f3ea1fe9880229
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-01-29 11:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-06 14:26 [PATCH] dt-bindings: pwm: rockchip: Allow "interrupts" prooperty Uwe Kleine-König
2024-01-06 16:57 ` Uwe Kleine-König
2024-01-06 17:10 ` Krzysztof Kozlowski
2024-01-06 21:25   ` Johan Jonker
2024-01-06 23:25     ` Uwe Kleine-König
2024-01-07 10:30       ` Krzysztof Kozlowski
2024-01-24  8:26         ` Uwe Kleine-König
2024-01-24  9:40           ` Johan Jonker
2024-01-29 11:41             ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).