Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Benjamin Gaignard and committed by
Alexandre Torgue
52107e8d 70d4301e

+2 -2
+2 -2
arch/arm/boot/dts/stm32f4-pinctrl.dtsi
··· 257 257 }; 258 258 }; 259 259 260 - pwm1_pins: pwm-1 { 260 + pwm1_pins: pwm1-0 { 261 261 pins { 262 262 pinmux = <STM32_PINMUX('A', 8, AF1)>, /* TIM1_CH1 */ 263 263 <STM32_PINMUX('B', 13, AF1)>, /* TIM1_CH1N */ ··· 265 265 }; 266 266 }; 267 267 268 - pwm3_pins: pwm-3 { 268 + pwm3_pins: pwm3-0 { 269 269 pins { 270 270 pinmux = <STM32_PINMUX('B', 4, AF2)>, /* TIM3_CH1 */ 271 271 <STM32_PINMUX('B', 5, AF2)>; /* TIM3_CH2 */