diff options
author | Adam Ford <adam.ford@logicpd.com> | 2015-10-23 15:23:14 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-11-30 22:17:24 +0300 |
commit | 6b3d42c6fcc472082ad9b1482111f487719f826a (patch) | |
tree | cdfa4b12d67f414018fda3f9bd636a6cb2d83bbc /arch/arm/boot/dts/logicpd-torpedo-som.dtsi | |
parent | f81902e44a2738a3228c96f2307f449cfc0acc89 (diff) | |
download | linux-6b3d42c6fcc472082ad9b1482111f487719f826a.tar.xz |
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: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/logicpd-torpedo-som.dtsi')
-rw-r--r-- | arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi index 9777ff44eb67..c8091ff81d74 100644 --- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi +++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi @@ -104,6 +104,14 @@ }; }; +&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 |