mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
ARM: imx6qdl-sabresd: set swbst_reg as vbus's parent reg
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>
This commit is contained in:
parent
c517d838eb
commit
40f737791d
@ -35,6 +35,7 @@
|
|||||||
regulator-max-microvolt = <5000000>;
|
regulator-max-microvolt = <5000000>;
|
||||||
gpio = <&gpio3 22 0>;
|
gpio = <&gpio3 22 0>;
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
|
vin-supply = <&swbst_reg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
reg_usb_h1_vbus: regulator@1 {
|
reg_usb_h1_vbus: regulator@1 {
|
||||||
@ -45,6 +46,7 @@
|
|||||||
regulator-max-microvolt = <5000000>;
|
regulator-max-microvolt = <5000000>;
|
||||||
gpio = <&gpio1 29 0>;
|
gpio = <&gpio1 29 0>;
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
|
vin-supply = <&swbst_reg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
reg_audio: regulator@2 {
|
reg_audio: regulator@2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user