Skip to content

Commit 9526404

Browse files
datapaganismdanieldegrasse
authored andcommitted
dts: arm: st: stm32f303: fix I2C3 address in nodename
Correct stm32f303 I2C3 address in nodename. Signed-off-by: Alen Karnil <[email protected]> (cherry picked from commit 4363d14)
1 parent 116c4a9 commit 9526404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/f3/stm32f303Xe.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
};
4343
};
4444

45-
i2c3: i2c@4007800 {
45+
i2c3: i2c@40007800 {
4646
compatible = "st,stm32-i2c-v2";
4747
clock-frequency = <I2C_BITRATE_STANDARD>;
4848
#address-cells = <1>;

0 commit comments

Comments
 (0)