From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.samsung.com ([203.254.224.34]:52213 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751985AbbGWITE (ORCPT ); Thu, 23 Jul 2015 04:19:04 -0400 Message-id: <55B0A376.2080906@samsung.com> Date: Thu, 23 Jul 2015 17:19:02 +0900 From: Chanwoo Choi MIME-version: 1.0 To: Javier Martinez Canillas Cc: Kukjin Kim , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "myungjoo.ham@samsung.com" Subject: Re: [PATCH] PM / devfreq: event: Remove incorrect property in exynos-ppmu DT binding References: <1436770732-9430-1-git-send-email-javier@osg.samsung.com> In-reply-to: <1436770732-9430-1-git-send-email-javier@osg.samsung.com> Content-type: text/plain; charset=ISO-8859-1 Sender: linux-clk-owner@vger.kernel.org List-ID: Hi Javier, On 07/13/2015 03:58 PM, Javier Martinez Canillas wrote: > The exynos-ppmu driver is only a clock consumer and not a clock provider > but its Device Tree binding listed #clock-cells as an optional property. > > Signed-off-by: Javier Martinez Canillas > > --- > > Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt b/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt > index b54bf3a2ff57..aed486692880 100644 > --- a/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt > +++ b/Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt > @@ -17,7 +17,6 @@ Required properties: > Optional properties: > - clock-names : the name of clock used by the PPMU, "ppmu" > - clocks : phandles for clock specified in "clock-names" property > -- #clock-cells: should be 1. > > Example1 : PPMU nodes in exynos3250.dtsi are listed below. > > Reviewed-by: Chanwoo Choi + Devfreq maintainer (Myungjoo Ham) I think that this patch will be more appropriate on devfreq git tree than linux-samsung git tree. Thanks, Chanwoo Choi