<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Nov 4, 2009 at 4:47 PM, Eric Miao <span dir="ltr">&lt;<a href="mailto:eric.y.miao@gmail.com">eric.y.miao@gmail.com</a>&gt;</span> wrote:<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, Nov 4, 2009 at 8:14 PM, Igor Grinberg &lt;<a href="mailto:grinberg@compulab.co.il">grinberg@compulab.co.il</a>&gt; wrote:<br>
&gt;<br>
&gt; Signed-off-by: Igor Grinberg &lt;<a href="mailto:grinberg@compulab.co.il">grinberg@compulab.co.il</a>&gt;<br>
&gt; Signed-off-by: Mike Rapoport &lt;<a href="mailto:mike@compulab.co.il">mike@compulab.co.il</a>&gt;<br>
<br>
</div>ISTR U2D is present on pxa310 _only_, if that&#39;s the case, might<br>
better put the clock into pxa300.c. Please help double check.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br>On pxa310 the U2D differs in capabilities from pxa300/320. But they all use the same clock :)<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="h5">
&gt; ---<br>
&gt;  arch/arm/mach-pxa/pxa3xx.c |    2 ++<br>
&gt;  1 files changed, 2 insertions(+), 0 deletions(-)<br>
&gt;<br>
&gt; diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c<br>
&gt; index 09b7b1a..ca536f2 100644<br>
&gt; --- a/arch/arm/mach-pxa/pxa3xx.c<br>
&gt; +++ b/arch/arm/mach-pxa/pxa3xx.c<br>
&gt; @@ -237,6 +237,7 @@ static DEFINE_PXA3_CKEN(pxa3xx_stuart, STUART, 14857000, 1);<br>
&gt;  static DEFINE_PXA3_CKEN(pxa3xx_i2c, I2C, 32842000, 0);<br>
&gt;  static DEFINE_PXA3_CKEN(pxa3xx_udc, UDC, 48000000, 5);<br>
&gt;  static DEFINE_PXA3_CKEN(pxa3xx_usbh, USBH, 48000000, 0);<br>
&gt; +static DEFINE_PXA3_CKEN(pxa3xx_u2d, USB2, 48000000, 0);<br>
&gt;  static DEFINE_PXA3_CKEN(pxa3xx_keypad, KEYPAD, 32768, 0);<br>
&gt;  static DEFINE_PXA3_CKEN(pxa3xx_ssp1, SSP1, 13000000, 0);<br>
&gt;  static DEFINE_PXA3_CKEN(pxa3xx_ssp2, SSP2, 13000000, 0);<br>
&gt; @@ -261,6 +262,7 @@ static struct clk_lookup pxa3xx_clkregs[] = {<br>
&gt;        INIT_CLKREG(&amp;clk_pxa3xx_i2c, &quot;pxa2xx-i2c.0&quot;, NULL),<br>
&gt;        INIT_CLKREG(&amp;clk_pxa3xx_udc, &quot;pxa27x-udc&quot;, NULL),<br>
&gt;        INIT_CLKREG(&amp;clk_pxa3xx_usbh, &quot;pxa27x-ohci&quot;, NULL),<br>
&gt; +       INIT_CLKREG(&amp;clk_pxa3xx_u2d, NULL, &quot;U2DCLK&quot;),<br>
&gt;        INIT_CLKREG(&amp;clk_pxa3xx_keypad, &quot;pxa27x-keypad&quot;, NULL),<br>
&gt;        INIT_CLKREG(&amp;clk_pxa3xx_ssp1, &quot;pxa27x-ssp.0&quot;, NULL),<br>
&gt;        INIT_CLKREG(&amp;clk_pxa3xx_ssp2, &quot;pxa27x-ssp.1&quot;, NULL),<br>
&gt; --<br>
&gt; 1.6.0.6<br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
linux-arm-kernel mailing list<br>
<a href="mailto:linux-arm-kernel@lists.infradead.org">linux-arm-kernel@lists.infradead.org</a><br>
<a href="http://lists.infradead.org/mailman/listinfo/linux-arm-kernel" target="_blank">http://lists.infradead.org/mailman/listinfo/linux-arm-kernel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>        Sincerely Yours,<br>                Mike.<br>
</div>