From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 03 Feb 2014 13:45:09 +0900 Subject: [U-Boot] [PATCH 1/2] exynos5250: usb: Fix VBus gpio numbers for ehci and xhci controllers In-Reply-To: <1388745653-7069-1-git-send-email-gautam.vivek@samsung.com> References: <1388745653-7069-1-git-send-email-gautam.vivek@samsung.com> Message-ID: <52EF1ED5.3000005@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/01/14 19:40, Vivek Gautam wrote: > The gpio_*() apis require the exact gpio line number to deduce > the gpio bank and the gpio pin addresses. > So fix the gpio number for VBUS used for EHCI ports as well as > XHCI ports on exynos5250 boards. > > Signed-off-by: Vivek Gautam > Cc: Julius Werner > Cc: Minkyu Kang > Cc: Marek Vasut > --- > board/samsung/dts/exynos5250-smdk5250.dts | 2 +- > board/samsung/dts/exynos5250-snow.dts | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.