Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1559905

[PATCH 6/6] ARM: dts: am335x-sl50: Enable the Ambient Light Sensor.

From Enric Balletbo i Serra <enric.balletbo@collabora.com>
Newsgroups linux.kernel
Subject [PATCH 6/6] ARM: dts: am335x-sl50: Enable the Ambient Light Sensor.
Date 2017-01-16 18:00 +0100
Message-ID <t0iNs-34Q-31@gated-at.bofh.it> (permalink)
References <t0iNr-34Q-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add support for the ISL29023 ALS connected via the I2C bus.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
 arch/arm/boot/dts/am335x-sl50.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts
index 010c99e..c5d2589 100644
--- a/arch/arm/boot/dts/am335x-sl50.dts
+++ b/arch/arm/boot/dts/am335x-sl50.dts
@@ -337,6 +337,12 @@
 		DRVDD-supply = <&ldo4_reg>;
 		DVDD-supply = <&ldo3_reg>;
 	};
+
+	/* Ambient Light Sensor */
+	als: isl29023@44 {
+		compatible = "isil,isl29023";
+		reg = <0x44>;
+	};
 };
 
 &rtc {
-- 
2.9.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2017-01-16 18:00 +0100
  [PATCH 4/6] ARM: dts: am335x-sl50: Enable BQ32000 Real Time Clock. Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2017-01-16 18:00 +0100
  [PATCH 2/6] ARM: dts: am335x-sl50: Enable UART1. Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2017-01-16 18:00 +0100
  [PATCH 1/6] ARM: dts: am335x-sl50: Remove I2C1 node. Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2017-01-16 18:00 +0100
  [PATCH 6/6] ARM: dts: am335x-sl50: Enable the Ambient Light Sensor. Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2017-01-16 18:00 +0100
  Re: [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware Tony Lindgren <tony@atomide.com> - 2017-01-16 18:50 +0100
    Re: [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware Enric Balletbo Serra <eballetbo@gmail.com> - 2017-01-16 22:00 +0100
      Re: [PATCH 0/6] ARM: dts: am335x-sl50: Update to new hardware Tony Lindgren <tony@atomide.com> - 2017-01-20 19:40 +0100

csiph-web