Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1556934

Re: [PATCH] Documentation: dt: reset: Revise typos in TI syscon reset example

From Rob Herring <robh@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH] Documentation: dt: reset: Revise typos in TI syscon reset example
Date 2017-01-11 22:20 +0100
Message-ID <sYytj-3x3-21@gated-at.bofh.it> (permalink)
References <sXNNM-8cK-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Jan 09, 2017 at 01:28:14PM -0600, Suman Anna wrote:
> Fix couple of typos in the example given in the TI syscon reset
> binding. The ti,reset-bits used for DSP0 are corrected to match
> the values that will be used in the actual DT node.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>
> ---
> Hi Philipp,
> 
> This is the Documentation part fix that goes along with
> the ti-syscon-reset fix that you have on your next branch.
> I will be submitting the DT nodes very soon
> 
> regards
> Suman
> 
>  Documentation/devicetree/bindings/reset/ti-syscon-reset.txt | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/reset/ti-syscon-reset.txt b/Documentation/devicetree/bindings/reset/ti-syscon-reset.txt
> index 164c7f34c451..21ba739b162e 100644
> --- a/Documentation/devicetree/bindings/reset/ti-syscon-reset.txt
> +++ b/Documentation/devicetree/bindings/reset/ti-syscon-reset.txt
> @@ -63,7 +63,7 @@ Example:
>  --------
>  The following example demonstrates a syscon node, the reset controller node
>  using the syscon node, and a consumer (a DSP device) on the TI Keystone 2
> -Edison SoC.
> +66AK2E SoC.
>  
>  / {
>  	soc {
> @@ -71,13 +71,13 @@ Edison SoC.
>  			compatible = "syscon", "simple-mfd";
>  			reg = <0x02350000 0x1000>;
>  
> -			pscrst: psc-reset {
> +			pscrst: psc-reset-controller {

Really, this should be just 'reset-controller'.

Rob

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] Documentation: dt: reset: Revise typos in TI syscon reset example Suman Anna <s-anna@ti.com> - 2017-01-09 20:30 +0100
  Re: [PATCH] Documentation: dt: reset: Revise typos in TI syscon  reset example Rob Herring <robh@kernel.org> - 2017-01-11 22:20 +0100
    Re: [PATCH] Documentation: dt: reset: Revise typos in TI syscon reset  example Suman Anna <s-anna@ti.com> - 2017-01-11 23:00 +0100
  [PATCH v2] Documentation: dt: reset: Revise typos in TI syscon reset example Suman Anna <s-anna@ti.com> - 2017-01-12 04:10 +0100
    Re: [PATCH v2] Documentation: dt: reset: Revise typos in TI syscon  reset example Philipp Zabel <p.zabel@pengutronix.de> - 2017-01-12 12:00 +0100

csiph-web