From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752239AbeBZENl (ORCPT ); Sun, 25 Feb 2018 23:13:41 -0500 Received: from mail-pl0-f66.google.com ([209.85.160.66]:39578 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752128AbeBZENj (ORCPT ); Sun, 25 Feb 2018 23:13:39 -0500 X-Google-Smtp-Source: AH8x2247PvEGPFEiYCc8xs2OQerRTLM/ruvrxlYBiXJFS6kSyItiyU765Q68aFjACF1XsLyscmkATQ== Date: Mon, 26 Feb 2018 09:43:36 +0530 From: Viresh Kumar To: sean.wang@mediatek.com Cc: robh+dt@kernel.org, matthias.bgg@gmail.com, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, "Rafael J. Wysocki" , linux-pm@vger.kernel.org Subject: Re: [PATCH v1 02/19] dt-bindings: cpufreq: mediatek: use - instead of _ in examples Message-ID: <20180226041336.GJ26947@vireshk-i7> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23-02-18, 18:16, sean.wang@mediatek.com wrote: > From: Sean Wang > > It should be good that no use "_" is in examples. Consequently, > those nodes in certain files which have an inappropriate name containing > "_" are all being replaced with "-". > > Signed-off-by: Sean Wang > Cc: "Rafael J. Wysocki" > Cc: Viresh Kumar > Cc: Rob Herring > Cc: Mark Rutland > Cc: linux-pm@vger.kernel.org > Cc: devicetree@vger.kernel.org > --- > Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt > index d36f07e..38cfbb5 100644 > --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt > +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt > @@ -26,7 +26,7 @@ Optional properties: > > Example 1 (MT7623 SoC): > > - cpu_opp_table: opp_table { > + cpu_opp_table: opp-table { > compatible = "operating-points-v2"; > opp-shared; > > @@ -86,7 +86,7 @@ Example 1 (MT7623 SoC): > }; > > Example 2 (MT8173 SoC): > - cpu_opp_table_a: opp_table_a { > + cpu_opp_table_a: opp-table-a { > compatible = "operating-points-v2"; > opp-shared; > > @@ -131,7 +131,7 @@ Example 2 (MT8173 SoC): > }; > }; > > - cpu_opp_table_b: opp_table_b { > + cpu_opp_table_b: opp-table-b { > compatible = "operating-points-v2"; > opp-shared; Acked-by: Viresh Kumar -- viresh