diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2016-04-18 21:20:58 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-26 20:24:59 +0300 |
commit | cecc77c8e54ac6874e4f92cae47cc3f2f5df3f74 (patch) | |
tree | 1281736eae4bfb5bf505b5158e092e4b2a2d2360 /arch/arm/boot/dts/omap5-board-common.dtsi | |
parent | bcb0bcd9c893dd97005a1d2dfd08abbbe1909050 (diff) | |
download | linux-cecc77c8e54ac6874e4f92cae47cc3f2f5df3f74.tar.xz |
ARM: dts: omap5-board-common: describe gpadc for Palmas
tested on OMP5432 EVM
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-board-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5-board-common.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5-board-common.dtsi b/arch/arm/boot/dts/omap5-board-common.dtsi index cdd144acbd3f..d0990606d16e 100644 --- a/arch/arm/boot/dts/omap5-board-common.dtsi +++ b/arch/arm/boot/dts/omap5-board-common.dtsi @@ -391,6 +391,16 @@ ti,backup-battery-charge-high-current; }; + gpadc { + compatible = "ti,palmas-gpadc"; + interrupts = <18 0 + 16 0 + 17 0>; + #io-channel-cells = <1>; + ti,channel0-current-microamp = <5>; + ti,channel3-current-microamp = <10>; + }; + palmas_pmic { compatible = "ti,palmas-pmic"; interrupt-parent = <&palmas>; |