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 name on stm32f746 to prevent warnings

Replace upper case by lower case in i2c nodes name.

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

+2 -2
+2 -2
arch/arm/boot/dts/stm32f746.dtsi
··· 360 360 status = "disabled"; 361 361 }; 362 362 363 - i2c3: i2c@40005C00 { 363 + i2c3: i2c@40005c00 { 364 364 compatible = "st,stm32f7-i2c"; 365 - reg = <0x40005C00 0x400>; 365 + reg = <0x40005c00 0x400>; 366 366 interrupts = <72>, 367 367 <73>; 368 368 resets = <&rcc STM32F7_APB1_RESET(I2C3)>;