From patchwork Thu Oct 9 21:46:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Heimpold X-Patchwork-Id: 5062861 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2311DC11AC for ; Thu, 9 Oct 2014 21:48:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 52D3B2024C for ; Thu, 9 Oct 2014 21:48:52 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 845D920265 for ; Thu, 9 Oct 2014 21:48:51 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XcLXt-0007Bs-0U; Thu, 09 Oct 2014 21:46:49 +0000 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::7]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XcLXp-0006hL-Cj for linux-arm-kernel@lists.infradead.org; Thu, 09 Oct 2014 21:46:45 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1412891182; l=1771; s=domk; d=heimpold.de; h=Date:Subject:Cc:To:From; bh=ywuIBDyq1QnbxuqdSGq+elZnQk4=; b=iB0bUHOJhKsmxaNzmMXyMZE9Fk6o0gGxf6qqzEWlLZ/X0CUSemap5A3iXoal/81pSSf s6j1Gp+RyuKERRUwFjRl99Eo1Lxfm/HjCDFncuf91qbV9j/qqNyHHZADR7dgpm09oG/Jl vXusPRjnwJwGWhrXse98YNeu5hGwhaO/Vk0= X-RZG-AUTH: :O2kGeEG7b/pS1EW8QnKjhhg/vO4pzqdNys2z+NfqLSUoNNCTudAGGnyHtjxQdb7a0mo9 X-RZG-CLASS-ID: mo00 Received: from tonne.mhei.heimpold.itr (dslb-178-012-049-062.178.012.pools.vodafone-ip.de [178.12.49.62]) by post.strato.de (RZmta 35.10 DYNA|AUTH) with ESMTPA id n0769cq99LkMWvX; Thu, 9 Oct 2014 23:46:22 +0200 (CEST) Received: from kerker.fritz.box (kerker.fritz.box [192.168.8.1]) by tonne.mhei.heimpold.itr (Postfix) with ESMTP id 284FF132EAF; Thu, 9 Oct 2014 23:46:22 +0200 (CEST) From: Michael Heimpold To: shawn.guo@freescale.com Subject: [PATCH] ARM: dts: imx28-duckbill: enable spi0, auart0 and i2c0, fix usb0 Date: Thu, 9 Oct 2014 23:46:19 +0200 Message-Id: <1412891179-16714-1-git-send-email-mhei@heimpold.de> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141009_144645_596852_FA497780 X-CRM114-Status: UNSURE ( 9.08 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: Stefan Wahren , Michael Heimpold , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This is the pin default configuration as stated in the datasheet. While at, explicitly define the working mode for USB0. This prevents a warning about a missing vbus regulator: [ 1.425268] 80080000.usb supply vbus not found, using dummy regulator Signed-off-by: Michael Heimpold Cc: Stefan Wahren --- arch/arm/boot/dts/imx28-duckbill.dts | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx28-duckbill.dts b/arch/arm/boot/dts/imx28-duckbill.dts index ce1a7ef..3f700dd 100644 --- a/arch/arm/boot/dts/imx28-duckbill.dts +++ b/arch/arm/boot/dts/imx28-duckbill.dts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Michael Heimpold + * Copyright (C) 2013-2014 Michael Heimpold * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License @@ -32,6 +32,13 @@ status = "okay"; }; + ssp2: ssp@80014000 { + compatible = "fsl,imx28-spi"; + pinctrl-names = "default"; + pinctrl-0 = <&spi2_pins_a>; + status = "okay"; + }; + pinctrl@80018000 { pinctrl-names = "default"; pinctrl-0 = <&hog_pins_a>; @@ -60,6 +67,18 @@ }; apbx@80040000 { + i2c0: i2c@80058000 { + pinctrl-names = "default"; + pinctrl-0 = <&i2c0_pins_a>; + status = "okay"; + }; + + auart0: serial@8006a000 { + pinctrl-names = "default"; + pinctrl-0 = <&auart0_2pins_a>; + status = "okay"; + }; + duart: serial@80074000 { pinctrl-names = "default"; pinctrl-0 = <&duart_pins_a>; @@ -75,6 +94,7 @@ ahb@80080000 { usb0: usb@80080000 { status = "okay"; + dr_mode = "peripheral"; }; mac0: ethernet@800f0000 {