On Tue, Jun 24, 2014 at 1:54 PM, Kamil Debski <k.debski@xxxxxxxxxxx> wrote:Yes, indeed it replaces this patch. I did some more research on how theThe Exynos4412 USB 2.0 PHY hardware differs from the descriptionI guess this replaces the patch titled "drivers: phy: exynos4x12-phy:
provided in the documentation. Some register bits have different
function. This patch fixes the defines of register bits and changes
the way how phys are powered on and off.
fix HSIC1 power on/off sequence"
hardware actually behaves.
Tested on ODROID-U2. Seems to be working as well as the previous patch:Thank you very much for testing.
- Internal SMSC hub works on boot and after reboot, tested with USBBy reboot I guess that you mean typing "reboot" or by using SysRq magic
mouse
- Internal SMSC ethernet device works on boot, but disappears upon
reboot. (same as previous patch, also reproduced by Marek)
and not power cycling?
If so, I had experienced the same symptoms. I guess that the Ethernet
chip is not reset properly and fails to enumerate without power cycling
(it's nRESET pin is connected to P3V3).
I found that removing regulator-always-on from buck8_reg: BUCK8 in the
dts file fixes this problem.