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

ARM: dts: stm32: Update nodes names for stm32h743 pinctrl

Fix the nodes names to be aligned with yaml description

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
96f8d30a 2151761a

+5 -5
+5 -5
arch/arm/boot/dts/stm32h743-pinctrl.dtsi
··· 163 163 #interrupt-cells = <2>; 164 164 }; 165 165 166 - i2c1_pins_a: i2c1@0 { 166 + i2c1_pins_a: i2c1-0 { 167 167 pins { 168 168 pinmux = <STM32_PINMUX('B', 6, AF4)>, /* I2C1_SCL */ 169 169 <STM32_PINMUX('B', 7, AF4)>; /* I2C1_SDA */ ··· 173 173 }; 174 174 }; 175 175 176 - ethernet_rmii: rmii@0 { 176 + ethernet_rmii: rmii-0 { 177 177 pins { 178 178 pinmux = <STM32_PINMUX('G', 11, AF11)>, 179 179 <STM32_PINMUX('G', 13, AF11)>, ··· 256 256 }; 257 257 }; 258 258 259 - usart1_pins: usart1@0 { 259 + usart1_pins: usart1-0 { 260 260 pins1 { 261 261 pinmux = <STM32_PINMUX('B', 14, AF4)>; /* USART1_TX */ 262 262 bias-disable; ··· 269 269 }; 270 270 }; 271 271 272 - usart2_pins: usart2@0 { 272 + usart2_pins: usart2-0 { 273 273 pins1 { 274 274 pinmux = <STM32_PINMUX('D', 5, AF7)>; /* USART2_TX */ 275 275 bias-disable; ··· 282 282 }; 283 283 }; 284 284 285 - usbotg_hs_pins_a: usbotg-hs@0 { 285 + usbotg_hs_pins_a: usbotg-hs-0 { 286 286 pins { 287 287 pinmux = <STM32_PINMUX('H', 4, AF10)>, /* ULPI_NXT */ 288 288 <STM32_PINMUX('I', 11, AF10)>, /* ULPI_DIR> */