Skip to content

Commit

Permalink
ARM: imx6sl-evk: set swbst_reg as vbus's parent reg
Browse files Browse the repository at this point in the history
USB vbus 5V is from PMIC SWBST, so set swbst_reg as vbus's
parent reg, it fixed a bug that the voltage of vbus is incorrect
due to swbst_reg is disabled after boots up.

Cc: stable@vger.kernel.org
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Peter Chen authored and Shawn Guo committed Mar 11, 2015
1 parent 40f7377 commit 2de9dd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/imx6sl-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
regulator-max-microvolt = <5000000>;
gpio = <&gpio4 0 0>;
enable-active-high;
vin-supply = <&swbst_reg>;
};

reg_usb_otg2_vbus: regulator@1 {
Expand All @@ -62,6 +63,7 @@
regulator-max-microvolt = <5000000>;
gpio = <&gpio4 2 0>;
enable-active-high;
vin-supply = <&swbst_reg>;
};

reg_aud3v: regulator@2 {
Expand Down

0 comments on commit 2de9dd0

Please sign in to comment.