aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2021-05-16 17:28:43 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2021-10-22 09:47:33 +0100
commitefd02b7c70a9acbbbf77c453bf2f56bab9cfa2e3 (patch)
tree2cdc9c0a4a67f19b574db7f8bfec26a4dca052e5
parent5c425b00d2b88203a37bccc9a44f2d4342de1945 (diff)
arm64: dts: qcom: qrb5165-rb5: Switch on type-c VBUS boost
Switch on VBUS for the type-c port. We need to support a higher amperage than the bootloader set 2 Amps. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--arch/arm64/boot/dts/qcom/qrb5165-rb5.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
index 8ac96f8e79d4..3fce2c128cea 100644
--- a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
+++ b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
@@ -1284,3 +1284,9 @@
drive-strength = <6>;
bias-disable;
};
+
+&pm8150b_vbus {
+ regulator-min-microamp = <500000>;
+ regulator-max-microamp = <3000000>;
+ status = "okay";
+};