ARM: dts: stm32: update pwm pinctrl node names for stm32f4
authorBenjamin Gaignard <benjamin.gaignard@st.com>
Wed, 13 May 2020 14:59:22 +0000 (16:59 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Mon, 15 Jun 2020 09:46:09 +0000 (11:46 +0200)
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>
arch/arm/boot/dts/stm32f4-pinctrl.dtsi

index 35249a22e5132b2028e9b0c10d1a4f3587462e6a..4774163af54bb1de42e1b0dabe5a5ce1422cf80b 100644 (file)
                                };
                        };
 
-                       pwm1_pins: pwm-1 {
+                       pwm1_pins: pwm1-0 {
                                pins {
                                        pinmux = <STM32_PINMUX('A', 8, AF1)>, /* TIM1_CH1 */
                                                 <STM32_PINMUX('B', 13, AF1)>, /* TIM1_CH1N */
                                };
                        };
 
-                       pwm3_pins: pwm-3 {
+                       pwm3_pins: pwm3-0 {
                                pins {
                                        pinmux = <STM32_PINMUX('B', 4, AF2)>, /* TIM3_CH1 */
                                                 <STM32_PINMUX('B', 5, AF2)>; /* TIM3_CH2 */