From: Benoit Cousson <bcousson@baylibre.com>
To: Enric Balletbo Serra <eballetbo@gmail.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
Tony Lindgren <tony@atomide.com>,
Javier Martinez Canillas <martinez.javier@gmail.com>
Subject: Re: [PATCH] ARM: dts: igep00x0: Add pinmux configuration for MCBSP2.
Date: Wed, 18 Sep 2013 14:33:35 +0200 [thread overview]
Message-ID: <52399D9F.6020501@baylibre.com> (raw)
In-Reply-To: <CAFqH_503dztqH0XEohTyV8VCZiNHsrwk1ahKFXgz6DzKDc-fAQ@mail.gmail.com>
Hi Enric,
On 10/09/2013 17:38, Enric Balletbo Serra wrote:
> 2013/9/10 Enric Balletbo i Serra <eballetbo@gmail.com>:
>> Add pinmux configuration for MCBSP2 connected to the TDM interface. With
>> this configuration the Headset modules works as expected.
>>
>> Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
>> Acked-by: Javier Martinez Canillas <javier@dowhile0.org>
>> ---
>> arch/arm/boot/dts/omap3-igep.dtsi | 14 ++++++++++++++
>> 1 file changed, 14 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/omap3-igep.dtsi b/arch/arm/boot/dts/omap3-igep.dtsi
>> index bc48b11..2326d11 100644
>> --- a/arch/arm/boot/dts/omap3-igep.dtsi
>> +++ b/arch/arm/boot/dts/omap3-igep.dtsi
>> @@ -48,6 +48,15 @@
>> >;
>> };
>>
>> + mcbsp2_pins: pinmux_mcbsp2_pins {
>> + pinctrl-single,pins = <
>> + 0x10c (PIN_INPUT | MUX_MODE0) /* mcbsp2_fsx.mcbsp2_fsx */
>> + 0x10e (PIN_INPUT | MUX_MODE0) /* mcbsp2_clkx.mcbsp2_clkx */
>> + 0x110 (PIN_INPUT | MUX_MODE0) /* mcbsp2_dr.mcbsp2.dr */
>> + 0x112 (PIN_OUTPUT | MUX_MODE0) /* mcbsp2_dx.mcbsp2_dx */
>> + >;
>> + };
>> +
>> mmc1_pins: pinmux_mmc1_pins {
>> pinctrl-single,pins = <
>> 0x114 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_clk.sdmmc1_clk */
>> @@ -93,6 +102,11 @@
>> clock-frequency = <400000>;
>> };
>>
>> +&mcbsp2 {
>> + pinctrl-names = "default";
>> + pinctrl-0 = <&mcbsp2_pins>;
>> +};
>> +
>> &mmc1 {
>> pinctrl-names = "default";
>> pinctrl-0 = <&mmc1_pins>;
>> --
>> 1.8.1.2
>>
>
> Hi Benoit,
>
> I sent this patch some time ago to be merged as a fix for 3.11, but
> seems was not merged. Would be possible include this patch in these
> series ?
I'm really sorry I missed that one :-(
I'm applying it right now, and will update my pull request.
Thanks,
Benoit
next prev parent reply other threads:[~2013-09-18 12:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-10 15:35 [PATCH] ARM: dts: igep00x0: Add pinmux configuration for MCBSP2 Enric Balletbo i Serra
2013-09-10 15:38 ` Enric Balletbo Serra
2013-09-18 12:33 ` Benoit Cousson [this message]
2013-09-19 6:31 ` Enric Balletbo Serra
-- strict thread matches above, loose matches on Subject: below --
2013-07-06 9:42 Javier Martinez Canillas
2013-07-10 8:07 ` Enric Balletbo Serra
2013-07-05 21:38 Enric Balletbo i Serra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52399D9F.6020501@baylibre.com \
--to=bcousson@baylibre.com \
--cc=eballetbo@gmail.com \
--cc=linux-omap@vger.kernel.org \
--cc=martinez.javier@gmail.com \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.