From: Alexandre Torgue Date: Thu, 15 Apr 2021 10:10:30 +0000 (+0200) Subject: ARM: dts: stm32: fix i2c node name on stm32f746 to prevent warnings X-Git-Tag: v4.19.199~97 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8fdbb45cf80953df7d53aa505603095a5a0d52e8;p=users%2Fdwmw2%2Flinux.git ARM: dts: stm32: fix i2c node name on stm32f746 to prevent warnings [ Upstream commit ad0ed10ba5792064fc3accbf8f0341152a57eecb ] Replace upper case by lower case in i2c nodes name. Signed-off-by: Alexandre Torgue Signed-off-by: Sasha Levin --- diff --git a/arch/arm/boot/dts/stm32f746.dtsi b/arch/arm/boot/dts/stm32f746.dtsi index ccd87e8330491..be62d9091e038 100644 --- a/arch/arm/boot/dts/stm32f746.dtsi +++ b/arch/arm/boot/dts/stm32f746.dtsi @@ -353,9 +353,9 @@ status = "disabled"; }; - i2c3: i2c@40005C00 { + i2c3: i2c@40005c00 { compatible = "st,stm32f7-i2c"; - reg = <0x40005C00 0x400>; + reg = <0x40005c00 0x400>; interrupts = <72>, <73>; resets = <&rcc STM32F7_APB1_RESET(I2C3)>;