From mboxrd@z Thu Jan 1 00:00:00 1970 From: matthias.bgg@gmail.com (Matthias Brugger) Date: Wed, 2 May 2018 10:59:09 +0200 Subject: [PATCH v2 01/12] dt-bindings: cpufreq: mediatek: use - instead of _ in examples In-Reply-To: <1b9604aa3d3c68be68caf8af32fa4130f57743d6.1523434758.git.sean.wang@mediatek.com> References: <1b9604aa3d3c68be68caf8af32fa4130f57743d6.1523434758.git.sean.wang@mediatek.com> Message-ID: <1da10bfb-5d96-5a69-252e-2efacf120fdf@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/11/2018 10:53 AM, sean.wang at 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 at vger.kernel.org > Cc: devicetree at vger.kernel.org > Acked-by: Viresh Kumar > Reviewed-by: Rob Herring > --- > Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Reviewed-by: Matthias Brugger Rafael, will you take this through your tree? Regards, Matthias > 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; > >