[PATCH 1/1] dt-bindings: pwm: imx: remove interrupt proptery from required
Frank Li
Frank.Li at nxp.com
Wed Jun 5 15:08:39 PDT 2024
The driver "drivers/pwm/pwm-imx27.c" never use interrupt. Generally pwm
hardware generate a waveform according to register timing setting. Needn't
interrupt handle at all. So remove it from "required" list.
Signed-off-by: Frank Li <Frank.Li at nxp.com>
---
Documentation/devicetree/bindings/pwm/imx-pwm.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/pwm/imx-pwm.yaml b/Documentation/devicetree/bindings/pwm/imx-pwm.yaml
index a84a240a61dc1..04148198e34d0 100644
--- a/Documentation/devicetree/bindings/pwm/imx-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/imx-pwm.yaml
@@ -68,7 +68,6 @@ required:
- reg
- clocks
- clock-names
- - interrupts
additionalProperties: false
--
2.34.1
More information about the linux-arm-kernel
mailing list