From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 13 Jan 2015 18:58:47 +0000 Subject: [U-Boot] [PATCH 05/17] sunxi: usbc: Add support for usb-vbus0 controller by axp drivebus pin In-Reply-To: <1421004895-10896-6-git-send-email-hdegoede@redhat.com> References: <1421004895-10896-1-git-send-email-hdegoede@redhat.com> <1421004895-10896-6-git-send-email-hdegoede@redhat.com> Message-ID: <1421175527.18322.5.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2015-01-11 at 20:34 +0100, Hans de Goede wrote: > The axp221 / axp223's N_VBUSEN pin can be configured as an output rather > then an input, and this is used on some boards to control usb-vbus0, add > support for this. > > Signed-off-by: Hans de Goede I wonder if we should expose this as a pseudo-gpio? Anyway, this'll do for starters: Acked-by: Ian Campbell