linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: imx6qdl-sabresd: set swbst_reg as vbus's parent reg
@ 2015-03-06  8:04 Peter Chen
  2015-03-06  8:04 ` [PATCH 2/2] ARM: imx6sl-evk: " Peter Chen
  2015-03-11  1:24 ` [PATCH 1/2] ARM: imx6qdl-sabresd: " Shawn Guo
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Chen @ 2015-03-06  8:04 UTC (permalink / raw)
  To: linux-arm-kernel

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 <stable@vger.kernel.org>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
---
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
index f1cd214..a626e6d 100644
--- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
@@ -35,6 +35,7 @@
 			regulator-max-microvolt = <5000000>;
 			gpio = <&gpio3 22 0>;
 			enable-active-high;
+			vin-supply = <&swbst_reg>;
 		};
 
 		reg_usb_h1_vbus: regulator at 1 {
@@ -45,6 +46,7 @@
 			regulator-max-microvolt = <5000000>;
 			gpio = <&gpio1 29 0>;
 			enable-active-high;
+			vin-supply = <&swbst_reg>;
 		};
 
 		reg_audio: regulator at 2 {
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-12  2:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06  8:04 [PATCH 1/2] ARM: imx6qdl-sabresd: set swbst_reg as vbus's parent reg Peter Chen
2015-03-06  8:04 ` [PATCH 2/2] ARM: imx6sl-evk: " Peter Chen
2015-03-11  1:24 ` [PATCH 1/2] ARM: imx6qdl-sabresd: " Shawn Guo
2015-03-11  9:57   ` Greg KH
2015-03-12  1:54   ` Peter Chen
2015-03-12  2:19     ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).