OSDN Git Service

ARM: dts: am437x-gp: switch i2c0 to 100KHz
authorNishanth Menon <nm@ti.com>
Wed, 3 Sep 2014 18:46:21 +0000 (13:46 -0500)
committerTony Lindgren <tony@atomide.com>
Wed, 3 Sep 2014 21:46:55 +0000 (14:46 -0700)
On the GP EVM, the ambient light sensor is limited to 100KHz on the
I2C bus.

So use 100kHz for I2C on the GP EVM due to this limitation on the
ambient light sensor.

Reported-by: Aparna Balasubramanian <aparnab@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am437x-gp-evm.dts

index 646a6ea..9559c19 100644 (file)
        status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&i2c0_pins>;
-       clock-frequency = <400000>;
+       clock-frequency = <100000>;
 
        tps65218: tps65218@24 {
                reg = <0x24>;