diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2017-01-16 11:57:36 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-20 13:34:22 -0500 |
commit | 885658fd373611c3a0796f2f864989344dece9d5 (patch) | |
tree | e7a546b6f6ca95b1007077281267a3c12d644638 | |
parent | 4340f9d7e093c88bfa0502bb0b6151997789adc0 (diff) |
ARM: dts: am335x-sl50: Enable the Ambient Light Sensor.
Add support for the ISL29023 ALS connected via the I2C bus.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-sl50.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts index 010c99e80424..c5d2589c55fc 100644 --- a/arch/arm/boot/dts/am335x-sl50.dts +++ b/arch/arm/boot/dts/am335x-sl50.dts | |||
@@ -337,6 +337,12 @@ | |||
337 | DRVDD-supply = <&ldo4_reg>; | 337 | DRVDD-supply = <&ldo4_reg>; |
338 | DVDD-supply = <&ldo3_reg>; | 338 | DVDD-supply = <&ldo3_reg>; |
339 | }; | 339 | }; |
340 | |||
341 | /* Ambient Light Sensor */ | ||
342 | als: isl29023@44 { | ||
343 | compatible = "isil,isl29023"; | ||
344 | reg = <0x44>; | ||
345 | }; | ||
340 | }; | 346 | }; |
341 | 347 | ||
342 | &rtc { | 348 | &rtc { |