Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1508506 > unrolled thread

[PATCH v3 0/3] DT Fixes for OMAP5 boards

Started by"H. Nikolaus Schaller" <hns@goldelico.com>
First post2016-10-25 19:40 +0200
Last post2016-10-25 19:40 +0200
Articles 4 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/3] DT Fixes for OMAP5 boards "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-10-25 19:40 +0200
    [PATCH v3 1/3] dts: omap5: board-common: add phandle to reference Palmas gpadc "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-10-25 19:40 +0200
    Re: [PATCH v3 2/3] dts: omap5: board-common: enable twl6040 headset jack detection "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-10-25 19:40 +0200
    [PATCH v3 2/3] dts: omap5: board-common: enable twl6040 headset jack detection "H. Nikolaus Schaller" <hns@goldelico.com> - 2016-10-25 19:40 +0200

#1508506 — [PATCH v3 0/3] DT Fixes for OMAP5 boards

From"H. Nikolaus Schaller" <hns@goldelico.com>
Date2016-10-25 19:40 +0200
Subject[PATCH v3 0/3] DT Fixes for OMAP5 boards
Message-ID<swdRE-fJ-13@gated-at.bofh.it>
Changes V3:
* fix property name to enable twl6040 jack_detection (Peter Ujfalusi)
* fix typo on bindings documentation
* fix typos in commit messages (Tony Lindgren)

2016-10-25 18:48:28: 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 (3):
  dts: omap5: board-common: add phandle to reference Palmas gpadc
  dts: omap5: board-common: enable twl6040 headset jack detection
  ASoC: omap-abe-twl6040: fix typo in bindings documentation

 Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt | 2 +-
 arch/arm/boot/dts/omap5-board-common.dtsi                    | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.7.3

[toc] | [next] | [standalone]


#1508510 — [PATCH v3 1/3] dts: omap5: board-common: add phandle to reference Palmas gpadc

From"H. Nikolaus Schaller" <hns@goldelico.com>
Date2016-10-25 19:40 +0200
Subject[PATCH v3 1/3] dts: omap5: board-common: add phandle to reference Palmas gpadc
Message-ID<swdRE-fJ-21@gated-at.bofh.it>
In reply to#1508506
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] | [next] | [standalone]


#1508515 — Re: [PATCH v3 2/3] dts: omap5: board-common: enable twl6040 headset jack detection

From"H. Nikolaus Schaller" <hns@goldelico.com>
Date2016-10-25 19:40 +0200
SubjectRe: [PATCH v3 2/3] dts: omap5: board-common: enable twl6040 headset jack detection
Message-ID<swdRF-fJ-47@gated-at.bofh.it>
In reply to#1508506
> Am 25.10.2016 um 19:29 schrieb H. Nikolaus Schaller <hns@goldelico.com>:
> 
> 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;

Sorry, change got lost during commit editing.

> 		ti,mclk-freq = <19200000>;
> 
> 		ti,mcpdm = <&mcpdm>;
> -- 
> 2.7.3
> 

[toc] | [prev] | [next] | [standalone]


#1508517 — [PATCH v3 2/3] dts: omap5: board-common: enable twl6040 headset jack detection

From"H. Nikolaus Schaller" <hns@goldelico.com>
Date2016-10-25 19:40 +0200
Subject[PATCH v3 2/3] dts: omap5: board-common: enable twl6040 headset jack detection
Message-ID<swdRF-fJ-49@gated-at.bofh.it>
In reply to#1508506
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] | [standalone]


Back to top | Article view | linux.kernel


csiph-web