From: jagannadh.teki@gmail.com (Jagan Teki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] arm64: allwinner: axp803: Add drivevbus regulator
Date: Fri, 8 Dec 2017 00:34:19 +0530 [thread overview]
Message-ID: <1512673460-7865-2-git-send-email-jagan@amarulasolutions.com> (raw)
In-Reply-To: <1512673460-7865-1-git-send-email-jagan@amarulasolutions.com>
Add reg_drivevbus regualtor for boards which are using
external regulator to drive the OTG VBus through N_VBUSEN
PMIC pin.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v2:
- New patch
arch/arm64/boot/dts/allwinner/axp803.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/boot/dts/allwinner/axp803.dtsi b/arch/arm64/boot/dts/allwinner/axp803.dtsi
index ff8af52..e5eae8b 100644
--- a/arch/arm64/boot/dts/allwinner/axp803.dtsi
+++ b/arch/arm64/boot/dts/allwinner/axp803.dtsi
@@ -146,5 +146,10 @@
regulator-max-microvolt = <3000000>;
regulator-name = "rtc-ldo";
};
+
+ reg_drivevbus: drivevbus {
+ regulator-name = "drivevbus";
+ status = "disabled";
+ };
};
};
--
2.7.4
next prev parent reply other threads:[~2017-12-07 19:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-07 19:04 [PATCH v2 1/3] regulator: axp20x: add drivevbus support for axp803 Jagan Teki
2017-12-07 19:04 ` Jagan Teki [this message]
2017-12-08 2:52 ` [PATCH v2 2/3] arm64: allwinner: axp803: Add drivevbus regulator Chen-Yu Tsai
2017-12-08 5:32 ` Jagan Teki
2017-12-07 19:04 ` [PATCH v2 3/3] arm64: allwinner: a64: bananapi-m64: add usb otg Jagan Teki
2017-12-07 23:46 ` [PATCH v2 1/3] regulator: axp20x: add drivevbus support for axp803 Rob Herring
2017-12-08 2:18 ` Chen-Yu Tsai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1512673460-7865-2-git-send-email-jagan@amarulasolutions.com \
--to=jagannadh.teki@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).