]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: stm32: fix i2c node name on stm32f746 to prevent warnings
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 15 Apr 2021 10:10:30 +0000 (12:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jul 2021 09:13:43 +0000 (11:13 +0200)
[ Upstream commit ad0ed10ba5792064fc3accbf8f0341152a57eecb ]

Replace upper case by lower case in i2c nodes name.

Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/stm32f746.dtsi

index ccd87e83304910dd46b4a522ec7a8a444803faf2..be62d9091e038d0c399ac6002299142703d5cf16 100644 (file)
                        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)>;