Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

[Linux] fusb302 4-0022: connection has disconnected

16

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
16
Posted at 1/4/2020 15:36:30      1#
because firefly_rk3399 use the type-c by otg mode,but there is different both otg wire and defualt wire. so if you want to use the default wire,you can chang the otg mode ,modify dts,chang the &&usbdrd3_0 to &u2phy0

&usbdrd3_0 {        status = "okay";        //extcon = <&fusb0>;        extcon = <&u2phy0>;}; &usbdrd_dwc3_0 {        status = "okay";        dr_mode = "otg"; /* Micro USB3控制器的dr_mode配置为otg */        maximum-speed = "high-speed"; /* maximum-speed 属性配置为high-speed */        phys = <&u2phy0_otg>; /* phys 属性只引用USB2 PHY节点 */        phy-names = "usb2-phy";};
————————————————
版权声明:本文为CSDN博主「道玄机」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/jj244212647/article/details/103788906
Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list