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:26 -0400 |
commit | 65bb4990b4cb2fa30908f7df7ac8e511158ac235 (patch) | |
tree | 18a193b29e4926e2e7fe998e2b732302da0b77dd | |
parent | 230e68acd16e9f31d29899f5b17e4aa1d7dd3e77 (diff) |
ARM: dts: STiH416: Declare PWM Capture data lines via Pinctrl
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/stih416-pinctrl.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih416-pinctrl.dtsi b/arch/arm/boot/dts/stih416-pinctrl.dtsi index 48474ccb460b..9c97f7e651a0 100644 --- a/arch/arm/boot/dts/stih416-pinctrl.dtsi +++ b/arch/arm/boot/dts/stih416-pinctrl.dtsi | |||
@@ -221,11 +221,14 @@ | |||
221 | pinctrl_pwm1_chan0_default: pwm1-0-default { | 221 | pinctrl_pwm1_chan0_default: pwm1-0-default { |
222 | st,pins { | 222 | st,pins { |
223 | pwm-out = <&pio3 0 ALT1 OUT>; | 223 | pwm-out = <&pio3 0 ALT1 OUT>; |
224 | pwm-capturein = <&pio3 2 ALT1 IN>; | ||
225 | |||
224 | }; | 226 | }; |
225 | }; | 227 | }; |
226 | pinctrl_pwm1_chan1_default: pwm1-1-default { | 228 | pinctrl_pwm1_chan1_default: pwm1-1-default { |
227 | st,pins { | 229 | st,pins { |
228 | pwm-out = <&pio4 4 ALT1 OUT>; | 230 | pwm-out = <&pio4 4 ALT1 OUT>; |
231 | pwm-capturein = <&pio4 3 ALT1 IN>; | ||
229 | }; | 232 | }; |
230 | }; | 233 | }; |
231 | pinctrl_pwm1_chan2_default: pwm1-2-default { | 234 | pinctrl_pwm1_chan2_default: pwm1-2-default { |
@@ -337,6 +340,7 @@ | |||
337 | pinctrl_pwm0_chan0_default: pwm0-0-default { | 340 | pinctrl_pwm0_chan0_default: pwm0-0-default { |
338 | st,pins { | 341 | st,pins { |
339 | pwm-out = <&pio9 7 ALT2 OUT>; | 342 | pwm-out = <&pio9 7 ALT2 OUT>; |
343 | pwm-capturein = <&pio9 6 ALT2 IN>; | ||
340 | }; | 344 | }; |
341 | }; | 345 | }; |
342 | }; | 346 | }; |
@@ -576,6 +580,7 @@ | |||
576 | pinctrl_pwm0_chan1_default: pwm0-1-default { | 580 | pinctrl_pwm0_chan1_default: pwm0-1-default { |
577 | st,pins { | 581 | st,pins { |
578 | pwm-out = <&pio13 2 ALT2 OUT>; | 582 | pwm-out = <&pio13 2 ALT2 OUT>; |
583 | pwm-capturein = <&pio13 1 ALT2 IN>; | ||
579 | }; | 584 | }; |
580 | }; | 585 | }; |
581 | pinctrl_pwm0_chan2_default: pwm0-2-default { | 586 | pinctrl_pwm0_chan2_default: pwm0-2-default { |