From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758731AbbCDK3n (ORCPT ); Wed, 4 Mar 2015 05:29:43 -0500 Received: from mail-oi0-f48.google.com ([209.85.218.48]:40962 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758628AbbCDK3k (ORCPT ); Wed, 4 Mar 2015 05:29:40 -0500 MIME-Version: 1.0 In-Reply-To: <1425458956-20665-3-git-send-email-pi-cheng.chen@linaro.org> References: <1425458956-20665-1-git-send-email-pi-cheng.chen@linaro.org> <1425458956-20665-3-git-send-email-pi-cheng.chen@linaro.org> Date: Wed, 4 Mar 2015 15:59:39 +0530 Message-ID: Subject: Re: [PATCH v2 2/4] cpufreq: dt-bindings: add bindings for mtk-cpufreq driver From: Viresh Kumar To: "pi-cheng.chen" Cc: Matthias Brugger , Rob Herring , "Rafael J. Wysocki" , Thomas Petazzoni , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Catalin Marinas , Will Deacon , "Joe.C" , Eddie Huang , Howard Chen , Ashwin Chaugule , Mike Turquette , fan.chen@mediatek.com, "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux Kernel Mailing List , "linux-pm@vger.kernel.org" , Linaro Kernel Mailman List , linux-mediatek@lists.infradead.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4 March 2015 at 14:19, pi-cheng.chen wrote: > Add dt-binding for mtk-cpufreq driver so that the driver could get SoC specific > information (intermediate_clk for now) from device tree. > > Signed-off-by: pi-cheng.chen > --- > .../devicetree/bindings/cpufreq/cpufreq-mtk.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt > > diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt > new file mode 100644 > index 0000000..53bf108 > --- /dev/null > +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt > @@ -0,0 +1,17 @@ > + > +Mediatek cpufreq driver > +------------------- > + > +Mediatek SoC cpufreq driver for CPU frequency scaling. > + > +Required properties: > +- compatible: "mediatek,mtk-cpufreq" > +- intermediate_clk: The intermediate clock source which CPUs will switch to > +during CPU frequency transition. > + > +Examples: > +-------- > + mtk-cpufreq { > + compatible = "mediatek,mtk-cpufreq"; > + intermediate_clk = <&apmixedsys APMIXED_MAINPLL>; > + }; Such nodes aren't allowed. NACK. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH v2 2/4] cpufreq: dt-bindings: add bindings for mtk-cpufreq driver Date: Wed, 4 Mar 2015 15:59:39 +0530 Message-ID: References: <1425458956-20665-1-git-send-email-pi-cheng.chen@linaro.org> <1425458956-20665-3-git-send-email-pi-cheng.chen@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1425458956-20665-3-git-send-email-pi-cheng.chen@linaro.org> Sender: linux-pm-owner@vger.kernel.org To: "pi-cheng.chen" Cc: Matthias Brugger , Rob Herring , "Rafael J. Wysocki" , Thomas Petazzoni , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Catalin Marinas , Will Deacon , "Joe.C" , Eddie Huang , Howard Chen , Ashwin Chaugule , Mike Turquette , fan.chen@mediatek.com, "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux Kernel Mailing List , "linux-pm@vger.kernel.org" List-Id: devicetree@vger.kernel.org On 4 March 2015 at 14:19, pi-cheng.chen wrote: > Add dt-binding for mtk-cpufreq driver so that the driver could get SoC specific > information (intermediate_clk for now) from device tree. > > Signed-off-by: pi-cheng.chen > --- > .../devicetree/bindings/cpufreq/cpufreq-mtk.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt > > diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt > new file mode 100644 > index 0000000..53bf108 > --- /dev/null > +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt > @@ -0,0 +1,17 @@ > + > +Mediatek cpufreq driver > +------------------- > + > +Mediatek SoC cpufreq driver for CPU frequency scaling. > + > +Required properties: > +- compatible: "mediatek,mtk-cpufreq" > +- intermediate_clk: The intermediate clock source which CPUs will switch to > +during CPU frequency transition. > + > +Examples: > +-------- > + mtk-cpufreq { > + compatible = "mediatek,mtk-cpufreq"; > + intermediate_clk = <&apmixedsys APMIXED_MAINPLL>; > + }; Such nodes aren't allowed. NACK. From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Wed, 4 Mar 2015 15:59:39 +0530 Subject: [PATCH v2 2/4] cpufreq: dt-bindings: add bindings for mtk-cpufreq driver In-Reply-To: <1425458956-20665-3-git-send-email-pi-cheng.chen@linaro.org> References: <1425458956-20665-1-git-send-email-pi-cheng.chen@linaro.org> <1425458956-20665-3-git-send-email-pi-cheng.chen@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 4 March 2015 at 14:19, pi-cheng.chen wrote: > Add dt-binding for mtk-cpufreq driver so that the driver could get SoC specific > information (intermediate_clk for now) from device tree. > > Signed-off-by: pi-cheng.chen > --- > .../devicetree/bindings/cpufreq/cpufreq-mtk.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt > > diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt > new file mode 100644 > index 0000000..53bf108 > --- /dev/null > +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mtk.txt > @@ -0,0 +1,17 @@ > + > +Mediatek cpufreq driver > +------------------- > + > +Mediatek SoC cpufreq driver for CPU frequency scaling. > + > +Required properties: > +- compatible: "mediatek,mtk-cpufreq" > +- intermediate_clk: The intermediate clock source which CPUs will switch to > +during CPU frequency transition. > + > +Examples: > +-------- > + mtk-cpufreq { > + compatible = "mediatek,mtk-cpufreq"; > + intermediate_clk = <&apmixedsys APMIXED_MAINPLL>; > + }; Such nodes aren't allowed. NACK.