Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1680873 > unrolled thread
| Started by | "Wangtao (Kevin, Kirin)" <kevin.wangtao@hisilicon.com> |
|---|---|
| First post | 2017-07-04 13:00 +0200 |
| Last post | 2017-07-04 13:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
答复: [Patch v2 3/3] arm64: dts: register Hi3660's thermal sensor "Wangtao (Kevin, Kirin)" <kevin.wangtao@hisilicon.com> - 2017-07-04 13:00 +0200
| From | "Wangtao (Kevin, Kirin)" <kevin.wangtao@hisilicon.com> |
|---|---|
| Date | 2017-07-04 13:00 +0200 |
| Subject | 答复: [Patch v2 3/3] arm64: dts: register Hi3660's thermal sensor |
| Message-ID | <tZtIK-7a9-13@gated-at.bofh.it> |
On 2017/7/1 11:06, "Eduardo Valentin" <edubezval@gmail.com> wrote:>
> On Thu, Jun 22, 2017 at 11:42:03AM +0800, Tao Wang wrote:
> > Bind thermal sensor driver for Hi3660.
> >
> > Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com>
> > Signed-off-by: Leo Yan <leo.yan@linaro.org>
> > ---
> > Changes in v2:
> > - rebase changes on linux next
> >
> > arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
> b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
> > index c6a1961..a6a1e01 100644
> > --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
> > +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
> > @@ -848,5 +848,11 @@
> > &sdio_cfg_func>;
> > status = "disabled";
> > };
> > +
> > + tsensor: tsensor {
> > + compatible = "hisilicon,hi3660-thermal";
> > + reg = <0x0 0xfff30000 0x0 0x1000>;
> > + #thermal-sensor-cells = <1>;
> > + };
>
> Are you planning to also add thermal zone entries?
Yes, after cpufreq enabled.
>
> > };
> > };
> > --
> > 1.7.9.5
> >
Back to top | Article view | linux.kernel
csiph-web