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

ARM: dts: twl6030: describe gpadc

tested on Pandaboard ES.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

H. Nikolaus Schaller and committed by
Tony Lindgren
bcb0bcd9 86f196f8

+6
+6
arch/arm/boot/dts/twl6030.dtsi
··· 99 99 compatible = "ti,twl6030-pwmled"; 100 100 #pwm-cells = <2>; 101 101 }; 102 + 103 + gpadc { 104 + compatible = "ti,twl6030-gpadc"; 105 + interrupts = <3>; 106 + #io-channel-cells = <1>; 107 + }; 102 108 };