Looking at the schematics of One, I now come up with a question. Do you know if "USB_VBUS" L3 pin at MT7981b is becoming "H" state during booting? I am looking at the 24.10 release codes, specifically </>target/linux/mediatek/dts/mt7981b-openwrt-one.dts</>, but in that, I did not see the pin is being set to "H" like below;
</>
usb_vbus: regulator-usb-vbus {
compatible = "regulator-fixed";
regulator-name = "usb_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&pio 12 GPIO_ACTIVE_HIGH>;
enable-active-high;
regulator-boot-on;
};
</>