Skip to content

Commit

Permalink
boards: arm: 96b_neonkey: Fix I2C_3 for LP3943 LED driver
Browse files Browse the repository at this point in the history
Following changes are necessary to use LP3943 LED driver present
in 96Boards Neonkey board

1. Enable I2C_3 interface
2. Reduce the speed of I2C_3 bus on 96Boards Neonkey. Due to some
design quirks, on board LP3943 LED driver connected to I2C_3
operates only at Standard speed of 100KHz.

Signed-off-by: Manivannan Sadhasivam <[email protected]>
  • Loading branch information
Mani-Sadhasivam authored and MaureenHelm committed Apr 27, 2018
1 parent 1572594 commit 034a11b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boards/arm/96b_neonkey/96b_neonkey.dts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
};

&i2c3 {
clock-frequency = <I2C_BITRATE_FAST>;
status = "ok";
clock-frequency = <I2C_BITRATE_STANDARD>;

lp3943@60 {
compatible = "ti,lp3943";
Expand Down

0 comments on commit 034a11b

Please sign in to comment.