board: qcs404-evb: Enable USB3 specific PMIC GPIO
authorSumit Garg <sumit.garg@linaro.org>
Thu, 4 Aug 2022 14:27:20 +0000 (19:57 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 26 Aug 2022 14:55:46 +0000 (10:55 -0400)
commit106822de5eec09cdf082f0d900d707190ffa30f8
tree22e4adbf138698380a1f98c966359974a2b6f9dc
parent9c96a0c62a0aa72af2bfcda016834845764b063c
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>
arch/arm/dts/qcs404-evb-uboot.dtsi
board/qualcomm/qcs404-evb/qcs404-evb.c