Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752105AbdHONge (ORCPT ); Tue, 15 Aug 2017 09:36:34 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:3971 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751122AbdHONgd (ORCPT ); Tue, 15 Aug 2017 09:36:33 -0400 Subject: Re: [PATCH v3 00/10] arm64: dts: hi3660: add more device nodes To: Guodong Xu , , , , , , , , References: <20170814095049.27701-1-guodong.xu@linaro.org> CC: , , From: Wei Xu Message-ID: <5992F8C5.1030109@hisilicon.com> Date: Tue, 15 Aug 2017 14:36:05 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20170814095049.27701-1-guodong.xu@linaro.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.181.154] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090206.5992F8D1.00A0,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: d2df9f50115a70279990de5a29372d17 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1640 Lines: 60 Hi Guodong, On 2017/8/14 10:50, Guodong Xu wrote: > This patchset adds more device nodes for hi3660 and hikey960, including: > - cpu idle states > - L2 cache > - PMU > - OP-TEE > - reboot > - pstore > - DMA > - watchdog > > Patch 7 fixes an issue in mmc nodes, by adding 'reset' > Patch 8 change bluetooth uart max-speed to 3Mbps > > HiKey960 is one of 96boards. For details information about it, please > refer to [1]. > > === > Major changes in v3: > - update commit message of patch 1, as suggested by Daniel Lezcano > - add patch 10 for watchdog bindings > > Major changes in v2: > - add patch 8 to change bluetooth uart max-speed to 3Mbps > - add patch 9 for DMA node. > > [1] https://github.com/96boards/documentation/tree/master/ConsumerEdition/HiKey960 > > Guodong Xu (4): > arm64: dts: hikey960: Add support for syscon-reboot-mode > arm64: dts: hikey960: Add pstore support > arm64: dts: hi3660: Reset the mmc hosts > arm64: dts: hikey960: change bluetooth uart max-speed to 3mbps > > Leo Yan (3): > arm64: dts: hi3660: enable idle states > arm64: dts: hi3660: add L2 cache topology > arm64: dts: hi3660: enable watchdog > > Victor Chong (1): > arm64: dts: hikey960: Add optee node > > Wang Ruyi (1): > arm64: dts: hi3660: add bindings for DMA > > YiPing Xu (1): > arm64: dts: hi3660: add pmu dt node for hi3660 > > arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts | 37 +++++- > arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 130 ++++++++++++++++++++++ > 2 files changed, 166 insertions(+), 1 deletion(-) > Thanks! Series applied to the hisilicon dt tree. Best Regards, Wei