Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751953AbbDZKQb (ORCPT ); Sun, 26 Apr 2015 06:16:31 -0400 Received: from gloria.sntech.de ([95.129.55.99]:35277 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751677AbbDZKQ1 (ORCPT ); Sun, 26 Apr 2015 06:16:27 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Yunzhi Li Cc: cf@rock-chips.com, hl@rock-chips.com, yk@rock-chips.com, gauravsh@google.com, alberto@google.com, wulf@rock-chips.com, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 2/2] ARM: dts: rockchip: set dr_mode property for rk3288-firefly board Date: Sun, 26 Apr 2015 12:16:05 +0200 Message-ID: <8829961.lJFBlrS3Ia@diego> User-Agent: KMail/4.14.1 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1430041299-24874-2-git-send-email-lyz@rock-chips.com> References: <1430041299-24874-1-git-send-email-lyz@rock-chips.com> <1430041299-24874-2-git-send-email-lyz@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1256 Lines: 44 Hi, Am Sonntag, 26. April 2015, 17:41:39 schrieb Yunzhi Li: > rk3288-firefly board use the dwc2 usb otg controller as a host > controller and the device mode not used, so the dr_mode should be > "host" then the dwc2 usb otg controller will work at host only > mode > > Signed-off-by: Yunzhi Li Not sure I understand. Is this some sort of hardware limitation? Because when for example flashing a kernel via upgrade_tool it is working just fine as gadget. If it is a software choice, this should not be made in the devicetree, as the dt describes the hardware alone. Heiko > > --- > > arch/arm/boot/dts/rk3288-firefly.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/rk3288-firefly.dtsi > b/arch/arm/boot/dts/rk3288-firefly.dtsi index e6f873a..a861776 100644 > --- a/arch/arm/boot/dts/rk3288-firefly.dtsi > +++ b/arch/arm/boot/dts/rk3288-firefly.dtsi > @@ -466,6 +466,7 @@ > }; > > &usb_otg { > + dr_modr = "host"; > status = "okay"; > }; -- 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/