diff options
author | Adam Ford <adam.ford@logicpd.com> | 2015-10-26 07:42:38 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-11-30 14:03:47 -0800 |
commit | 7cd6ca770d1b067e6ddc7207a16755da7ea9bd09 (patch) | |
tree | 148e4aed6fb92b7ca6433d20881437c87038fa05 | |
parent | 9ff502f58a2b723b6226cf13b2daf931d1d20c37 (diff) | |
download | linux-7cd6ca770d1b067e6ddc7207a16755da7ea9bd09.tar.bz2 |
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: Adam Ford <adam.ford@logicpd.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-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 78c52436cddb..7fed0bd4f3de 100644 --- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi +++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi @@ -112,6 +112,14 @@ 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 |