On Sat, Jan 26, 2013 at 4:16 PM, Matthias Brugger <<a href="javascript:;" onclick="_e(event, 'cvml', 'matthias.bgg@gmail.com')">matthias.bgg@gmail.com</a>> wrote:<br>
> Hi Benoit,<br>
><br>
> 2012/12/12 Benoit Cousson <<a href="javascript:;" onclick="_e(event, 'cvml', 'b-cousson@ti.com')">b-cousson@ti.com</a>>:<br>
>> Hi Matthias,<br>
>><br>
>> On 12/12/2012 04:33 PM, Matthias Brugger wrote:<br>
>>> This patch is a follow-up patch for Javier Martinez effort adding initial<br>
>>> device tree support to IGEP technology devices. [1]<br>
>>><br>
>>> It adds uart1 and uart2 bindings to the generic dtsi for the IGEP boards.<br>
>>><br>
>>> [1] <a href="http://www.spinics.net/lists/linux-omap/msg83409.html" target="_blank">http://www.spinics.net/lists/linux-omap/msg83409.html</a><br>
>>><br>
>>> Signed-off-by: Matthias Brugger <<a href="javascript:;" onclick="_e(event, 'cvml', 'matthias.bgg@gmail.com')">matthias.bgg@gmail.com</a>><br>
>>> ---<br>
>>>  arch/arm/boot/dts/omap3-igep.dtsi |   24 ++++++++++++++++++++++++<br>
>>>  1 file changed, 24 insertions(+)<br>
>>><br>
>>> diff --git a/arch/arm/boot/dts/omap3-igep.dtsi b/arch/arm/boot/dts/omap3-igep.dtsi<br>
>>> index 125fe00..c02e3c0 100644<br>
>>> --- a/arch/arm/boot/dts/omap3-igep.dtsi<br>
>>> +++ b/arch/arm/boot/dts/omap3-igep.dtsi<br>
>>> @@ -27,6 +27,20 @@<br>
>>>  };<br>
>>><br>
>>>  &omap3_pmx_core {<br>
>>> +     uart1_pins: pinmux_uart1_pins {<br>
>>> +             pinctrl-single,pins = <<br>
>>> +                     0x152 0x100     /* uart1_rx.uart1_rx INPUT | MODE0 */<br>
>>> +                     0x14c 0         /* uart1_tx.uart1_tx OUTPUT | MODE0 */<br>
>>> +             >;<br>
>>> +     };<br>
>>> +<br>
>>> +     uart2_pins: pinmux_uart2_pins {<br>
>>> +             pinctrl-single,pins = <<br>
>>> +                     0x14a 0x100     /* uart2_rx.uart2_rx INPUT | MODE0 */<br>
>>> +                     0x148 0         /* uart2_tx.uart2_tx OUTPUT | MODE0 */<br>
>>> +             >;<br>
>>> +     };<br>
>>> +<br>
>>>       uart3_pins: pinmux_uart3_pins {<br>
>>>               pinctrl-single,pins = <<br>
>>>                       0x16e 0x100     /* uart3_rx.uart3_rx INPUT | MODE0 */<br>
>>> @@ -77,6 +91,16 @@<br>
>>>       status = "disabled";<br>
>>>  };<br>
>>><br>
>>> +&uart1 {<br>
>>> +       pinctrl-names = "default";<br>
>>> +       pinctrl-0 = <&uart1_pins>;<br>
>>> +};<br>
>>> +<br>
>>> +&uart2 {<br>
>>> +       pinctrl-names = "default";<br>
>>> +       pinctrl-0 = <&uart2_pins>;<br>
>>> +};<br>
>>> +<br>
>>>  &uart3 {<br>
>>>         pinctrl-names = "default";<br>
>>>         pinctrl-0 = <&uart3_pins>;<br>
>>><br>
>><br>
>> That looks good to me. I'll apply it on top of javier's series for 3.9.<br>
><br>
> Can you pin-point me to the repository where this patches are in right<br>
> now? I tried to figure it out these days, but didn't found where to<br>
> clone the repository from.<br>
><br>
> Thanks,<br>
> Matthias<br>
><br>
<br>
Hi Matthias,<br>
<br>
OMAP DT tree <span></span>is: git://<a href="http://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git" target="_blank">git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git</a><br>
<br>
Hope it helps,<br>
Javier<br>