Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1292517
| From | Tim Bird <tim.bird@sonymobile.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 3/3] ARM: dts: qcom: add charger otg regulator |
| Date | 2015-12-15 21:20 +0100 |
| Message-ID | <qG4eL-x5-33@gated-at.bofh.it> (permalink) |
| References | <qG4eK-x5-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add the otg regulator provided by the charger block.
Signed-off-by: Tim Bird <tim.bird@sonymobile.com>
---
Changes since V3:
- change name of charger regulator to "otg-vbus"
---
arch/arm/boot/dts/qcom-pm8941.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/qcom-pm8941.dtsi b/arch/arm/boot/dts/qcom-pm8941.dtsi
index b0d4439..d0ffca7 100644
--- a/arch/arm/boot/dts/qcom-pm8941.dtsi
+++ b/arch/arm/boot/dts/qcom-pm8941.dtsi
@@ -45,6 +45,10 @@
"chg-gone",
"usb-valid",
"dc-valid";
+
+ usb_otg_in-supply = <&pm8941_5vs1>;
+
+ chg_otg: otg-vbus { };
};
pm8941_gpios: gpios@c000 {
--
2.6.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 1/3] dt-binding: power: Add otg regulator binding Tim Bird <tim.bird@sonymobile.com> - 2015-12-15 21:20 +0100
[PATCH v4 2/3] power: qcom_smbb: Add otg regulator for control of vbus Tim Bird <tim.bird@sonymobile.com> - 2015-12-15 21:20 +0100
Re: [PATCH v4 2/3] power: qcom_smbb: Add otg regulator for control of vbus Bjorn Andersson <bjorn.andersson@sonymobile.com> - 2015-12-15 23:30 +0100
Re: [PATCH v4 2/3] power: qcom_smbb: Add otg regulator for control of vbus Andy Gross <andy.gross@linaro.org> - 2015-12-15 23:40 +0100
[PATCH v4 3/3] ARM: dts: qcom: add charger otg regulator Tim Bird <tim.bird@sonymobile.com> - 2015-12-15 21:20 +0100
Re: [PATCH v4 3/3] ARM: dts: qcom: add charger otg regulator Bjorn Andersson <bjorn.andersson@sonymobile.com> - 2015-12-15 23:30 +0100
Re: [PATCH v4 1/3] dt-binding: power: Add otg regulator binding Bjorn Andersson <bjorn.andersson@sonymobile.com> - 2015-12-15 23:30 +0100
Re: [PATCH v4 1/3] dt-binding: power: Add otg regulator binding Andy Gross <andy.gross@linaro.org> - 2015-12-15 23:40 +0100
Re: [PATCH v4 1/3] dt-binding: power: Add otg regulator binding Sebastian Reichel <sre@kernel.org> - 2015-12-16 00:20 +0100
Re: [PATCH v4 1/3] dt-binding: power: Add otg regulator binding Mark Brown <broonie@kernel.org> - 2015-12-16 12:30 +0100
Re: [PATCH v4 1/3] dt-binding: power: Add otg regulator binding Rob Herring <robh@kernel.org> - 2015-12-19 05:20 +0100
csiph-web