Skip to content

Commit

Permalink
ARM: dt: tegra seaboard: fix I2C2 SCL rate
Browse files Browse the repository at this point in the history
This I2C bus is used for EDID/DDC reads and other "slow" I2C devices.
This requires a 100KHz SCL (clock) rate.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Stephen Warren committed May 3, 2012
1 parent b46b0b5 commit 22bd1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/tegra-seaboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
};

i2c@7000c400 {
clock-frequency = <400000>;
clock-frequency = <100000>;
};

i2c@7000c500 {
Expand Down

0 comments on commit 22bd1f7

Please sign in to comment.