diff options
author | Frank Li <[email protected]> | 2024-06-05 18:08:39 -0400 |
---|---|---|
committer | Uwe Kleine-König <[email protected]> | 2024-07-10 17:52:47 +0200 |
commit | 30122ce2b9a2890595d452c746bb07a08ac591d1 (patch) | |
tree | 5698a86fa8342dd49a9e79e8af85c98cab0d92cd | |
parent | 2ed3284f3120caf0221276fa6cbc97f8867b354f (diff) |
dt-bindings: pwm: imx: remove interrupt property from required
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 <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Uwe Kleine-König <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/pwm/imx-pwm.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/imx-pwm.yaml b/Documentation/devicetree/bindings/pwm/imx-pwm.yaml index a84a240a61dc..04148198e34d 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 |