boards: arm: stm32: add pinctrl state name for PWM peripheral
Add the pinctrl state name (default) for the PWM peripherals. Changes performed based on the script proposed in "boards: arm: stm32: add pinctrl state name for UART peripheral" Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
90b0e92540
commit
1d14517ede
55 changed files with 67 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
|||
pwm12: pwm {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&tim12_ch1_pb14>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue