From patchwork Wed Jun 8 09:21:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 632099 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 3rPk5s2fTcz9ssP for ; Wed, 8 Jun 2016 19:43:45 +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=VQQLgrcA; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424163AbcFHJnX (ORCPT ); Wed, 8 Jun 2016 05:43:23 -0400 Received: from mail-wm0-f50.google.com ([74.125.82.50]:38514 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161897AbcFHJV2 (ORCPT ); Wed, 8 Jun 2016 05:21:28 -0400 Received: by mail-wm0-f50.google.com with SMTP id m124so7677649wme.1 for ; Wed, 08 Jun 2016 02:21:27 -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=9k1G+d8t7GwDq1WUIC2fNRPjDkpwJFmQeAYUJB/Yrl4=; b=VQQLgrcAs9/IDOyI0KoZDcZagz+GVB7KkljKVmQ78NDOY+D5RUJ1mzj9UYf+FxkWv6 882PeA+rXOf6X1fwIonqrzvauPF4mhYCzeLGPyQ064iTx65LVGY3hMkLVQtSorYHS8Wg CKgHbUPauXELyED1fdLnRG9gvD2/yvAe9uDzI= 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=9k1G+d8t7GwDq1WUIC2fNRPjDkpwJFmQeAYUJB/Yrl4=; b=fkuYh9SuFfWPhTu0TZOayvO8aekQn0zw0+UkEJ/wT3pwVtIHV0s9lPXUpZcoHF1S6g hxFmLUbdPa/fPfJDaBSpu4IwZN3S0ouNQH0sjM7cYbNNj35OkHyQFN1OyviDpGJWrMgG wOY+CxfKVq8aPYWUKZGpSwdsXcNgN184lod6VB2zOtiQMdECfqroxAKWLsZJggysKVNh zQo89NlXG+1HnQXf+wzakFZna8J3xth9PMRBkZ9h8lb/EW82lHLkoi1zxRz5d6O3FGOH BoLm6IQP/psdEb5gmQr0qVULmVvON/HMdPI1DPeawlE7tJKGf142wXAi0gK/ZB0SYM1Y Az4Q== X-Gm-Message-State: ALyK8tJLtIlFbfqlncksDrkPTmnxBZc3JHD8iVXkdmBJBOfL4GtfYuEItz4rbInXW0XaTC+T X-Received: by 10.28.60.5 with SMTP id j5mr1952434wma.26.1465377686770; Wed, 08 Jun 2016 02:21:26 -0700 (PDT) Received: from localhost.localdomain (host81-129-171-215.range81-129.btcentralplus.com. [81.129.171.215]) by smtp.gmail.com with ESMTPSA id g192sm23694494wme.15.2016.06.08.02.21.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jun 2016 02:21:26 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: kernel@stlinux.com, maxime.coquelin@st.com, patrice.chotard@st.com, thierry.reding@gmail.com, robh+dt@kernel.org, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, Lee Jones Subject: [PATCH v3 01/20] ARM: dts: STi: Rename properites in line with PWM naming conventions Date: Wed, 8 Jun 2016 10:21:16 +0100 Message-Id: <20160608092135.21184-2-lee.jones@linaro.org> X-Mailer: git-send-email 2.8.3 In-Reply-To: <20160608092135.21184-1-lee.jones@linaro.org> References: <20160608092135.21184-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/stih407-family.dtsi | 4 ++-- arch/arm/boot/dts/stih416.dtsi | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index 5947878..0723900 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -668,7 +668,7 @@ pinctrl-0 = <&pinctrl_pwm0_chan0_default>; clock-names = "pwm"; clocks = <&clk_sysin>; - st,pwm-num-chan = <1>; + st,pwm-num-devs = <1>; status = "okay"; }; @@ -685,7 +685,7 @@ &pinctrl_pwm1_chan3_default>; clock-names = "pwm"; clocks = <&clk_sysin>; - st,pwm-num-chan = <4>; + st,pwm-num-devs = <4>; status = "disabled"; }; diff --git a/arch/arm/boot/dts/stih416.dtsi b/arch/arm/boot/dts/stih416.dtsi index 0afb4f7..82091072 100644 --- a/arch/arm/boot/dts/stih416.dtsi +++ b/arch/arm/boot/dts/stih416.dtsi @@ -484,7 +484,8 @@ clock-names = "pwm"; clocks = <&clk_sysin>; - st,pwm-num-chan = <4>; + + st,pwm-num-devs = <4>; }; /* SBC PWM Module */ @@ -508,7 +509,7 @@ clock-names = "pwm"; clocks = <&clk_sysin>; - st,pwm-num-chan = <3>; + st,pwm-num-devs = <3>; }; }; };