Commit 65bb4990 authored by Lee Jones's avatar Lee Jones Committed by Patrice Chotard

ARM: dts: STiH416: Declare PWM Capture data lines via Pinctrl

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 230e68ac
...@@ -221,11 +221,14 @@ pwm1 { ...@@ -221,11 +221,14 @@ pwm1 {
pinctrl_pwm1_chan0_default: pwm1-0-default { pinctrl_pwm1_chan0_default: pwm1-0-default {
st,pins { st,pins {
pwm-out = <&pio3 0 ALT1 OUT>; pwm-out = <&pio3 0 ALT1 OUT>;
pwm-capturein = <&pio3 2 ALT1 IN>;
}; };
}; };
pinctrl_pwm1_chan1_default: pwm1-1-default { pinctrl_pwm1_chan1_default: pwm1-1-default {
st,pins { st,pins {
pwm-out = <&pio4 4 ALT1 OUT>; pwm-out = <&pio4 4 ALT1 OUT>;
pwm-capturein = <&pio4 3 ALT1 IN>;
}; };
}; };
pinctrl_pwm1_chan2_default: pwm1-2-default { pinctrl_pwm1_chan2_default: pwm1-2-default {
...@@ -337,6 +340,7 @@ pwm0 { ...@@ -337,6 +340,7 @@ pwm0 {
pinctrl_pwm0_chan0_default: pwm0-0-default { pinctrl_pwm0_chan0_default: pwm0-0-default {
st,pins { st,pins {
pwm-out = <&pio9 7 ALT2 OUT>; pwm-out = <&pio9 7 ALT2 OUT>;
pwm-capturein = <&pio9 6 ALT2 IN>;
}; };
}; };
}; };
...@@ -576,6 +580,7 @@ pwm0 { ...@@ -576,6 +580,7 @@ pwm0 {
pinctrl_pwm0_chan1_default: pwm0-1-default { pinctrl_pwm0_chan1_default: pwm0-1-default {
st,pins { st,pins {
pwm-out = <&pio13 2 ALT2 OUT>; pwm-out = <&pio13 2 ALT2 OUT>;
pwm-capturein = <&pio13 1 ALT2 IN>;
}; };
}; };
pinctrl_pwm0_chan2_default: pwm0-2-default { pinctrl_pwm0_chan2_default: pwm0-2-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