[PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support

From: Laxman Dewangan
Date: Tue Apr 17 2012 - 02:47:09 EST


Add the device info for ALS and proximity sensor isl29018.
This device is connected on i2c0 bus.

Signed-off-by: Laxman Dewangan <ldewangan@xxxxxxxxxx>
---
arch/arm/boot/dts/tegra-ventana.dts | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/tegra-ventana.dts b/arch/arm/boot/dts/tegra-ventana.dts
index 71eb2e5..dd474e1 100644
--- a/arch/arm/boot/dts/tegra-ventana.dts
+++ b/arch/arm/boot/dts/tegra-ventana.dts
@@ -256,6 +256,12 @@
micdet-delay = <100>;
gpio-cfg = < 0xffffffff 0xffffffff 0 0xffffffff 0xffffffff >;
};
+
+ /* ALS and proximity sensor */
+ isl29018: isl29018@44 {
+ compatible = "isl,isl29018";
+ reg = <0x44>;
+ };
};

i2c@7000c400 {
--
1.7.1.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/