mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
usb: disable AB311 usb3.0 [1/1]
PD#SWPL-13820 Problem: disable AB311 usb3.0. Solution: disable AB311 usb3.0 Verify: tm2 Change-Id: Ic69c8ea8e9f31d66f738a019d6b59e2d9a1a51a4 Signed-off-by: Yue Wang <yue.wang@amlogic.com>
This commit is contained in:
@@ -2116,9 +2116,9 @@
|
||||
|
||||
&usb3_phy_v2 {
|
||||
status = "okay";
|
||||
portnum = <2>;
|
||||
portconfig-30 = <1>;
|
||||
portconfig-31 = <1>;
|
||||
portnum = <0>;
|
||||
portconfig-30 = <0>;
|
||||
portconfig-31 = <0>;
|
||||
};
|
||||
|
||||
&usb_otg {
|
||||
|
||||
@@ -2113,9 +2113,9 @@
|
||||
|
||||
&usb3_phy_v2 {
|
||||
status = "okay";
|
||||
portnum = <2>;
|
||||
portconfig-30 = <1>;
|
||||
portconfig-31 = <1>;
|
||||
portnum = <0>;
|
||||
portconfig-30 = <0>;
|
||||
portconfig-31 = <0>;
|
||||
};
|
||||
|
||||
&usb_otg {
|
||||
|
||||
Reference in New Issue
Block a user