From patchwork Fri Mar 29 08:23:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gwenhael Goavec-Merou X-Patchwork-Id: 2364521 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 04D5A3FD40 for ; Fri, 29 Mar 2013 08:28:36 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ULUdC-0007bz-Oy; Fri, 29 Mar 2013 08:25:50 +0000 Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ULUcv-0007Zy-9F for linux-arm-kernel@lists.infradead.org; Fri, 29 Mar 2013 08:25:34 +0000 Received: from dell.trabucayre.com (unknown [81.56.132.22]) by smtp2-g21.free.fr (Postfix) with ESMTP id 6EA664B008E; Fri, 29 Mar 2013 09:25:27 +0100 (CET) From: Gwenhael Goavec-Merou To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] ARM: apf27dev: add PWM0 support Date: Fri, 29 Mar 2013 09:23:39 +0100 Message-Id: <1364545419-21558-2-git-send-email-gwenhael.goavec-merou@armadeus.com> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1364545419-21558-1-git-send-email-gwenhael.goavec-merou@armadeus.com> References: <1364545419-21558-1-git-send-email-gwenhael.goavec-merou@armadeus.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130329_042534_040023_77E3564B X-CRM114-Status: UNSURE ( 6.25 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.2 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: s.hauer@pengutronix.de, Shawn Guo , Gwenhael Goavec-Merou 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 Signed-off-by: Gwenhael Goavec-Merou --- arch/arm/boot/dts/imx27-apf27dev.dtsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/imx27-apf27dev.dtsp b/arch/arm/boot/dts/imx27-apf27dev.dtsp index 65d1853..3e60eba 100644 --- a/arch/arm/boot/dts/imx27-apf27dev.dtsp +++ b/arch/arm/boot/dts/imx27-apf27dev.dtsp @@ -58,3 +58,7 @@ &i2c2 { status = "okay"; }; + +&pwm0 { + status = "okay"; +};