<div>Hi Travis,</div>
<div>&nbsp;</div>
<div>Thanks for your reply. I still have a question, for rgmii mode the bits 11:9 of phy reg 0x17 should be 001 which means the I/O pin operate from 2.5V, default is 3.3V if&nbsp;the value of bits 11:9 is 000, so whether I should set&nbsp;reg 0x17 to 1200.&nbsp;&nbsp;
</div>
<div>&nbsp;</div>
<div>The cpu we use is MPC8349E, I&nbsp;set the reg&nbsp;ECNTRL to 0x00001010&nbsp;, I can meature the signals on TSEC1_GTX_CLK, Tx_EN and Tx_D[0:3],&nbsp;the RGMII&nbsp;should operate on 2.5v but the voltage I meature on Tx_D is 3.3v , so there is a problem &nbsp;that the value of reg SICRH(in local memory offset is 0x118)&nbsp;is always 00000002(GMII mode and RGMII mode), but&nbsp;in the datasheet of MPC8349E the bits 30 and 31of reg SICRH&nbsp;(TSOBI1 and TSOBI2)&nbsp;controls the output buffer impedance of the TSEC1and TSEC2&nbsp;output signals,&nbsp;so I think the value I get is&nbsp;not what I&nbsp;expected. Cany anybody tell me how the reg SICRH&nbsp;get this value? Seems SICRH only use in /cpu/mpc83xx/cpu_init.c file. Thanks a lot!
<br><br>&nbsp;</div>
<div><span class="gmail_quote">2006/2/15, Travis B. Sawyer &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:tsawyer@sandburst.com" target="_blank">tsawyer@sandburst.com</a>&gt;:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Simon Yang wrote:<br>&gt; Dear All,<br>&gt;<br>&gt; Now I am working on CIS8201 PHY for RGMII mode, I have modified Reg 
<br>&gt; 23(0x17h) from 0000 to 1300, but CIS8201 doesn't work under RGMII<br>&gt; mode, are there other registers I need to set? Please give me your<br>&gt; comment. Thanks a lot!<br>&gt;<br>Simon:<br>If you're using the ocotea, phy reg 0x17 should be written with 0x1000 
<br>for rgmii mode, not 0x1300.&nbsp;&nbsp;0x300 enables clock skewing for boards with<br>short etch, like the Sandburst Metrobox and Karef boards.&nbsp;&nbsp;The ocotea<br>has full length etch and doesn't (or rather should not) use clock skewing. 
<br><br>Das U-Boot current source should 'just work' on the ocotea board.<br><br>(I can't verify the current source as I haven't done a git sync since<br>Stefan merged/fixed the 4xx files, too many time constraints here at 
<br>work, so I'm working with an 'older' tree).<br><br>-travis<br><br></blockquote></div><br>