<br><br><div class="gmail_quote">2010/8/11 Daniel Mack <span dir="ltr">&lt;<a href="mailto:daniel@caiaq.de">daniel@caiaq.de</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wed, Aug 11, 2010 at 02:08:10PM +0400, Yuri Ludkevich wrote:<br>
&gt; 2010/8/11 Daniel Mack &lt;<a href="mailto:daniel@caiaq.de">daniel@caiaq.de</a>&gt;<br>
</div><div class="im">&gt; &gt; Yes, they are aliases to the signals without the &quot;_2&quot; suffix. Quoting<br>
&gt; &gt; the PXA reference manual, chapter 5.3:<br>
&gt; &gt;<br>
&gt; &gt; GPIO&lt;6_0&gt;_2:<br>
&gt; &gt;<br>
&gt; &gt; General-Purpose IO Ports, second instantiation. The same signals as<br>
&gt; &gt; GPIO&lt;6:0&gt;, but they are given separate names because they are configured<br>
&gt; &gt; on separate multi-function pins. The recommended configuration is for<br>
&gt; &gt; both multi-function pin instantiations of these GPIOs not to be<br>
&gt; &gt; configured simultaneously for GPIO functionality. The preferred<br>
&gt; &gt; configuration for dual instantiation GPIO usage (that is, using both<br>
&gt; &gt; GPIO&lt;6:0&gt; and GPIO&lt;6:0&gt;_2 functions) is to configure one multi-function<br>
&gt; &gt; pin as a GPIO and the second multi-function pin instantiation for an<br>
&gt; &gt; alternate function other than a GPIO function. Configuring GPIO&lt;6:0&gt; to<br>
&gt; &gt; be present on two separate multi-function pins is not recommended.<br>
&gt; &gt; However, when GPIO&lt;6:0&gt; is configured as an output and both<br>
&gt; &gt; multi-function pin instantiations are programmed for GPIO function, the<br>
&gt; &gt; primary and secondary instantiation of the multi-function pins are both<br>
&gt; &gt; outputs from the common GGPIO&lt;6:0&gt; signal. However, when GPIO&lt;6:0&gt; is an<br>
&gt; &gt; input, the inputs from both multi-function pin instantiations are ORed<br>
&gt; &gt; together before the result is sent to the internal GPIO&lt;6:0&gt; input<br>
&gt; &gt; logic.<br>
&gt;<br>
</div><div class="im">&gt; Hmmm. I found with pxaregs tool what both GPIO4 and GPIO4_2 configured as<br>
&gt; GPIO. May be this cause irq autodetection to fail?<br>
<br>
</div>No - if you don&#39;t tell the driver which GPIO the interrupt line is<br>
connected to, it can&#39;t know. But as the reference manual says, such<br>
configurations should be avoided.<br>
<br>
You&#39;re welcome to come up with a patch :)<br>
<font color="#888888"><br>
Daniel<br>
<br></font></blockquote><div>I configure GPIO4 pin as nCS3 (alternate function #1) in colibri-pxa320.c and after that irq autoprobing found valid irq for UCB1400. So touchscreen now working just fine.<br><br>May be I need to check other second instantiation pins for same thing?<br>
<br><br>PS: i am really sorry for may replaying.. i did not notice in time :(<br></div></div><br>