diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-04-23 14:11:36 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-05-03 22:49:07 +0200 |
commit | b46b0b54dea200973ce380369beb192b136d8934 (patch) | |
tree | 4f57a5ca85e710d6652dcc7db7a67284276ebdca /arch/arm/boot/dts/tegra-cardhu.dts | |
parent | pinctrl: tegra: error reporting cleanup (diff) | |
download | linux-b46b0b54dea200973ce380369beb192b136d8934.tar.xz linux-b46b0b54dea200973ce380369beb192b136d8934.zip |
ARM: dt: tegra: enable als and proximity sensor
Add the device info for ALS and proximity sensor for tegra
boards cardhu, ventana and seaboard.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
[swarren: s/PZ02/PZ2/ in .dts files, s/seabridge/seaboard/ in commit
description]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra-cardhu.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra-cardhu.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-cardhu.dts b/arch/arm/boot/dts/tegra-cardhu.dts index 0a9f34a2c3aa..8c81b4471261 100644 --- a/arch/arm/boot/dts/tegra-cardhu.dts +++ b/arch/arm/boot/dts/tegra-cardhu.dts @@ -84,6 +84,14 @@ i2c@7000c500 { clock-frequency = <100000>; + + /* ALS and Proximity sensor */ + isl29028@44 { + compatible = "isil,isl29028"; + reg = <0x44>; + interrupt-parent = <&gpio>; + interrupts = <88 0x04>; /*gpio PL0 */ + }; }; i2c@7000c700 { |