From patchwork Wed Nov 16 11:07:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Bailon X-Patchwork-Id: 9431287 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 338236021C for ; Wed, 16 Nov 2016 11:10:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 261FF28DD2 for ; Wed, 16 Nov 2016 11:10:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1939628EF6; Wed, 16 Nov 2016 11:10:10 +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_SIGNED, 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 2402328DD2 for ; Wed, 16 Nov 2016 11:10:09 +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 1c6y4y-0003Df-7V; Wed, 16 Nov 2016 11:08:36 +0000 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c6y4Q-000301-H6 for linux-arm-kernel@lists.infradead.org; Wed, 16 Nov 2016 11:08:04 +0000 Received: by mail-wm0-x234.google.com with SMTP id a197so231720277wmd.0 for ; Wed, 16 Nov 2016 03:07:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=B/fwacv7CN9MBFJ+m0IB/2GHDUINsVsE5NU6c+7tdpE=; b=bRN1jwkMhboypDT3Z6UFqT4jF6DDDi6eZmZINCoIQqIVT5FF+OZzK8m85nOm2f+wbd hwK4vQnpXWltABp3QxkNGnQOWQ63HMcNktK79Si5TDUJVXE2U9f1WNLetVUOesYoOp5F DuRzAvNVqx7aK6jCQFPy4bALeGbG/oNNv3fA1a4ALoUArSsmag961/r9TdUNWHFG+aTN K17Dl20Kr7fPsDn9zCZLfNqUHHhAzTxqnfZi4Z3cxf1POusd1vY/e/j4bwE8ecRWHytn EIwD/DuuR/diYy0F9PIeLUHvajn3zgumjsqhgvBxZsiKGlWa1Jo+5TUYsJlw4G6XlKZe Vhew== 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:in-reply-to :references; bh=B/fwacv7CN9MBFJ+m0IB/2GHDUINsVsE5NU6c+7tdpE=; b=NAoJwfaiCtI9m59vaj0X5dQzFkS/KtMt87TOXdF1FVfNJitOYMS6yvpeCww9IGmQLB zvT3U56xpQodxh9A5n2OxhxIeVfOjHMsZ5LRCE/0OCWHmNOT+Ah+HDxa/mHr5peuGdSs cpwmkHsPf3bYguW/boF5zPA01tncWMf6UnjLirTKCslk3FvOPUaLk6x5Gm38K0LXUnrS OGou/lsRGm0GGsmdCAxSvL/LWSEjOWfACxiWjHc6z4bmp+rqfh/dWRgyCus887uT4GFh w/PxAw/VHipSRKC7TJ7DRt4vzA2Pd+qofsScxeDq97GFBpJ2/2hkzEntrrUyFmlhhhEV fNcQ== X-Gm-Message-State: ABUngvcqArS2C3LufTzp+SetAThpqhf0O649mXwmUl4wk7L2VILjdT2it/Q552bRXlhP43PQ X-Received: by 10.28.51.211 with SMTP id z202mr9967243wmz.125.1479294461443; Wed, 16 Nov 2016 03:07:41 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id l67sm9608972wmf.0.2016.11.16.03.07.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 16 Nov 2016 03:07:40 -0800 (PST) From: Alexandre Bailon To: khilman@baylibre.com, robh+dt@kernel.org, b-liu@ti.com Subject: [PATCH v5 1/2] ARM: dts: da850: Add the usb otg device node Date: Wed, 16 Nov 2016 12:07:35 +0100 Message-Id: <1479294456-7942-2-git-send-email-abailon@baylibre.com> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1479294456-7942-1-git-send-email-abailon@baylibre.com> References: <1479294456-7942-1-git-send-email-abailon@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161116_030802_879482_C4EA2BA8 X-CRM114-Status: UNSURE ( 9.53 ) X-CRM114-Notice: Please train this message. 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: devicetree@vger.kernel.org, linux-usb@vger.kernel.org, nsekhar@ti.com, linux-kernel@vger.kernel.org, Alexandre Bailon , linux-arm-kernel@lists.infradead.org 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 This adds the device tree node for the usb otg controller present in the da850 family of SoC's. Signed-off-by: Alexandre Bailon --- arch/arm/boot/dts/da850.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 2534aab..ddf4c6e 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -383,6 +383,16 @@ dma-names = "rx", "tx"; status = "disabled"; }; + usb0: usb@200000 { + compatible = "ti,da830-musb"; + reg = <0x200000 0x10000>; + interrupts = <58>; + interrupt-names = "mc"; + dr_mode = "otg"; + phys = <&usb_phy 0>; + phy-names = "usb-phy"; + status = "disabled"; + }; mdio: mdio@224000 { compatible = "ti,davinci_mdio"; #address-cells = <1>;