Skip to content

Commit c6050d4

Browse files
Danct12andersson
authored andcommitted
arm64: dts: qcom: qrb4210-rb2: Correct max current draw for VBUS
According to downstream sources, maximum current for PMI632 VBUS is 1A. Taken from msm-4.19 (631561973a034e46ccacd0e53ef65d13a40d87a4) Line 685-687 in drivers/power/supply/qcom/qpnp-smb5.c Fixes: a06a2f1 ("arm64: dts: qcom: qrb4210-rb2: enable USB-C port handling") Reviewed-by: Luca Weiss <[email protected]> Signed-off-by: Dang Huynh <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 1c6285e commit c6050d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/qrb4210-rb2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305

306306
&pmi632_vbus {
307307
regulator-min-microamp = <500000>;
308-
regulator-max-microamp = <3000000>;
308+
regulator-max-microamp = <1000000>;
309309
status = "okay";
310310
};
311311

0 commit comments

Comments
 (0)