Commit c58736c1 authored by Patrice Chotard's avatar Patrice Chotard

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
......@@ -688,6 +688,7 @@ pwm1: pwm@9510000 {
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment