Skip to content

Commit

Permalink
arm64: dts: qcom: msm8916-samsung-j5-common: keep sm5703_vbus regulat…
Browse files Browse the repository at this point in the history
…or always on
  • Loading branch information
wonderfulShrineMaidenOfParadise committed Jun 25, 2024
1 parent 18ee60d commit f4ec722
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/arm64/boot/dts/qcom/msm8916-samsung-j5-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@

sm5703_vbus: vbus {
regulator-name = "sm5703_vbus";
/* HACK Keep it always on otherwise the USB
* network breaks */
regulator-always-on;
};

sm5703_buck: buck {
Expand Down Expand Up @@ -394,7 +397,7 @@

&usb {
extcon = <&muic>, <&muic>;
vbus-supply = <&sm5703_vbus>;
//vbus-supply = <&sm5703_vbus>;
status = "okay";
};

Expand Down

0 comments on commit f4ec722

Please sign in to comment.