Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1381961 > unrolled thread
| Started by | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| First post | 2016-04-18 20:30 +0200 |
| Last post | 2016-04-26 19:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 1/5] ARM: dts: twl6030: describe gpadc "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-04-18 20:30 +0200
Re: [PATCH v2 1/5] ARM: dts: twl6030: describe gpadc Tony Lindgren <tony@atomide.com> - 2016-04-26 19:30 +0200
| From | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| Date | 2016-04-18 20:30 +0200 |
| Subject | [PATCH v2 1/5] ARM: dts: twl6030: describe gpadc |
| Message-ID | <rpm5Q-1zw-15@gated-at.bofh.it> |
tested on Pandaboard ES.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
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>;
+ };
};
--
2.7.3
[toc] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2016-04-26 19:30 +0200 |
| Message-ID | <rseYa-34w-35@gated-at.bofh.it> |
| In reply to | #1381961 |
* H. Nikolaus Schaller <hns@goldelico.com> [160418 11:23]:
> tested on Pandaboard ES.
>
> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
> ---
> 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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web