diff options
author | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2021-04-01 09:46:08 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2021-04-01 09:47:08 +0200 |
commit | 978783f90ab71f830207b7e9b49ab819cfd89dd4 (patch) | |
tree | 7c623a7455e612d7e99e8e1a5e2480acc0cb118a /arch/arm/boot/dts/stm32h743.dtsi | |
parent | ARM: dts: stm32: add new instances for stm32h743 MCU (diff) | |
download | linux-978783f90ab71f830207b7e9b49ab819cfd89dd4.tar.xz linux-978783f90ab71f830207b7e9b49ab819cfd89dd4.zip |
ARM: dts: stm32: fix i2c node typo in stm32h743
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>
Diffstat (limited to 'arch/arm/boot/dts/stm32h743.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32h743.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stm32h743.dtsi b/arch/arm/boot/dts/stm32h743.dtsi index f7c393e78a2a..05ecdf9ff03a 100644 --- a/arch/arm/boot/dts/stm32h743.dtsi +++ b/arch/arm/boot/dts/stm32h743.dtsi @@ -175,7 +175,7 @@ status = "disabled"; }; - i2c3: i2c@40005C00 { + i2c3: i2c@40005c00 { compatible = "st,stm32f7-i2c"; #address-cells = <1>; #size-cells = <0>; @@ -423,7 +423,7 @@ status = "disabled"; }; - i2c4: i2c@58001C00 { + i2c4: i2c@58001c00 { compatible = "st,stm32f7-i2c"; #address-cells = <1>; #size-cells = <0>; |