From patchwork Sat Apr 8 14:36:06 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Stach X-Patchwork-Id: 9671075 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 CBD226020F for ; Sat, 8 Apr 2017 14:45:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BB9C12847B for ; Sat, 8 Apr 2017 14:45:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AC20F2856A; Sat, 8 Apr 2017 14:45:28 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 4A00D2847B for ; Sat, 8 Apr 2017 14:45:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=qAwSR/qT9nBHN//1Gz4QKjeGN/Jb/XnbGdPrlH2ewTg=; b=L1eZ0xqDoqDfcm7DIJa//uQOO9 XVGhYImHjgRwAgEgx5nazNv+dmQ8nTwWp7YJU6RgATO9M8ibxjpeLDxLMSZOjXXP4PbXLgJkCWBU1 roN4gIUjhdf6HLbks4/hk6ARMYwSvVy1yGHIzCOLmlm6MNLD65pCDXOSYehV0srhNVtODp0Tm9Tzf O2s87PbN4D8yA68mkwDwbTIp6yBCZzGy7b2oqTpGmMJ4Xz0/kd932V8YJ9XUClZv7PqAM1GciaENT N0LthsZN10fHXixRtntFVqPmxHZ0v4Z/0ar6cfF4oz2dOPYHRFGLPXfVZhrNW8Nd7ObQkZJTjuLuO W3Qhw1CQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cwrcF-0007xM-5X; Sat, 08 Apr 2017 14:45:27 +0000 Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cwrcB-0006go-OK for linux-arm-kernel@lists.infradead.org; Sat, 08 Apr 2017 14:45:25 +0000 Received: by lynxeye.de (Postfix, from userid 501) id CA3D8E743D2; Sat, 8 Apr 2017 16:36:16 +0200 (CEST) Received: from tellur.intern.lynxeye.de.fritz.box (a89-183-3-227.net-htp.de [89.183.3.227]) by lynxeye.de (Postfix) with ESMTPA id 6F08CE743D7; Sat, 8 Apr 2017 16:36:13 +0200 (CEST) From: Lucas Stach To: Russell King Subject: [RFC PATCH 6/7] ARM: dts: imx6*-hummingboard2: remove redundant PWM disables Date: Sat, 8 Apr 2017 16:36:06 +0200 Message-Id: <20170408143607.15928-7-dev@lynxeye.de> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170408143607.15928-1-dev@lynxeye.de> References: <20170408143607.15928-1-dev@lynxeye.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170408_074523_967525_7BB2983D X-CRM114-Status: UNSURE ( 9.34 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 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 The PWM nodes are already disabled in the imx6qdl.dtsi, so there is no need to disable them again in the board DTS. Signed-off-by: Lucas Stach --- arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi index 31a029c..892259f 100644 --- a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi @@ -482,14 +482,6 @@ status = "okay"; }; -&pwm3 { - status = "disabled"; -}; - -&pwm4 { - status = "disabled"; -}; - &ssi1 { status = "okay"; };