]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: dts: AM33XX: Add tsl2550 ambient light sensor DT data
authorAnilKumar Ch <anilkumar@ti.com>
Fri, 21 Sep 2012 15:49:11 +0000 (21:19 +0530)
committerBenoit Cousson <b-cousson@ti.com>
Mon, 29 Oct 2012 15:56:27 +0000 (16:56 +0100)
In AM335x EVM tsl2550 ambient light sensor is connected to I2C2 bus.
Add child node inside i2c2 node with i2c slave address.

TAOS tsl2550 sensor is using a two-wire SMBus serial interface.
Reduce I2C2 clock frequency to 100kHz from 400kHz because the
maximum clock frequency of SMBus is 100kHz.

Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
[b-cousson@ti.com: Clean the changelog]
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
arch/arm/boot/dts/am335x-evm.dts

index a5c4c62530a4efe90882031d5303c018d7a9a8bb..513284fc66b9a6e0f4ad20fd7a74224f27f92161 100644 (file)
@@ -40,7 +40,7 @@
 
                i2c2: i2c@4802a000 {
                        status = "okay";
-                       clock-frequency = <400000>;
+                       clock-frequency = <100000>;
 
                        lis331dlh: lis331dlh@18 {
                                compatible = "st,lis331dlh", "st,lis3lv02d";
                                st,max-limit-z = <750>;
                        };
 
+                       tsl2550: tsl2550@39 {
+                               compatible = "taos,tsl2550";
+                               reg = <0x39>;
+                       };
+
                        tmp275: tmp275@48 {
                                compatible = "ti,tmp275";
                                reg = <0x48>;