Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1508456 > unrolled thread
| Started by | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| First post | 2016-10-25 18:50 +0200 |
| Last post | 2016-10-25 18:50 +0200 |
| Articles | 7 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH v2 0/2] DT Fixes for OMAP5 boards "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-10-25 18:50 +0200
[PATCH v2 2/2] dts: omap5: baord-common: enable twl6040 headset jack detection "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-10-25 18:50 +0200
Re: [PATCH v2 2/2] dts: omap5: baord-common: enable twl6040 headset jack detection Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-10-25 19:00 +0200
Re: [PATCH v2 2/2] dts: omap5: baord-common: enable twl6040 headset jack detection Tony Lindgren <tony@atomide.com> - 2016-10-25 19:20 +0200
Re: [PATCH v2 2/2] dts: omap5: baord-common: enable twl6040 headset jack detection "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-10-25 19:20 +0200
Re: [PATCH v2 2/2] dts: omap5: baord-common: enable twl6040 headset jack detection Tony Lindgren <tony@atomide.com> - 2016-10-25 19:40 +0200
[PATCH v2 1/2] dts: omap5: baord-common: add phandle to reference Palmas gpadc "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-10-25 18:50 +0200
| From | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| Date | 2016-10-25 18:50 +0200 |
| Subject | [PATCH v2 0/2] DT Fixes for OMAP5 boards |
| Message-ID | <swd5g-8aC-23@gated-at.bofh.it> |
This patch series adds DT nodes for: * twl6040 enable jack_detection (e.g. OMAP5EVM) * twl6037 gpadc for omap5 based boards (e.g. OMAP5EVM) H. Nikolaus Schaller (2): dts: omap5: baord-common: add phandle to reference Palmas gpadc dts: omap5: baord-common: enable twl6040 headset jack detection arch/arm/boot/dts/omap5-board-common.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.7.3
[toc] | [next] | [standalone]
| From | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| Date | 2016-10-25 18:50 +0200 |
| Subject | [PATCH v2 2/2] dts: omap5: baord-common: enable twl6040 headset jack detection |
| Message-ID | <swd5g-8aC-21@gated-at.bofh.it> |
| In reply to | #1508456 |
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> --- arch/arm/boot/dts/omap5-board-common.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/omap5-board-common.dtsi b/arch/arm/boot/dts/omap5-board-common.dtsi index b04adee..91456b4 100644 --- a/arch/arm/boot/dts/omap5-board-common.dtsi +++ b/arch/arm/boot/dts/omap5-board-common.dtsi @@ -124,6 +124,7 @@ compatible = "ti,abe-twl6040"; ti,model = "omap5-uevm"; + ti,jack_detection; ti,mclk-freq = <19200000>; ti,mcpdm = <&mcpdm>; -- 2.7.3
[toc] | [prev] | [next] | [standalone]
| From | Peter Ujfalusi <peter.ujfalusi@ti.com> |
|---|---|
| Date | 2016-10-25 19:00 +0200 |
| Subject | Re: [PATCH v2 2/2] dts: omap5: baord-common: enable twl6040 headset jack detection |
| Message-ID | <swdeW-8ec-35@gated-at.bofh.it> |
| In reply to | #1508460 |
On 10/25/2016 07:48 PM, H. Nikolaus Schaller wrote: > Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> > --- > arch/arm/boot/dts/omap5-board-common.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/omap5-board-common.dtsi b/arch/arm/boot/dts/omap5-board-common.dtsi > index b04adee..91456b4 100644 > --- a/arch/arm/boot/dts/omap5-board-common.dtsi > +++ b/arch/arm/boot/dts/omap5-board-common.dtsi > @@ -124,6 +124,7 @@ > compatible = "ti,abe-twl6040"; > ti,model = "omap5-uevm"; > > + ti,jack_detection; ti,jack-detection > ti,mclk-freq = <19200000>; > > ti,mcpdm = <&mcpdm>; > -- Péter
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2016-10-25 19:20 +0200 |
| Subject | Re: [PATCH v2 2/2] dts: omap5: baord-common: enable twl6040 headset jack detection |
| Message-ID | <swdyi-8L-39@gated-at.bofh.it> |
| In reply to | #1508482 |
* Peter Ujfalusi <peter.ujfalusi@ti.com> [161025 09:54]: > On 10/25/2016 07:48 PM, H. Nikolaus Schaller wrote: > > Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> > > --- > > arch/arm/boot/dts/omap5-board-common.dtsi | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/boot/dts/omap5-board-common.dtsi b/arch/arm/boot/dts/omap5-board-common.dtsi > > index b04adee..91456b4 100644 > > --- a/arch/arm/boot/dts/omap5-board-common.dtsi > > +++ b/arch/arm/boot/dts/omap5-board-common.dtsi > > @@ -124,6 +124,7 @@ > > compatible = "ti,abe-twl6040"; > > ti,model = "omap5-uevm"; > > > > + ti,jack_detection; > > ti,jack-detection Also subject has baord-common for both :) Tony
[toc] | [prev] | [next] | [standalone]
| From | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| Date | 2016-10-25 19:20 +0200 |
| Subject | Re: [PATCH v2 2/2] dts: omap5: baord-common: enable twl6040 headset jack detection |
| Message-ID | <swdyi-8L-43@gated-at.bofh.it> |
| In reply to | #1508482 |
> Am 25.10.2016 um 18:51 schrieb Peter Ujfalusi <peter.ujfalusi@ti.com>: > > On 10/25/2016 07:48 PM, H. Nikolaus Schaller wrote: >> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> >> --- >> arch/arm/boot/dts/omap5-board-common.dtsi | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/boot/dts/omap5-board-common.dtsi b/arch/arm/boot/dts/omap5-board-common.dtsi >> index b04adee..91456b4 100644 >> --- a/arch/arm/boot/dts/omap5-board-common.dtsi >> +++ b/arch/arm/boot/dts/omap5-board-common.dtsi >> @@ -124,6 +124,7 @@ >> compatible = "ti,abe-twl6040"; >> ti,model = "omap5-uevm"; >> >> + ti,jack_detection; > > ti,jack-detection Hm. Looks as if we have found another bug: which one is correct? https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt#n15 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/sound/soc/omap/omap-abe-twl6040.c#n289 Should I add another patch? > >> ti,mclk-freq = <19200000>; >> >> ti,mcpdm = <&mcpdm>; >> > > > -- > Péter
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2016-10-25 19:40 +0200 |
| Subject | Re: [PATCH v2 2/2] dts: omap5: baord-common: enable twl6040 headset jack detection |
| Message-ID | <swdRE-fJ-31@gated-at.bofh.it> |
| In reply to | #1508498 |
* H. Nikolaus Schaller <hns@goldelico.com> [161025 10:20]: > > > Am 25.10.2016 um 18:51 schrieb Peter Ujfalusi <peter.ujfalusi@ti.com>: > > > > On 10/25/2016 07:48 PM, H. Nikolaus Schaller wrote: > >> Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> > >> --- > >> arch/arm/boot/dts/omap5-board-common.dtsi | 1 + > >> 1 file changed, 1 insertion(+) > >> > >> diff --git a/arch/arm/boot/dts/omap5-board-common.dtsi b/arch/arm/boot/dts/omap5-board-common.dtsi > >> index b04adee..91456b4 100644 > >> --- a/arch/arm/boot/dts/omap5-board-common.dtsi > >> +++ b/arch/arm/boot/dts/omap5-board-common.dtsi > >> @@ -124,6 +124,7 @@ > >> compatible = "ti,abe-twl6040"; > >> ti,model = "omap5-uevm"; > >> > >> + ti,jack_detection; > > > > ti,jack-detection > > Hm. Looks as if we have found another bug: > which one is correct? > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt#n15 > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/sound/soc/omap/omap-abe-twl6040.c#n289 > > Should I add another patch? We have parts of omap-abe-twl6040.txt, the driver and omap4-sdp.dts all using ti,jack-detection. So omap-abe-twl6040.txt is wrong for the use of ti,jack_detection. Regards, Tony
[toc] | [prev] | [next] | [standalone]
| From | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| Date | 2016-10-25 18:50 +0200 |
| Subject | [PATCH v2 1/2] dts: omap5: baord-common: add phandle to reference Palmas gpadc |
| Message-ID | <swd5h-8aC-53@gated-at.bofh.it> |
| In reply to | #1508456 |
Will be needed for iio based drivers.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
arch/arm/boot/dts/omap5-board-common.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/omap5-board-common.dtsi b/arch/arm/boot/dts/omap5-board-common.dtsi
index 7500283..b04adee 100644
--- a/arch/arm/boot/dts/omap5-board-common.dtsi
+++ b/arch/arm/boot/dts/omap5-board-common.dtsi
@@ -415,7 +415,7 @@
ti,backup-battery-charge-high-current;
};
- gpadc {
+ gpadc: gpadc {
compatible = "ti,palmas-gpadc";
interrupts = <18 0
16 0
--
2.7.3
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web