mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-24 01:26:43 +07:00
In the legacy branch, set usbc0 port type of orangepioneplus to host
This commit is contained in:
@@ -2553,7 +2553,7 @@
|
|||||||
usbc0@0 {
|
usbc0@0 {
|
||||||
device_type = "usbc0";
|
device_type = "usbc0";
|
||||||
compatible = "allwinner,sunxi-otg-manager";
|
compatible = "allwinner,sunxi-otg-manager";
|
||||||
usb_port_type = <0x0>;
|
usb_port_type = <0x1>;
|
||||||
usb_detect_type = <0x1>;
|
usb_detect_type = <0x1>;
|
||||||
usb_host_init_state = <0x1>;
|
usb_host_init_state = <0x1>;
|
||||||
usb_regulator_io = "nocare";
|
usb_regulator_io = "nocare";
|
||||||
|
|||||||
@@ -1155,7 +1155,7 @@ standby_led_light = 1
|
|||||||
;--------------------------------
|
;--------------------------------
|
||||||
[usbc0]
|
[usbc0]
|
||||||
usbc0_used = 1
|
usbc0_used = 1
|
||||||
usb_port_type = 0
|
usb_port_type = 1
|
||||||
usb_detect_type = 1
|
usb_detect_type = 1
|
||||||
usb_detect_mode = 0
|
usb_detect_mode = 0
|
||||||
usb_id_gpio =
|
usb_id_gpio =
|
||||||
|
|||||||
Reference in New Issue
Block a user