devicetree-spec.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gimcuan Hui <gimcuan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Gimcuan Hui <gimcuan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH] devicenodes.rst: fixes reg property value mistake
Date: Sun, 26 Nov 2017 07:21:12 +0000	[thread overview]
Message-ID: <20171126072112.13678-1-gimcuan@gmail.com> (raw)

In cpu1 node of this example, the reg property's value should be 1.

Signed-off-by: Gimcuan Hui <gimcuan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 source/devicenodes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/devicenodes.rst b/source/devicenodes.rst
index bf82114..37db79b 100644
--- a/source/devicenodes.rst
+++ b/source/devicenodes.rst
@@ -718,7 +718,7 @@ each with their own on-chip L2 and a shared L3.
 
         cpu@1 {
             device_type = "cpu";
-            reg = <0>;
+            reg = <1>;
             cache-unified;
             cache-block-size = <32>;
             cache-size = <0x8000>; // L1, 32KB
-- 
2.11.0

             reply	other threads:[~2017-11-26  7:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-26  7:21 Gimcuan Hui [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-26  7:28 [PATCH] devicenodes.rst: fixes reg property value mistake Gimcuan Hui
     [not found] ` <20171126072836.13935-1-gimcuan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-27 15:51   ` Grant Likely

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=20171126072112.13678-1-gimcuan@gmail.com \
    --to=gimcuan-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).