diff options
author | Sebastian Reichel <sre@debian.org> | 2014-01-11 16:17:00 -0500 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2014-03-02 12:36:01 -0500 |
commit | 12f2f8733a870918e39a573c75042dcbff86ef2f (patch) | |
tree | 11a365fe3cab07f0632b6cb183d825b779ab0b69 /arch/arm | |
parent | 85c215f32db428b605a2c5f030a0f829353c9368 (diff) |
ARM: dts: OMAP3-N900: Add support for tsl2563
Add support for tsl2563 light sensor to the Nokia N900.
Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 40473cb767be..79c188122677 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts | |||
@@ -346,6 +346,13 @@ | |||
346 | DVDD-supply = <&vio>; | 346 | DVDD-supply = <&vio>; |
347 | }; | 347 | }; |
348 | 348 | ||
349 | tsl2563: tsl2563@29 { | ||
350 | compatible = "amstaos,tsl2563"; | ||
351 | reg = <0x29>; | ||
352 | |||
353 | amstaos,cover-comp-gain = <16>; | ||
354 | }; | ||
355 | |||
349 | lp5523: lp5523@32 { | 356 | lp5523: lp5523@32 { |
350 | compatible = "national,lp5523"; | 357 | compatible = "national,lp5523"; |
351 | reg = <0x32>; | 358 | reg = <0x32>; |