commit | 23de64edb47f3db7cf6b0ebddc7479a10e1e14a3 | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Thu Aug 04 19:57:20 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 26 10:55:46 2022 -0400 |
tree | 22e4adbf138698380a1f98c966359974a2b6f9dc | |
parent | d04a52ef2476ac40ca00c56f5f0b54e0bbba9ec0 [diff] |
board: qcs404-evb: Enable USB3 specific PMIC GPIO For USB3 host controller to detect devices on the bus it is required to enable a PMIC GPIO: usb_vbus_boost_pin. So enable that during board specific initialization. And since this PMIC GPIO parsing is quite u-boot specific, so add a DT override to qcs404-evb-uboot.dtsi to represent usb_vbus_boost_pin. Signed-off-by: Sumit Garg <sumit.garg@linaro.org>