From: rbyshko@gmail.com (Roman Byshko)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 4/5] ARM: dts: sun7i: Cubietruck: override regulator pin
Date: Mon, 10 Nov 2014 19:55:09 +0100 [thread overview]
Message-ID: <e707575fe1bb0c56fb307be5839977de5dfb8f09.1415645258.git.rbyshko@gmail.com> (raw)
In-Reply-To: <cover.1415645258.git.rbyshko@gmail.com>
Cubietruck uses different pin for the USB OTG VBUS that
is why we override the one defined in sunxi-common-regulators.dtsi
Signed-off-by: Roman Byshko <rbyshko@gmail.com>
---
arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
index a6c1a3c..1682307 100644
--- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
+++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
@@ -92,6 +92,13 @@
allwinner,drive = <0>;
allwinner,pull = <0>;
};
+
+ usb0_vbus_pin_a: usb0_vbus_pin at 0 {
+ allwinner,pins = "PH17";
+ allwinner,function = "gpio_out";
+ allwinner,drive = <0>;
+ allwinner,pull = <0>;
+ };
};
pwm: pwm at 01c20e00 {
@@ -185,6 +192,12 @@
status = "okay";
};
+ reg_usb0_vbus: usb0-vbus {
+ pinctrl-0 = <&usb0_vbus_pin_a>;
+ gpio = <&pio 7 17 0>;
+ status = "okay";
+ };
+
reg_usb1_vbus: usb1-vbus {
status = "okay";
};
--
2.1.2
next prev parent reply other threads:[~2014-11-10 18:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-10 18:55 [PATCH v2 0/5] ARM: sunxi: Add support for USB OTG PHY Roman Byshko
2014-11-10 18:55 ` [PATCH v2 1/5] phy: sun4i: add support for USB phy0 Roman Byshko
2014-11-12 20:29 ` Maxime Ripard
2014-11-10 18:55 ` [PATCH v2 2/5] ARM: dtsi: sunxi: add common VBUS regulator Roman Byshko
2014-11-10 18:55 ` [PATCH v2 3/5] ARM: sun7i: dtsi: add support for usbphy0 Roman Byshko
2014-11-10 18:55 ` Roman Byshko [this message]
2014-11-10 18:55 ` [PATCH v2 5/5] ARM: dts: sun7i: Cubietruck: add power supply regulator for USB OTG VBUS Roman Byshko
2014-11-11 9:11 ` [linux-sunxi] [PATCH v2 0/5] ARM: sunxi: Add support for USB OTG PHY Hans de Goede
2014-11-11 16:50 ` Chen-Yu Tsai
2014-12-02 13:01 ` Roman Byshko
2014-11-12 20:32 ` Maxime Ripard
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=e707575fe1bb0c56fb307be5839977de5dfb8f09.1415645258.git.rbyshko@gmail.com \
--to=rbyshko@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).