1
0
Fork 0

ARM: dts: stm32: update pwm pinctrl node names for stm32f4

Rename pwm pinctrl nodes name to matching with yaml bindings
requirements.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
zero-sugar-mainline-defconfig
Benjamin Gaignard 2020-05-13 16:59:22 +02:00 committed by Alexandre Torgue
parent 70d4301e1a
commit 52107e8d6e
1 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@
};
};
pwm1_pins: pwm-1 {
pwm1_pins: pwm1-0 {
pins {
pinmux = <STM32_PINMUX('A', 8, AF1)>, /* TIM1_CH1 */
<STM32_PINMUX('B', 13, AF1)>, /* TIM1_CH1N */
@ -265,7 +265,7 @@
};
};
pwm3_pins: pwm-3 {
pwm3_pins: pwm3-0 {
pins {
pinmux = <STM32_PINMUX('B', 4, AF2)>, /* TIM3_CH1 */
<STM32_PINMUX('B', 5, AF2)>; /* TIM3_CH2 */