Commit 7cd6ca77 authored by Adam Ford's avatar Adam Ford Committed by Tony Lindgren

ARM: dts: Change I2C2 and I2C3 to 400KHz for LogicPD Torpedo DM3730 devkit

When used with the Logic PD development kit, this makes the I2C buses match
the BSP released by Logic PD.
Signed-off-by: default avatarAdam Ford <adam.ford@logicpd.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 9ff502f5
......@@ -112,6 +112,14 @@ &i2c3 {
clock-frequency = <400000>;
};
&i2c2 {
clock-frequency = <400000>;
};
&i2c3 {
clock-frequency = <400000>;
};
/*
* Only found on the wireless SOM. For the SOM without wireless, the pins for
* MMC3 can be routed with jumpers to the second MMC slot on the devkit and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment