Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756086AbcKVPsS (ORCPT ); Tue, 22 Nov 2016 10:48:18 -0500 Received: from mail-qt0-f182.google.com ([209.85.216.182]:32970 "EHLO mail-qt0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754950AbcKVPsP (ORCPT ); Tue, 22 Nov 2016 10:48:15 -0500 MIME-Version: 1.0 In-Reply-To: References: <20161121165349.29128-1-ahaslam@baylibre.com> <20161121165349.29128-3-ahaslam@baylibre.com> From: Axel Haslam Date: Tue, 22 Nov 2016 16:41:30 +0100 Message-ID: Subject: Re: [RESEND PATCH 2/3] ARM: davinci: hawk: Remove vbus and over current gpios To: Sekhar Nori Cc: Kevin Hilman , David Lechner , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 790 Lines: 28 Hi Sekhar On Tue, Nov 22, 2016 at 11:37 AM, Sekhar Nori wrote: > On Monday 21 November 2016 10:23 PM, Axel Haslam wrote: >> The hawk board VBUS is fixed to a 5v source, and the over >> current pin is actually not connected to the SoC. >> >> Do not reseve these gpios for OHCI as they are not related >> to usb. >> >> Signed-off-by: Axel Haslam > > As discussed over the MMC/SD patches, this patch should be based off the > hawkboard schematic, not the LCDK schematic. > I looked at the hawkboard schematics and they are the same as the lcdk as far as usb i concerned: The ohci vbus is fixed to 5v, and the over current pins of the TPS are not connected. so this patch should be ok for both the hawk and the lcdk. Regards Axel > Thanks, > Sekhar