Commit 230e68ac authored by Lee Jones's avatar Lee Jones Committed by Patrice Chotard

ARM: dts: STiH416: Supply PWM Capture IRQs

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 30a2366c
...@@ -474,6 +474,7 @@ pwm0: pwm@fed10000 { ...@@ -474,6 +474,7 @@ pwm0: pwm@fed10000 {
status = "disabled"; status = "disabled";
#pwm-cells = <2>; #pwm-cells = <2>;
reg = <0xfed10000 0x68>; reg = <0xfed10000 0x68>;
interrupts = <GIC_SPI 200 IRQ_TYPE_NONE>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm0_chan0_default pinctrl-0 = <&pinctrl_pwm0_chan0_default
...@@ -492,6 +493,7 @@ pwm1: pwm@fe510000 { ...@@ -492,6 +493,7 @@ pwm1: pwm@fe510000 {
status = "disabled"; status = "disabled";
#pwm-cells = <2>; #pwm-cells = <2>;
reg = <0xfe510000 0x68>; reg = <0xfe510000 0x68>;
interrupts = <GIC_SPI 202 IRQ_TYPE_NONE>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm1_chan0_default pinctrl-0 = <&pinctrl_pwm1_chan0_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