From patchwork Tue Aug 16 09:34:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 659588 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3sD6lr5jfJz9t1T for ; Tue, 16 Aug 2016 19:40:08 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b=ZPqg/KEa; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753309AbcHPJkB (ORCPT ); Tue, 16 Aug 2016 05:40:01 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:38174 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753411AbcHPJfo (ORCPT ); Tue, 16 Aug 2016 05:35:44 -0400 Received: by mail-wm0-f45.google.com with SMTP id o80so154610659wme.1 for ; Tue, 16 Aug 2016 02:35:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=iUIM8vI7Q/LIa5nZCqpN/lnv5ZUDIC2LN5/CzJTaxWY=; b=ZPqg/KEaT9xUUI1mKiCl8eUPCyk2ETD8fOMUkgCovDXIxZy26GSrgMU5+N/rBI2AuI ijhGE/25xqWo26yfPKjGwQdNQD4be/lDtJOGJbCy96+g54BNfd8X7PCST+wSil2RHAlm RDXtDakw8wh+95PLyz+X57QKYYlP/EQt8Q7QE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=iUIM8vI7Q/LIa5nZCqpN/lnv5ZUDIC2LN5/CzJTaxWY=; b=Qr3a7mrGcBYlTj1vLVzWiNXXlbPWmn9yOjy4aQdRYo6MfUmKKMYYo6uMxCet99yjgh yaO5jIDUgkcvGi10M9H/avUCEC9moEO7ttyUbASiQOgyqonDecd3FCMYm4Vw5LnGjpN7 FWHSLT7uYkqf9y/sBYv2tAEpJ6nrQY38cxxgqDka/ckQjjBY3iF01KLGcG410xMdSecF LKySKcccOGqSdQ14mrjqh15gB2LDnBSdn1z8s1vNCk+kFmVnzSehit6bTpYY0h9HwwzM qwL/FY9zItzFMpte97QloF9iPhQUUm+3RUEF7o4w9U9eE894ts0ofJwhm1mUZCFT79jz hzRQ== X-Gm-Message-State: AEkooutXm8TKpW/aW1Z8yz8iSc0gRbFAsQdSfQuHhktotlfu7JW1Oux1e6FduJeIaH61t/cK X-Received: by 10.194.36.226 with SMTP id t2mr5214351wjj.184.1471340142574; Tue, 16 Aug 2016 02:35:42 -0700 (PDT) Received: from localhost.localdomain (host81-129-169-93.range81-129.btcentralplus.com. [81.129.169.93]) by smtp.gmail.com with ESMTPSA id g1sm16614889wjy.5.2016.08.16.02.35.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Aug 2016 02:35:42 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: kernel@stlinux.com, patrice.chotard@st.com, thierry.reding@gmail.com, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, Lee Jones Subject: [PATCH v4 05/17] ARM: dts: STiH416: Define PWM Capture clock Date: Tue, 16 Aug 2016 10:34:56 +0100 Message-Id: <20160816093508.28307-6-lee.jones@linaro.org> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20160816093508.28307-1-lee.jones@linaro.org> References: <20160816093508.28307-1-lee.jones@linaro.org> Sender: linux-pwm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org Signed-off-by: Lee Jones --- arch/arm/boot/dts/stih416.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi index 2001d48..bf15a32 100644 --- a/arch/arm/boot/dts/stih416.dtsi +++ b/arch/arm/boot/dts/stih416.dtsi @@ -483,8 +483,9 @@ &pinctrl_pwm0_chan2_default &pinctrl_pwm0_chan3_default>; - clock-names = "pwm"; - clocks = <&clk_sysin>; + clock-names = "pwm", "capture"; + clocks = <&clk_sysin>, <&clk_s_a0_ls CLK_ICN_REG>; + st,pwm-num-chan = <4>; };