Hi,all,
I met a problem
In dm8168 custom board , phy chip (rtl8211EG) not working after reboot (detection is ok, autonegotiation is ok too)
I try to trigger watch dog reset manually by write the dm8168 register directly, and increase the RSTTIME1 and RSTTIME2,phy chip work perfectly
# increase RSTTIME2 and RSTTIME1 ./mem_rdwr.out --wr 481800a4 fffffefe # Initiate software reset ./mem_rdwr.out --wr 480c2010 00000002
but RSTIME1 and RSTIME2's value has no impact on RST_GLOBAL_COLD_SW and RST_GLOBAL_WARM_SW.
Please see this thread for detail:e2e.ti.com/.../360513
My problem is :
How can I increase the RSTOUT asserted time when use linux's command reboot.
