From patchwork Mon Jun 3 14:34:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Keeping X-Patchwork-Id: 10972967 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A851614E5 for ; Mon, 3 Jun 2019 14:35:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 981E728521 for ; Mon, 3 Jun 2019 14:35:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8C4AB28673; Mon, 3 Jun 2019 14:35:16 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.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 785D228560 for ; Mon, 3 Jun 2019 14:35:15 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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:In-Reply-To:References: List-Owner; bh=YCqEEhRIqcqM5/brDXABVRHtZQ4wvzXR5OKVzWE1peo=; b=B/mt8WfO2JrBoZ QMJpbqxJBRbe6WbN+jvC7G4Pda5CBiU7kUfPgHMXruolneQTib5DoBBqDhWiFUtTfIsjnk/ZaCS+J zLXvK9ky7iHOiTPVal7KN2e9ZubHjTxzwYEVLc3u6/b9MhlcgKroCB8xmnSr2ABhqCeh2A858J/x3 8NS1Z0oj5Sn9oH32aSEbr32aKcXXZzVyqNhNzu8CxLGJQOgohB4G3+RpxCYeflvmRB+57iSagEe1V kJ9Rs+aDLGzDZ5IBJUTXrr6bT5NxlrpuD0qMtuFqUJiOUJYkhLcxsjDDRvk7gx5ChmFfqKruEGpGx hpRLKwo6NxOTHGCKQ/xQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hXo3K-0001Ew-Km; Mon, 03 Jun 2019 14:35:10 +0000 Received: from dougal.metanate.com ([90.155.101.14] helo=metanate.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hXo3H-0000JN-RW; Mon, 03 Jun 2019 14:35:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=simple/simple; d=metanate.com; s=stronger; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject :Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=KwXOw6D+PifrOhhzVpHEIk44UYwy88ZEYVhtS09tqb0=; b=G9yEb/3jIztR2oA6w7Ars3Y0v1 tObJnuP8TwFbdm2XReASnLcjeM9daQp7E/KRTDE5I+kRsxnxSiwzQYAB9eVRGg5lUijEOCilygqJ4 ZXGO/l2ZJ9nvofchpOwVFHitt9V2X5judOGLLakIKpSakEzVp/AEAFDFlcrB1XxfIG8Z4oa1kJ5/3 wPNIGjbTHldMhq9RsnYsnXNjQVq4hJXyT2MJ7SZCJrdwdfv7P865P/f6KmZPRuWgS5GzFlemT9xAq V5AHtLm4/hdxW6vcFroWjdhqORkFXHNaX+Vwf49sXmRb5c3ITSrIuYbpMXKpW4uAmWFCD4NHes3T6 FKDvoc9A==; Received: from dougal.metanate.com ([192.168.88.1] helo=localhost.localdomain) by shrek.metanate.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1hXo3C-0000G9-VD; Mon, 03 Jun 2019 15:35:03 +0100 From: John Keeping To: Heiko Stuebner Subject: [PATCH] ARM: dts: rockchip: fix pwm-cells for rk3288's pwm3 Date: Mon, 3 Jun 2019 15:34:35 +0100 Message-Id: <20190603143435.23352-1-john@metanate.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-Authenticated: YES X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190603_073508_034876_5BF1B9CE X-CRM114-Status: GOOD ( 12.69 ) 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-rockchip@lists.infradead.org, John Keeping , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org 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 This is the same as the other PWMs on this SoC and uses 3 cells. Signed-off-by: John Keeping --- arch/arm/boot/dts/rk3288.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 159d91180cee..766d1cf51a5b 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -710,7 +710,7 @@ pwm3: pwm@ff680030 { compatible = "rockchip,rk3288-pwm"; reg = <0x0 0xff680030 0x0 0x10>; - #pwm-cells = <2>; + #pwm-cells = <3>; pinctrl-names = "default"; pinctrl-0 = <&pwm3_pin>; clocks = <&cru PCLK_RKPWM>;