Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1671285
| From | Guodong Xu <guodong.xu@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] arm64: dts: register Hi3660's thermal sensor |
| Date | 2017-06-21 04:00 +0200 |
| Message-ID | <tUD61-81B-3@gated-at.bofh.it> (permalink) |
| References | <tUikV-3gU-3@gated-at.bofh.it> <tUikW-3gU-17@gated-at.bofh.it> <tUmRA-6dE-19@gated-at.bofh.it> <tUmRA-6dE-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jun 20, 2017 at 4:32 PM, Wangtao (Kevin, Kirin)
<kevin.wangtao@hisilicon.com> wrote:
>
>
> 在 2017/6/20 15:38, Guodong Xu 写道:
>>
>>
>>
>> 2017年6月20日 上午11:49,"Tao Wang" <kevin.wangtao@hisilicon.com
>> <mailto:kevin.wangtao@hisilicon.com>>写道:
>>
>> Bind thermal sensor driver for Hi3660.
>>
>> Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com
>> <mailto:kevin.wangtao@hisilicon.com>>
>> Signed-off-by: Leo Yan <leo.yan@linaro.org
>> <mailto:leo.yan@linaro.org>>
>> ---
>> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 7 +++++++
>> 1 file changed, 7 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
>> b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
>> index 3983086..cc67958 100644
>> --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
>> +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
>> @@ -156,5 +156,12 @@
>>
>>
>> i am wondering which tree this patch should be applied to. Actually Olof
>> Johansson olof@lixom.net <mailto:olof@lixom.net> just merged hi3660 dts into
>> his tree. You should better rebase you dts patch onto that.
>
> Can you share me the git path?
As of this morning, it has shown up in linux next tag: next-20170620
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/arch/arm64/boot/dts/hisilicon?h=next-20170620
-Guodong
>>
>>
>>
>> clock-names = "uartclk", "apb_pclk";
>> status = "disabled";
>> };
>> +
>> + tsensor: tsensor {
>> + compatible = "hisilicon,thermal-hi3660";
>> + reg = <0x0 0xfff30000 0x0 0x1000>;
>> + #thermal-sensor-cells = <1>;
>> + status = "ok";
>>
>>
>> please remove status ok. that's default. redundant.
>
> ok
>>
>>
>> + };
>> };
>> };
>> --
>> 1.7.9.5
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel@lists.infradead.org
>> <mailto:linux-arm-kernel@lists.infradead.org>
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>> <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>
>>
>>
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Tao Wang <kevin.wangtao@hisilicon.com> - 2017-06-20 05:50 +0200
[PATCH 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 Tao Wang <kevin.wangtao@hisilicon.com> - 2017-06-20 05:50 +0200
Re: [PATCH 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 Wei Xu <xuwei5@hisilicon.com> - 2017-06-20 12:40 +0200
Re: [PATCH 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 "Wangtao (Kevin, Kirin)" <kevin.wangtao@hisilicon.com> - 2017-06-21 04:30 +0200
Re: [PATCH 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 Leo Yan <leo.yan@linaro.org> - 2017-06-21 04:40 +0200
[PATCH 3/3] arm64: dts: register Hi3660's thermal sensor Tao Wang <kevin.wangtao@hisilicon.com> - 2017-06-20 05:50 +0200
Re: [PATCH 3/3] arm64: dts: register Hi3660's thermal sensor "Wangtao (Kevin, Kirin)" <kevin.wangtao@hisilicon.com> - 2017-06-20 10:40 +0200
Re: [PATCH 3/3] arm64: dts: register Hi3660's thermal sensor Guodong Xu <guodong.xu@linaro.org> - 2017-06-21 04:00 +0200
[Patch v2 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 Tao Wang <kevin.wangtao@hisilicon.com> - 2017-06-22 05:50 +0200
Re: [Patch v2 2/3] thermal: hisilicon: add thermal sensor driver for Hi3660 Eduardo Valentin <edubezval@gmail.com> - 2017-07-01 05:10 +0200
[Patch v2 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Tao Wang <kevin.wangtao@hisilicon.com> - 2017-06-22 05:50 +0200
[Patch v2 3/3] arm64: dts: register Hi3660's thermal sensor Tao Wang <kevin.wangtao@hisilicon.com> - 2017-06-22 05:50 +0200
Re: [Patch v2 3/3] arm64: dts: register Hi3660's thermal sensor Eduardo Valentin <edubezval@gmail.com> - 2017-07-01 05:10 +0200
Re: [Patch v2 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Eduardo Valentin <edubezval@gmail.com> - 2017-07-01 05:10 +0200
Re: [PATCH 1/3] dt-bindings: Document the hi3660 thermal sensor bindings Wei Xu <xuwei5@hisilicon.com> - 2017-06-20 12:30 +0200
Re: [PATCH 1/3] dt-bindings: Document the hi3660 thermal sensor bindings "Wangtao (Kevin, Kirin)" <kevin.wangtao@hisilicon.com> - 2017-06-21 04:20 +0200
csiph-web