[PATCH 06/13] ARM: dts: stm32: fix i2c node name on stm32f746 to prevent warnings
Alexandre Torgue
alexandre.torgue at foss.st.com
Thu Apr 15 11:10:30 BST 2021
Replace upper case by lower case in i2c nodes name.
Signed-off-by: Alexandre Torgue <alexandre.torgue at foss.st.com>
diff --git a/arch/arm/boot/dts/stm32f746.dtsi b/arch/arm/boot/dts/stm32f746.dtsi
index 72c1b76684b6..014b416f57e6 100644
--- a/arch/arm/boot/dts/stm32f746.dtsi
+++ b/arch/arm/boot/dts/stm32f746.dtsi
@@ -360,9 +360,9 @@
status = "disabled";
};
- i2c3: i2c at 40005C00 {
+ i2c3: i2c at 40005c00 {
compatible = "st,stm32f7-i2c";
- reg = <0x40005C00 0x400>;
+ reg = <0x40005c00 0x400>;
interrupts = <72>,
<73>;
resets = <&rcc STM32F7_APB1_RESET(I2C3)>;
--
2.17.1
More information about the linux-arm-kernel
mailing list