Commit 52107e8d authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Alexandre Torgue

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

Rename pwm pinctrl nodes name to matching with yaml bindings
requirements.
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 70d4301e
......@@ -257,7 +257,7 @@ pins {
};
};
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 @@ pins {
};
};
pwm3_pins: pwm-3 {
pwm3_pins: pwm3-0 {
pins {
pinmux = <STM32_PINMUX('B', 4, AF2)>, /* TIM3_CH1 */
<STM32_PINMUX('B', 5, AF2)>; /* TIM3_CH2 */
......
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