With mxv dtb I find that only poweroff with the 4 USB (OTG on android) plugged with some device keyboard or other.
hd180 dtb
usb_a {
lm-compatible = "amlogic,usb";
lm-periph-id = <0x0>;
clock-src = "usb0";
port-id = <0x0>;
port-type = <0x1>;
port-speed = <0x0>;
port-config = <0x0>;
port-dma = <0x0>;
port-id-mode = <0x1>;
host-only-core = <0x1>;
pmu-apply-power = <0x1>;
gpio-work-mask = <0x1>;
status = "okay";
mxv dtb
usb_a {
lm-compatible = "amlogic,usb";
lm-periph-id = <0x0>;
clock-src = "usb0";
port-id = <0x0>;
port-type = <0x1>;
port-speed = <0x0>;
port-config = <0x0>;
port-dma = <0x0>;
port-id-mode = <0x0>;
gpio-vbus-power = "GPIOAO_5";
gpio-work-mask = <0x1>;
status = "okay";
Can be possible to poweroff without have usb 4 plugged ?
Comment