RE: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-20 Thread Andy Tang
org; rui.zh...@intel.com; > linux-arm-ker...@lists.infradead.org > Subject: Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node > > On Wed, Mar 20, 2019 at 08:44:18AM +, Andy Tang wrote: > > > > Sensor ID placement > >

Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-20 Thread Shawn Guo
On Wed, Mar 20, 2019 at 08:44:18AM +, Andy Tang wrote: > > > Sensor ID placement > > > 1 DDR controller 1 > > > 2 DDR controller 2 > > > 3 DDR controller 3 > > > 4 core cluster 1 > > > 5 core cluster 2 > > >

RE: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-20 Thread Andy Tang
bh...@kernel.org; rui.zh...@intel.com; > linux-arm-ker...@lists.infradead.org > Subject: Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node > > On Fri, Mar 08, 2019 at 09:57:09AM +, Andy Tang wrote: > > > > > > > -Original Message- > &g

Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-20 Thread Shawn Guo
ux-arm-ker...@lists.infradead.org; devicet...@vger.kernel.org; > > linux-kernel@vger.kernel.org; linux...@vger.kernel.org; rui.zh...@intel.com; > > edubez...@gmail.com > > Subject: Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node > > > > On 08/03/2019 03:07, An

RE: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-08 Thread Andy Tang
er.kernel.org; rui.zh...@intel.com; > edubez...@gmail.com > Subject: Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node > > On 08/03/2019 03:07, Andy Tang wrote: > > > > > >> -Original Message- > >> From: Daniel Lezcano > >&g

Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-08 Thread Daniel Lezcano
evicet...@vger.kernel.org; >> linux-kernel@vger.kernel.org; linux...@vger.kernel.org; rui.zh...@intel.com; >> edubez...@gmail.com >> Subject: Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node >> >>>>> PS: In order to keep consistency to t

RE: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-07 Thread Andy Tang
er.kernel.org; rui.zh...@intel.com; > edubez...@gmail.com > Subject: Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node > > >>> PS: In order to keep consistency to the first thermal-zone node, > >>> there will be "WARNING: line over 80 character

Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-07 Thread Daniel Lezcano
ernel.org; >> linux-kernel@vger.kernel.org; linux...@vger.kernel.org; >> daniel.lezc...@linaro.org; rui.zh...@intel.com; edubez...@gmail.com >> Subject: Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node >> >> On Mon, Mar 04, 2019 at 11:21:11AM +0800, Yuan

Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-03 Thread Shawn Guo
.infradead.org; devicet...@vger.kernel.org; > > linux-kernel@vger.kernel.org; linux...@vger.kernel.org; > > daniel.lezc...@linaro.org; rui.zh...@intel.com; edubez...@gmail.com > > Subject: Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node > > > > On Mon, Ma

RE: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-03 Thread Andy Tang
el.org; > daniel.lezc...@linaro.org; rui.zh...@intel.com; edubez...@gmail.com > Subject: Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node > > On Mon, Mar 04, 2019 at 11:21:11AM +0800, Yuantian Tang wrote: > > Ls1088a has 2 thermal sensors, core cluster and SoC platform. Cor

Re: [PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-03 Thread Shawn Guo
On Mon, Mar 04, 2019 at 11:21:11AM +0800, Yuantian Tang wrote: > Ls1088a has 2 thermal sensors, core cluster and SoC platform. Core cluster > sensor is used to monitor the temperature of core and SoC platform is for > platform. The current dts only support the first sensor. > This patch adds the se

[PATCH v2] arm64: dts: ls1088a: add one more thermal zone node

2019-03-03 Thread Yuantian Tang
Ls1088a has 2 thermal sensors, core cluster and SoC platform. Core cluster sensor is used to monitor the temperature of core and SoC platform is for platform. The current dts only support the first sensor. This patch adds the second sensor node to dts to enable it. Signed-off-by: Yuantian Tang --