diff options
author | Lee Jones <lee.jones@linaro.org> | 2016-08-16 05:34:00 -0400 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-09-06 03:21:23 -0400 |
commit | 65086c218ba093817cf9e06bd18a2bb4c40dd2fd (patch) | |
tree | 78c278463eb433a995482ae18be832a465d8f38d | |
parent | e9dacbf2bd7f4d05fec80311fa47920d9243b46c (diff) |
ARM: dts: STiH407: Supply PWM Capture IRQ
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/stih407-family.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index 55ecfbea905d..c7a10bf0e02f 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi | |||
@@ -670,6 +670,7 @@ | |||
670 | compatible = "st,sti-pwm"; | 670 | compatible = "st,sti-pwm"; |
671 | #pwm-cells = <2>; | 671 | #pwm-cells = <2>; |
672 | reg = <0x9810000 0x68>; | 672 | reg = <0x9810000 0x68>; |
673 | interrupts = <GIC_SPI 128 IRQ_TYPE_NONE>; | ||
673 | pinctrl-names = "default"; | 674 | pinctrl-names = "default"; |
674 | pinctrl-0 = <&pinctrl_pwm0_chan0_default>; | 675 | pinctrl-0 = <&pinctrl_pwm0_chan0_default>; |
675 | clock-names = "pwm"; | 676 | clock-names = "pwm"; |