ARM: dts: stm32: fix i2c node typo in stm32h743
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 1 Apr 2021 07:46:08 +0000 (09:46 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 1 Apr 2021 07:47:08 +0000 (09:47 +0200)
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>
arch/arm/boot/dts/stm32h743.dtsi

index f7c393e78a2a148045081edc7d9c159f46f4fcbb..05ecdf9ff03a44732cb5039918d66f717100b8cc 100644 (file)
                        status = "disabled";
                };
 
-               i2c3: i2c@40005C00 {
+               i2c3: i2c@40005c00 {
                        compatible = "st,stm32f7-i2c";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        status = "disabled";
                };
 
-               i2c4: i2c@58001C00 {
+               i2c4: i2c@58001c00 {
                        compatible = "st,stm32f7-i2c";
                        #address-cells = <1>;
                        #size-cells = <0>;