board/argonkey/dts: Configure i2c3 at 400KHz
As explained in issue #8915 the STM32F4xx SoC family I2C does not work well in Standard mode (100KHz). So let's configure i2c3 in Fast mode (400KHz). Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
parent
14ba292870
commit
36a1a7c254
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
&i2c3 {
|
&i2c3 {
|
||||||
status = "ok";
|
status = "ok";
|
||||||
clock-frequency = <I2C_BITRATE_STANDARD>;
|
clock-frequency = <I2C_BITRATE_FAST>;
|
||||||
|
|
||||||
lp3943@60 {
|
lp3943@60 {
|
||||||
compatible = "ti,lp3943";
|
compatible = "ti,lp3943";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue