Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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



Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 65086c21
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -296,10 +296,12 @@
				pinctrl_pwm1_chan0_default: pwm1-0-default {
					st,pins {
						pwm-out = <&pio3 0 ALT1 OUT>;
						pwm-capturein = <&pio3 2 ALT1 IN>;
					};
				};
				pinctrl_pwm1_chan1_default: pwm1-1-default {
					st,pins {
						pwm-capturein = <&pio4 3 ALT1 IN>;
						pwm-out = <&pio4 4 ALT1 OUT>;
					};
				};
@@ -1044,6 +1046,7 @@
			pwm0 {
				pinctrl_pwm0_chan0_default: pwm0-0-default {
					st,pins {
						pwm-capturein = <&pio31 0 ALT1 IN>;
						pwm-out = <&pio31 1 ALT1 OUT>;
					};
				};