devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: dts: omap5-uevm: Audio related fixes
@ 2013-10-23  9:32 Peter Ujfalusi
  2013-10-23  9:32 ` [PATCH 1/2] ARM: dts: omap5-uevm: Correct twl6040 reset GPIO pinmux Peter Ujfalusi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Ujfalusi @ 2013-10-23  9:32 UTC (permalink / raw)
  To: Benoit Cousson, Tony Lindgren
  Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Hi,

When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM
support got deprecated in favor of uEVM (or Panda5) the content was not
validated.
The reset GPIO is different on uEVM compared to sEVM and uEVM does not have
support for dmic.

Regards,
Peter
---
Peter Ujfalusi (2):
  ARM: dts: omap5-uevm: Correct twl6040 reset GPIO pinmux
  ARM: dts: omap5-uevm: Remove pinmux for dmic pins

 arch/arm/boot/dts/omap5-uevm.dts | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

-- 
1.8.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] ARM: dts: omap5-uevm: Correct twl6040 reset GPIO pinmux
  2013-10-23  9:32 [PATCH 0/2] ARM: dts: omap5-uevm: Audio related fixes Peter Ujfalusi
@ 2013-10-23  9:32 ` Peter Ujfalusi
  2013-10-23  9:32 ` [PATCH 2/2] ARM: dts: omap5-uevm: Remove pinmux for dmic pins Peter Ujfalusi
  2013-10-23  9:38 ` [PATCH 0/2] ARM: dts: omap5-uevm: Audio related fixes Benoit Cousson
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Ujfalusi @ 2013-10-23  9:32 UTC (permalink / raw)
  To: Benoit Cousson, Tony Lindgren
  Cc: linux-omap, linux-arm-kernel, devicetree, linux-kernel

When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM
support got deprecated in favor of uEVM (or Panda5) the content was not
validated.
On uEVM the twl6040 reset GPIO is from gpio5_141 and not via gpio5_145, which
was the case in sEVM.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 arch/arm/boot/dts/omap5-uevm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts
index e06a04a..8432409 100644
--- a/arch/arm/boot/dts/omap5-uevm.dts
+++ b/arch/arm/boot/dts/omap5-uevm.dts
@@ -71,7 +71,7 @@
 
 	twl6040_pins: pinmux_twl6040_pins {
 		pinctrl-single,pins = <
-			0x18a (PIN_OUTPUT | MUX_MODE6)	/* perslimbus2_clock.gpio5_145 */
+			0x17e (PIN_OUTPUT | MUX_MODE6)	/* mcspi1_somi.gpio5_141 */
 		>;
 	};
 
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] ARM: dts: omap5-uevm: Remove pinmux for dmic pins
  2013-10-23  9:32 [PATCH 0/2] ARM: dts: omap5-uevm: Audio related fixes Peter Ujfalusi
  2013-10-23  9:32 ` [PATCH 1/2] ARM: dts: omap5-uevm: Correct twl6040 reset GPIO pinmux Peter Ujfalusi
@ 2013-10-23  9:32 ` Peter Ujfalusi
  2013-10-23  9:38 ` [PATCH 0/2] ARM: dts: omap5-uevm: Audio related fixes Benoit Cousson
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Ujfalusi @ 2013-10-23  9:32 UTC (permalink / raw)
  To: Benoit Cousson, Tony Lindgren
  Cc: linux-omap, linux-arm-kernel, devicetree, linux-kernel

When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM
support got deprecated in favor of uEVM (or Panda5) the content was not
validated.
Panda5 does not have support for digital microphones so remove the pinmux
section for it.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 arch/arm/boot/dts/omap5-uevm.dts | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts
index 8432409..72dd7bc 100644
--- a/arch/arm/boot/dts/omap5-uevm.dts
+++ b/arch/arm/boot/dts/omap5-uevm.dts
@@ -62,7 +62,6 @@
 	pinctrl-0 = <
 			&twl6040_pins
 			&mcpdm_pins
-			&dmic_pins
 			&mcbsp1_pins
 			&mcbsp2_pins
 			&usbhost_pins
@@ -85,15 +84,6 @@
 		>;
 	};
 
-	dmic_pins: pinmux_dmic_pins {
-		pinctrl-single,pins = <
-			0x144 (PIN_INPUT | MUX_MODE0)		/* abedmic_din1.abedmic_din1 */
-			0x146 (PIN_INPUT | MUX_MODE0)		/* abedmic_din2.abedmic_din2 */
-			0x148 (PIN_INPUT | MUX_MODE0)		/* abedmic_din3.abedmic_din3 */
-			0x14a (PIN_OUTPUT | MUX_MODE0)		/* abedmic_clk1.abedmic_clk1 */
-		>;
-	};
-
 	mcbsp1_pins: pinmux_mcbsp1_pins {
 		pinctrl-single,pins = <
 			0x14c (PIN_INPUT | MUX_MODE1)		/* abedmic_clk2.abemcbsp1_fsx */
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] ARM: dts: omap5-uevm: Audio related fixes
  2013-10-23  9:32 [PATCH 0/2] ARM: dts: omap5-uevm: Audio related fixes Peter Ujfalusi
  2013-10-23  9:32 ` [PATCH 1/2] ARM: dts: omap5-uevm: Correct twl6040 reset GPIO pinmux Peter Ujfalusi
  2013-10-23  9:32 ` [PATCH 2/2] ARM: dts: omap5-uevm: Remove pinmux for dmic pins Peter Ujfalusi
@ 2013-10-23  9:38 ` Benoit Cousson
  2 siblings, 0 replies; 4+ messages in thread
From: Benoit Cousson @ 2013-10-23  9:38 UTC (permalink / raw)
  To: Peter Ujfalusi, Tony Lindgren
  Cc: linux-omap, linux-arm-kernel, devicetree, linux-kernel

Hi Peter,

On 23/10/2013 11:32, Peter Ujfalusi wrote:
> Hi,
>
> When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM
> support got deprecated in favor of uEVM (or Panda5) the content was not
> validated.
> The reset GPIO is different on uEVM compared to sEVM and uEVM does not have
> support for dmic.
>
> Regards,
> Peter

I've just applied your series, let's try to push that for 3.13.

Thanks,
Benoit


> ---
> Peter Ujfalusi (2):
>    ARM: dts: omap5-uevm: Correct twl6040 reset GPIO pinmux
>    ARM: dts: omap5-uevm: Remove pinmux for dmic pins
>
>   arch/arm/boot/dts/omap5-uevm.dts | 12 +-----------
>   1 file changed, 1 insertion(+), 11 deletions(-)
>


-- 
Benoît Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-23  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-23  9:32 [PATCH 0/2] ARM: dts: omap5-uevm: Audio related fixes Peter Ujfalusi
2013-10-23  9:32 ` [PATCH 1/2] ARM: dts: omap5-uevm: Correct twl6040 reset GPIO pinmux Peter Ujfalusi
2013-10-23  9:32 ` [PATCH 2/2] ARM: dts: omap5-uevm: Remove pinmux for dmic pins Peter Ujfalusi
2013-10-23  9:38 ` [PATCH 0/2] ARM: dts: omap5-uevm: Audio related fixes Benoit Cousson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).