diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2017-05-09 17:21:08 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2017-06-23 17:29:13 +0300 |
commit | 3c56909ec2672d74d30f32f1c0ed8cfd7d6e2b14 (patch) | |
tree | 6e5224858597a4b493e2f41bc130f3cc8be27a30 /arch/arm/boot/dts/socfpga_arria10_socdk.dtsi | |
parent | 5b5ada57e4df56940d4855069754460b31666806 (diff) | |
download | linux-3c56909ec2672d74d30f32f1c0ed8cfd7d6e2b14.tar.xz |
ARM: dts: socfpga: set the i2c frequency
Use 'clock-frequency' binding for the i2c node that will put the I2C driver
into the standard operating mode. 'speed-mode' was not a valid binding for
the I2C driver, remove it.
Signed-off-by: Alan Tull <atull@kernel.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria10_socdk.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria10_socdk.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi index 94e088473823..3a32de9ded3b 100644 --- a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi +++ b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi @@ -130,13 +130,13 @@ }; &i2c1 { - speed-mode = <0>; status = "okay"; /* * adjust the falling times to decrease the i2c frequency to 50Khz * because the LCD module does not work at the standard 100Khz */ + clock-frequency = <100000>; i2c-sda-falling-time-ns = <6000>; i2c-scl-falling-time-ns = <6000>; |