All of lore.kernel.org
 help / color / mirror / Atom feed
From: chenfeng <puck.chen@hisilicon.com>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: <linux-kernel@vger.kernel.org>, <puck.chen@aliyun.com>,
	<robh+dt@kernel.org>, <pawel.moll@arm.com>,
	<mark.rutland@arm.com>, <ijc+devicetree@hellion.org.uk>,
	<galak@codeaurora.org>
Subject: Re: [PATCH V6 RESEND 1/3] reset: hisilicon: document hisi-hi6220 reset controllers bindings
Date: Thu, 19 Nov 2015 09:54:05 +0800	[thread overview]
Message-ID: <564D2BBD.1030502@hisilicon.com> (raw)
In-Reply-To: <1447867678.23650.1.camel@pengutronix.de>



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 <puck.chen@hisilicon.com>
>> ---
>>  .../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
> 
> 
> 
> .
> 


      reply	other threads:[~2015-11-19  1:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-30  3:19 [PATCH V6 RESEND 1/3] reset: hisilicon: document hisi-hi6220 reset controllers bindings Chen Feng
2015-10-30  3:19 ` [PATCH V6 RESEND 2/3] reset: hi6220: Reset driver for hisilicon hi6220 SoC Chen Feng
2015-11-18 17:27   ` Philipp Zabel
2015-11-19  1:56     ` chenfeng
2015-10-30  3:19 ` [PATCH V6 RESEND 3/3] arm64: dts: Add reset dts config for Hisilicon Hi6220 SoC Chen Feng
2015-11-18 17:26 ` [PATCH V6 RESEND 1/3] reset: hisilicon: document hisi-hi6220 reset controllers bindings Philipp Zabel
2015-11-18 17:27 ` Philipp Zabel
2015-11-19  1:54   ` chenfeng [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=564D2BBD.1030502@hisilicon.com \
    --to=puck.chen@hisilicon.com \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=p.zabel@pengutronix.de \
    --cc=pawel.moll@arm.com \
    --cc=puck.chen@aliyun.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.