From patchwork Sun Jun 23 06:54:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 2766801 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 17165C0AB1 for ; Sun, 23 Jun 2013 06:56:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2657A2010F for ; Sun, 23 Jun 2013 06:56:30 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3CEE12010B for ; Sun, 23 Jun 2013 06:56:29 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqeDI-0007b4-HV; Sun, 23 Jun 2013 06:55:53 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqeDA-000077-4U; Sun, 23 Jun 2013 06:55:44 +0000 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqeCy-0008WK-6I for linux-arm-kernel@lists.infradead.org; Sun, 23 Jun 2013 06:55:32 +0000 Received: by mail-la0-f42.google.com with SMTP id eb20so9166846lab.15 for ; Sat, 22 Jun 2013 23:55:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=iRXbn9Uxk8PUjLsau9G58bykXabACR52lA6KCVCQjWs=; b=UN3D9NIqDF+183ik/QGBOMH0vALOcq2J6DBnoLrId+DI/IL1AV9HHQLYInOh5usMCQ Vs9O6Jz4PX2oH4NBJeIzwbGUoJGIUvYuAXKYTclGfR/IhMgxtk5cItzACe9/ZVgtVkm7 K+g8MuhgCsq65x+DvJRcehKl0h5w+oTCc1ittY4Uj74+yfqe7Xb5KWnZmveIlE73VGc0 U9LvkHQ/Qiuxq5m9W2E6c+yVMZetKZA0J/zJpgCVvwIXMEIxJWO52VXVuskmdJ9Bt9Xd 9E2ekN4jAg23KGDxZS7fu7EKjL4DxF6YYE0N1fXcLaL012aJhEVPyLBn5dz8OuHGLDu9 2MOQ== X-Received: by 10.112.167.228 with SMTP id zr4mr10563165lbb.96.1371970510021; Sat, 22 Jun 2013 23:55:10 -0700 (PDT) Received: from shc.zet ([188.134.40.128]) by mx.google.com with ESMTPSA id i9sm4395924lai.4.2013.06.22.23.55.08 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Jun 2013 23:55:09 -0700 (PDT) From: Alexander Shiyan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 3/6] ARM: dts: imx27: Rename PWM devicetree node Date: Sun, 23 Jun 2013 10:54:47 +0400 Message-Id: <1371970490-10874-3-git-send-email-eagle.alexander923@gmail.com> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1371970490-10874-1-git-send-email-eagle.alexander923@gmail.com> References: <1371970490-10874-1-git-send-email-eagle.alexander923@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130623_025532_404685_BBC0AB5A X-CRM114-Status: GOOD ( 10.14 ) X-Spam-Score: -1.8 (-) Cc: Sascha Hauer , Shawn Guo , Russell King , Alexander Shiyan , Alexander Shiyan X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 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=-5.2 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable 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 From: Alexander Shiyan i.MX27 have only one PWM, so index from PWM devicetree node removed. Signed-off-by: Alexander Shiyan --- arch/arm/boot/dts/imx27.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 5009d93..845af3f 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -102,7 +102,7 @@ clock-names = "ipg", "per"; }; - pwm0: pwm@10006000 { + pwm: pwm@10006000 { compatible = "fsl,imx27-pwm"; reg = <0x10006000 0x1000>; interrupts = <23>;