Skip to content

Commit 2940a49

Browse files
committed
arm: dts: lpc32xx: add interrupts property to Motor Control PWM
Motor Control PWM shares an interrupt line with TIMER4 on MIC interrupt controller, the interrupt serves as period (timer limit), pulse-width (match) and capture event interrupt. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
1 parent 71630e5 commit 2940a49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@
322322
mpwm: pwm@400e8000 {
323323
compatible = "nxp,lpc3220-motor-pwm";
324324
reg = <0x400e8000 0x78>;
325+
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
325326
clocks = <&clk LPC32XX_CLK_MCPWM>;
326327
#pwm-cells = <3>;
327328
status = "disabled";

0 commit comments

Comments
 (0)