Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752472AbbGBLcZ (ORCPT ); Thu, 2 Jul 2015 07:32:25 -0400 Received: from mail-lb0-f180.google.com ([209.85.217.180]:35016 "EHLO mail-lb0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752428AbbGBLcP (ORCPT ); Thu, 2 Jul 2015 07:32:15 -0400 Subject: Re: [PATCH v2] arm: koelsch: make USB0 perform Host/Function switching To: Phil Edworthy , Simon Horman References: <1435824869-22784-1-git-send-email-phil.edworthy@renesas.com> Cc: Magnus Damm , Kishon Vijay Abraham I , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Yoshihiro Shimoda , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-sh@vger.kernel.org From: Sergei Shtylyov Message-ID: <5595213B.7080809@cogentembedded.com> Date: Thu, 2 Jul 2015 14:32:11 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <1435824869-22784-1-git-send-email-phil.edworthy@renesas.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1139 Lines: 45 Hello. On 7/2/2015 11:14 AM, Phil Edworthy wrote: > Both USB Host (pci0) and Function (USBHS) drivers are enabled. > The USB PHY driver determines which IP block should be connected > based on vbus and id signals read via gpios. > Note that switch SW5 and SW6 on Koelsch board needs to be set to > position 3 for this to work. [...] > diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts > index cffe33f..1bb34d0 100644 > --- a/arch/arm/boot/dts/r8a7791-koelsch.dts > +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts > @@ -615,7 +615,6 @@ > > &pci0 { > status = "okay"; > - pinctrl-0 = <&usb0_pins>; > pinctrl-names = "default"; As you're removing "pinctrl-0" prop, you also should remove "pinctrl-names". > }; > > @@ -627,13 +626,15 @@ > > &hsusb { > status = "okay"; > - pinctrl-0 = <&usb0_pins>; Likewise. [...] WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/