Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c58736c1 authored by Patrice Chotard's avatar Patrice Chotard
Browse files

ARM: dts: STiH407-family: Add missing pwm irq



Add the missing interrupt node to properly probe
the pwm device.

This fix following error log :
[    0.208119] sti-pwm 9510000.pwm: Failed to obtain IRQ
[    0.222352] pwm-regulator pwm-regulator: Failed to get PWM: -517

Signed-off-by: default avatarLionel Debieve <lionel.debieve@st.com>
Signed-aff-by: default avatarPatrice CHOTARD <patrice.chotard@st.com>
parent 2016ead4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -688,6 +688,7 @@
			compatible	= "st,sti-pwm";
			#pwm-cells	= <2>;
			reg		= <0x9510000 0x68>;
			interrupts      = <GIC_SPI 131 IRQ_TYPE_NONE>;
			pinctrl-names	= "default";
			pinctrl-0	= <&pinctrl_pwm1_chan0_default
					&pinctrl_pwm1_chan1_default