From mboxrd@z Thu Jan 1 00:00:00 1970 From: sean.wang@mediatek.com (Sean Wang) Date: Thu, 4 Jan 2018 18:01:14 +0800 Subject: [PATCH 06/12] arm64: dts: mt7622: add cpufreq related device nodes In-Reply-To: <20180104094526.GC19742@vireshk-i7> References: <7e61305594b7bbcdefe31f64ca5603cbdbd9f4cf.1515057696.git.sean.wang@mediatek.com> <20180104094526.GC19742@vireshk-i7> Message-ID: <1515060074.30687.62.camel@mtkswgap22> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 2018-01-04 at 15:15 +0530, Viresh Kumar wrote: > On 04-01-18, 17:40, sean.wang at mediatek.com wrote: > > diff --git a/arch/arm64/boot/dts/mediatek/mt7622.dtsi b/arch/arm64/boot/dts/mediatek/mt7622.dtsi > > index 5b7f0a3..90b2761 100644 > > --- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi > > +++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi > > @@ -18,6 +18,50 @@ > > #address-cells = <2>; > > #size-cells = <2>; > > > > + cpu_opp_table: opp_table { > > Rob recently asked me to do name the nodes with "-" instead of "_". So > this becomes "cpu_opp_table: opp-table {" then. > okay, I will do it in the next version.