diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2015-12-26 02:40:12 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-01-27 19:10:29 +0300 |
commit | 14628e4444ea8b5ea058e1bd663ff62f2e731feb (patch) | |
tree | a43401c7bb388a46312c8c533d71139e76ac9dd7 /arch/arm/boot/dts/omap3-n900.dts | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | linux-14628e4444ea8b5ea058e1bd663ff62f2e731feb.tar.xz |
ARM: dts: n900: Include adp1653 device
This patch adds adp1653 device into n900 DT structure. DT support in
adp1653 driver is there since v4.2-rc1 version.
Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-n900.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 74d8f7eb5563..20603f3f9bd0 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -522,6 +522,21 @@ amstaos,cover-comp-gain = <16>; }; + adp1653: led-controller@30 { + compatible = "adi,adp1653"; + reg = <0x30>; + enable-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>; /* 88 */ + + flash { + flash-timeout-us = <500000>; + flash-max-microamp = <320000>; + led-max-microamp = <50000>; + }; + indicator { + led-max-microamp = <17500>; + }; + }; + lp5523: lp5523@32 { compatible = "national,lp5523"; reg = <0x32>; |