From patchwork Thu Oct 9 21:45:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Heimpold X-Patchwork-Id: 5062841 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 525B39F30B for ; Thu, 9 Oct 2014 21:48:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8CC302024C for ; Thu, 9 Oct 2014 21:48:42 +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 27CD72025B for ; Thu, 9 Oct 2014 21:48:40 +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 1XcLXZ-0006ua-PF; Thu, 09 Oct 2014 21:46:29 +0000 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::2]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XcLXV-0006aG-Aj for linux-arm-kernel@lists.infradead.org; Thu, 09 Oct 2014 21:46:26 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1412891160; l=1064; s=domk; d=heimpold.de; h=Date:Subject:Cc:To:From; bh=VuCDoMysBA9M8G1Kv29l1Mb2yU8=; b=PbieawNthnlCRp15Ps4OvBt+La4X6Md58vhYoqBcn5g+Vci1Q+Dcq+Qe3jJ2KuzhvhF 3NI7XfUCcoyvtI+CSDjwCVMKdqH2r7maiUUjmv9POpdUyR+KbyxHUz+4zU2VTlc/m1Awl xMNhbhetezxnGtMx1bEDZzRvvIVxb7Mi/XI= 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 z049f4q99Lk0Www; Thu, 9 Oct 2014 23:46:00 +0200 (CEST) Received: from kerker.fritz.box (kerker.fritz.box [192.168.8.1]) by tonne.mhei.heimpold.itr (Postfix) with ESMTP id 40A041330BB; Thu, 9 Oct 2014 23:46:00 +0200 (CEST) From: Michael Heimpold To: shawn.guo@freescale.com Subject: [PATCH] ARM: dts: imx28: add alternative pinmuxing for pwm0 and can1 Date: Thu, 9 Oct 2014 23:45:46 +0200 Message-Id: <1412891146-16679-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_144625_738860_BEDA5F34 X-CRM114-Status: UNSURE ( 7.16 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: 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 Signed-off-by: Michael Heimpold --- arch/arm/boot/dts/imx28.dtsi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 47f68ac..d2d38b5 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -641,6 +641,16 @@ fsl,pull-up = ; }; + pwm0_pins_b: pwm0@1 { + reg = <1>; + fsl,pinmux-ids = < + MX28_PAD_AUART1_RX__PWM_0 + >; + fsl,drive-strength = ; + fsl,voltage = ; + fsl,pull-up = ; + }; + pwm2_pins_a: pwm2@0 { reg = <0>; fsl,pinmux-ids = < @@ -801,6 +811,17 @@ fsl,pull-up = ; }; + can1_pins_b: can1@1 { + reg = <1>; + fsl,pinmux-ids = < + MX28_PAD_AUART3_CTS__CAN1_TX + MX28_PAD_AUART3_RTS__CAN1_RX + >; + fsl,drive-strength = ; + fsl,voltage = ; + fsl,pull-up = ; + }; + spi2_pins_a: spi2@0 { reg = <0>; fsl,pinmux-ids = <