In the legacy branch, set usbc0 port type of orangepioneplus to host
This commit is contained in:
parent
c18495272f
commit
ce1ada5d1e
|
|
@ -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 =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue