mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
usb: s1a enable usb [1/1]
PD#SWPL-133129 Problem: s1a usb disabled Solution: enable usb Verify: bg201 Change-Id: I3ed4824ff86b5068209e1c1c6307879100582ec6 Signed-off-by: dian.shao <dian.shao@amlogic.com>
This commit is contained in:
@@ -1147,26 +1147,26 @@
|
||||
};
|
||||
|
||||
&crg_phy_20 {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
portnum = <1>;
|
||||
};
|
||||
|
||||
&crg3_phy_20 {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
portnum = <0>;
|
||||
};
|
||||
|
||||
&crg20_otg {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
controller-type = <1>; /* 0~3: normal, host, device, otg */
|
||||
};
|
||||
|
||||
&crg20_drd {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&crg_udc_2 {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pcie {
|
||||
|
||||
@@ -1147,28 +1147,28 @@
|
||||
};
|
||||
|
||||
&crg_phy_20 {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
portnum = <1>;
|
||||
};
|
||||
|
||||
&crg3_phy_20 {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
portnum = <0>;
|
||||
};
|
||||
|
||||
&crg20_otg {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
controller-type = <1>; /* 0~3: normal, host, device, otg */
|
||||
gpio-vbus-power = "GPIOH_7";
|
||||
gpios = <&gpio GPIOH_7 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&crg20_drd {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&crg_udc_2 {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pcie {
|
||||
|
||||
Reference in New Issue
Block a user