[PATCH] arm64: configs: enable REGULATOR_QCOM_USB_VBUS

Dmitry Baryshkov posted 1 patch 1 year, 10 months ago
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: configs: enable REGULATOR_QCOM_USB_VBUS
Posted by Dmitry Baryshkov 1 year, 10 months ago
Enable the VBUS regulator used on Qualcomm platforms (RB1, RB2, RB5) to
supply VBUS voltage to the USB-C connector.

Reported-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6c45a465a071..a86e94aea63e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -772,6 +772,7 @@ CONFIG_REGULATOR_PWM=y
 CONFIG_REGULATOR_QCOM_RPMH=y
 CONFIG_REGULATOR_QCOM_SMD_RPM=y
 CONFIG_REGULATOR_QCOM_SPMI=y
+CONFIG_REGULATOR_QCOM_USB_VBUS=m
 CONFIG_REGULATOR_RAA215300=y
 CONFIG_REGULATOR_RK808=y
 CONFIG_REGULATOR_S2MPS11=y

---
base-commit: 13ee4a7161b6fd938aef6688ff43b163f6d83e37
change-id: 20240325-arm64-config-usb-vbus-c0e0554df1e6

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Re: [PATCH] arm64: configs: enable REGULATOR_QCOM_USB_VBUS
Posted by Bjorn Andersson 1 year, 9 months ago
On Mon, 25 Mar 2024 15:46:52 +0200, Dmitry Baryshkov wrote:
> Enable the VBUS regulator used on Qualcomm platforms (RB1, RB2, RB5) to
> supply VBUS voltage to the USB-C connector.
> 
> 

Applied, thanks!

[1/1] arm64: configs: enable REGULATOR_QCOM_USB_VBUS
      commit: fefda685ec0846a1f1c2b13af2cce4cea580a768


That's "arm64: defconfig: ..."

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] arm64: configs: enable REGULATOR_QCOM_USB_VBUS
Posted by Konrad Dybcio 1 year, 10 months ago
On 25.03.2024 2:46 PM, Dmitry Baryshkov wrote:
> Enable the VBUS regulator used on Qualcomm platforms (RB1, RB2, RB5) to
> supply VBUS voltage to the USB-C connector.
> 
> Reported-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad