From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 12 Oct 2018 13:23:58 +0200 From: Simon Horman Subject: Re: [PATCH v2] arm64: dts: renesas: r8a77980: add thermal support Message-ID: <20181012112357.5hh5kpczrb5sm2ra@verge.net.au> References: <90934111-8cc5-482d-8a78-5ccc1113e42d@cogentembedded.com> <20181010221142.GG24305@bigcity.dyn.berto.se> <20181011073002.GH24305@bigcity.dyn.berto.se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20181011073002.GH24305@bigcity.dyn.berto.se> To: Niklas =?utf-8?Q?S=C3=B6derlund?= Cc: Geert Uytterhoeven , Sergei Shtylyov , Rob Herring , Linux-Renesas , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Magnus Damm , Mark Rutland List-ID: On Thu, Oct 11, 2018 at 09:30:02AM +0200, Niklas Söderlund wrote: > Hi Geert, > > On 2018-10-11 09:02:22 +0200, Geert Uytterhoeven wrote: > > Hi Niklas, > > > > On Thu, Oct 11, 2018 at 12:11 AM Niklas Söderlund > > wrote: > > > On 2018-10-10 22:18:11 +0300, Sergei Shtylyov wrote: > > > > Describe THS/CIVM in the R8A77980 device trees. > > > > > > > > Signed-off-by: Sergei Shtylyov > > > > > > --- renesas.orig/arch/arm64/boot/dts/renesas/r8a77980.dtsi > > > > +++ renesas/arch/arm64/boot/dts/renesas/r8a77980.dtsi > > > > @@ -330,6 +330,19 @@ > > > > #power-domain-cells = <1>; > > > > }; > > > > > > > > + tsc: thermal@e6198000 { > > > > + compatible = "renesas,r8a77980-thermal"; > > > > + reg = <0 0xe6198000 0 0x100>, > > > > + <0 0xe61a0000 0 0x100>; > > > > + interrupts = , > > > > + , > > > > + ; > > > > + clocks = <&cpg CPG_MOD 522>; > > > > + power-domains = <&sysc R8A77980_PD_ALWAYS_ON>; > > > > + resets = <&cpg 522>; > > > > + #thermal-sensor-cells = <1>; > > > > > > The status property is missing but as you told me in v1 it should not > > > matter. I will leave it for Simon to decide if he wants it to keep it > > > consistent with other SoC or if we should remove it from the other dtsi > > > files. In any case with or without the status property. > > > > Forgot to review commit c79661eb5060e2bf ("arm64: dts: renesas: Remove > > unneeded status from thermal nodes")? ;-) > > Not only that also reviewing using the context from v4.19-rc1 which of > course is not correct for dtsi patches, thanks for enlightening me :-) Thanks everyone, applied or v4.21.