diff options
-rw-r--r-- | arch/arm/boot/dts/am335x-evm.dts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index a5c4c62530a4..513284fc66b9 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts | |||
@@ -40,7 +40,7 @@ | |||
40 | 40 | ||
41 | i2c2: i2c@4802a000 { | 41 | i2c2: i2c@4802a000 { |
42 | status = "okay"; | 42 | status = "okay"; |
43 | clock-frequency = <400000>; | 43 | clock-frequency = <100000>; |
44 | 44 | ||
45 | lis331dlh: lis331dlh@18 { | 45 | lis331dlh: lis331dlh@18 { |
46 | compatible = "st,lis331dlh", "st,lis3lv02d"; | 46 | compatible = "st,lis331dlh", "st,lis3lv02d"; |
@@ -70,6 +70,11 @@ | |||
70 | st,max-limit-z = <750>; | 70 | st,max-limit-z = <750>; |
71 | }; | 71 | }; |
72 | 72 | ||
73 | tsl2550: tsl2550@39 { | ||
74 | compatible = "taos,tsl2550"; | ||
75 | reg = <0x39>; | ||
76 | }; | ||
77 | |||
73 | tmp275: tmp275@48 { | 78 | tmp275: tmp275@48 { |
74 | compatible = "ti,tmp275"; | 79 | compatible = "ti,tmp275"; |
75 | reg = <0x48>; | 80 | reg = <0x48>; |