Commit 30a2366c authored by Lee Jones's avatar Lee Jones Committed by Patrice Chotard

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

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 65086c21
...@@ -296,10 +296,12 @@ pwm1 { ...@@ -296,10 +296,12 @@ 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-capturein = <&pio4 3 ALT1 IN>;
pwm-out = <&pio4 4 ALT1 OUT>; pwm-out = <&pio4 4 ALT1 OUT>;
}; };
}; };
...@@ -1044,6 +1046,7 @@ st,pins { ...@@ -1044,6 +1046,7 @@ st,pins {
pwm0 { pwm0 {
pinctrl_pwm0_chan0_default: pwm0-0-default { pinctrl_pwm0_chan0_default: pwm0-0-default {
st,pins { st,pins {
pwm-capturein = <&pio31 0 ALT1 IN>;
pwm-out = <&pio31 1 ALT1 OUT>; pwm-out = <&pio31 1 ALT1 OUT>;
}; };
}; };
......
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