From patchwork Wed Oct 19 07:09:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 9383681 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7FFF360487 for ; Wed, 19 Oct 2016 07:12:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6DFA327D16 for ; Wed, 19 Oct 2016 07:12:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 627DF28B36; Wed, 19 Oct 2016 07:12:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E965027D16 for ; Wed, 19 Oct 2016 07:12:41 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bwl0u-0004Iu-El; Wed, 19 Oct 2016 07:10:12 +0000 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bwl0q-0003fp-PH for linux-arm-kernel@lists.infradead.org; Wed, 19 Oct 2016 07:10:09 +0000 Received: by mail-wm0-x243.google.com with SMTP id f193so2543922wmg.0 for ; Wed, 19 Oct 2016 00:09:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=lD2nfOnreYJVKRD5yPWImM4LLe5z+/HV3sH+be61ALU=; b=xAH0HFHhbssiNeot4EVhNfLYZ+aecLDucNvWdKI45mBMzBKtGHczzlwAuywXwcJ/Nc hjVXDiG0t1BRVjktkLHpMW7yDQnaKOgf0mGEsnjJ7ewW0TYdwwoxkHkL3vPIHvFrUScq K1amtyVPUELq/9Dw8lb9laQpG4/znKMUJZ3gS+lcYTDU11ImtzQH4fMysEncliPkE5t9 GisP16iBKnBmvp6xnmPWbFhqmlERJwCttQyaFYb5gzcFPbhPrtTZTt9tvnasMoucmoAQ SXPqtBErxyyqz8isnSDnej54ha5pQNAj0lMLVat0bBVO7i+Ahet/loJYOqkgybFWB208 ogFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=lD2nfOnreYJVKRD5yPWImM4LLe5z+/HV3sH+be61ALU=; b=G7PWRDqkgqy43VyfCjDiQlgkt+gpH/VjBWlaow9WkVIuzp/ErXAX+lycYrQfcaghHF Qde7Q3CrfdfH5GsbcX6jYmy8lIDOOLpa8Y6a4/8jbmZgGorpxi6S2AKI0uSeqU21gxBU F/S6N7qwfD7fZW9lbIzRKT70eQuZ+gBxHXlPW4QvkwYhET7QlK3c152CG4BJVL3cQGJu gnRnJ7B1wGZGjI+EzMziaPMinqjXl5c0vOwANRswVJu4Nc4ZL7utrh5Qa2DFYGHFfz39 oyuBxUmx/yIh755i5EBDFH4P2e/zICJEGslUbU6iXDjtn7QV84pW4lZjV68LxWM3Z729 iSHw== X-Gm-Message-State: AA6/9Rme6OYuMZsis22PkZovEo1K35YcnDReidnbWMa4LcJhsjJ3kpmVzAUIX59207ETwA== X-Received: by 10.194.41.234 with SMTP id i10mr3074251wjl.205.1476860986743; Wed, 19 Oct 2016 00:09:46 -0700 (PDT) Received: from development1.visionsystems.de (mail.visionsystems.de. [213.209.99.202]) by smtp.gmail.com with ESMTPSA id qo8sm67103785wjc.46.2016.10.19.00.09.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 19 Oct 2016 00:09:45 -0700 (PDT) From: yegorslists@googlemail.com To: linux-omap@vger.kernel.org Subject: [PATCH] ARM: dts: am335x-baltos-ir5221: use both musb channels in host mode Date: Wed, 19 Oct 2016 09:09:03 +0200 Message-Id: <1476860943-30994-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 2.1.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161019_001009_082399_3B527F56 X-CRM114-Status: GOOD ( 10.68 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tony@atomide.com, linux-arm-kernel@lists.infradead.org, Yegor Yefremov MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- arch/arm/boot/dts/am335x-baltos-ir5221.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am335x-baltos-ir5221.dts b/arch/arm/boot/dts/am335x-baltos-ir5221.dts index d0faa7b..f599350 100644 --- a/arch/arm/boot/dts/am335x-baltos-ir5221.dts +++ b/arch/arm/boot/dts/am335x-baltos-ir5221.dts @@ -114,7 +114,7 @@ &usb1 { status = "okay"; - dr_mode = "otg"; + dr_mode = "host"; }; &cpsw_emac0 {