Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Pali Rohár and committed by
Tony Lindgren
14628e44 92e963f5

+15
+15
arch/arm/boot/dts/omap3-n900.dts
··· 522 522 amstaos,cover-comp-gain = <16>; 523 523 }; 524 524 525 + adp1653: led-controller@30 { 526 + compatible = "adi,adp1653"; 527 + reg = <0x30>; 528 + enable-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>; /* 88 */ 529 + 530 + flash { 531 + flash-timeout-us = <500000>; 532 + flash-max-microamp = <320000>; 533 + led-max-microamp = <50000>; 534 + }; 535 + indicator { 536 + led-max-microamp = <17500>; 537 + }; 538 + }; 539 + 525 540 lp5523: lp5523@32 { 526 541 compatible = "national,lp5523"; 527 542 reg = <0x32>;