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

ARM: dts: stm32: fix i2c node typo in stm32h743

Replace upper case by lower case in i2c nodes name.

Signed-off-by: dillon min <dillon.minfei@gmail.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

+2 -2
+2 -2
arch/arm/boot/dts/stm32h743.dtsi
··· 175 175 status = "disabled"; 176 176 }; 177 177 178 - i2c3: i2c@40005C00 { 178 + i2c3: i2c@40005c00 { 179 179 compatible = "st,stm32f7-i2c"; 180 180 #address-cells = <1>; 181 181 #size-cells = <0>; ··· 423 423 status = "disabled"; 424 424 }; 425 425 426 - i2c4: i2c@58001C00 { 426 + i2c4: i2c@58001c00 { 427 427 compatible = "st,stm32f7-i2c"; 428 428 #address-cells = <1>; 429 429 #size-cells = <0>;