From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933554AbbKSBy1 (ORCPT ); Wed, 18 Nov 2015 20:54:27 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:31810 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932461AbbKSByT (ORCPT ); Wed, 18 Nov 2015 20:54:19 -0500 Subject: Re: [PATCH V6 RESEND 1/3] reset: hisilicon: document hisi-hi6220 reset controllers bindings To: Philipp Zabel References: <1446175164-116524-1-git-send-email-puck.chen@hisilicon.com> <1447867678.23650.1.camel@pengutronix.de> CC: , , , , , , From: chenfeng Message-ID: <564D2BBD.1030502@hisilicon.com> Date: Thu, 19 Nov 2015 09:54:05 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1447867678.23650.1.camel@pengutronix.de> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.142.192.172] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A010205.564D2BC4.0159,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: a66e2484b6630aa2ec9fda6289ffb342 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/11/19 1:27, Philipp Zabel wrote: > Am Freitag, den 30.10.2015, 11:19 +0800 schrieb Chen Feng: >> Add DT bindings documentation for hi6220 SoC reset controller. >> >> Signed-off-by: Chen Feng >> --- >> .../bindings/reset/hisilicon,hi6220-reset.txt | 34 +++++++++++ >> include/dt-bindings/reset/hisi,hi6220-resets.h | 67 ++++++++++++++++++++++ >> 2 files changed, 101 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt >> create mode 100644 include/dt-bindings/reset/hisi,hi6220-resets.h >> >> diff --git a/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt b/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt >> new file mode 100644 >> index 0000000..c74898d >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/reset/hisilicon,hi6220-reset.txt >> @@ -0,0 +1,34 @@ >> +Hisilicon System Reset Controller >> +====================================== >> + >> +Please also refer to reset.txt in this directory for common reset >> +controller binding usage. >> + >> +The reset controller registers are part of the system-ctl block on >> +hi6220 SoC. >> + >> +Required properties: >> +- compatible: may be "hisilicon,hi6220-sysctrl" >> +- reg: should be register base and length as documented in the >> + datasheet >> +- #reset-cells: 1, see below >> + >> +Example: >> +sys_ctrl: sys_ctrl@f7030000 { >> + compatible = "hisilicon,hi6220-sysctrl", "syscon"; >> + reg = <0x0 0xf7030000 0x0 0x2000>; >> + #clock-cells = <1>; >> + #reset-cells = <1>; >> +}; >> + >> +Specifying reset lines connected to IP modules >> +============================================== >> +example: >> + >> + uart1: uart1@..... { > > uart1: serial@... > Thanks, I will change this soon. > regards > Philipp > > > > . >