Re: [PATCH v2 1/5] ARM: dts: twl6030: describe gpadc

From: Tony Lindgren
Date: Tue Apr 26 2016 - 13:26:11 EST


* H. Nikolaus Schaller <hns@xxxxxxxxxxxxx> [160418 11:23]:
> tested on Pandaboard ES.
>
> Signed-off-by: H. Nikolaus Schaller <hns@xxxxxxxxxxxxx>
> ---
> arch/arm/boot/dts/twl6030.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/twl6030.dtsi b/arch/arm/boot/dts/twl6030.dtsi
> index 55eb35f..c45f97f 100644
> --- a/arch/arm/boot/dts/twl6030.dtsi
> +++ b/arch/arm/boot/dts/twl6030.dtsi
> @@ -99,4 +99,10 @@
> compatible = "ti,twl6030-pwmled";
> #pwm-cells = <2>;
> };
> +
> + gpadc {
> + compatible = "ti,twl6030-gpadc";
> + interrupts = <3>;
> + #io-channel-cells = <1>;
> + };
> };

Applying patches 1 & 2 into omap-for-v4.7/dt thanks.

Tony