* [PATCH] devicenodes.rst: fixes reg property value mistake
@ 2017-11-26 7:21 Gimcuan Hui
0 siblings, 0 replies; 3+ messages in thread
From: Gimcuan Hui @ 2017-11-26 7:21 UTC (permalink / raw)
To: Gimcuan Hui; +Cc: devicetree-spec-u79uwXL29TY76Z2rM5mHXA
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] devicenodes.rst: fixes reg property value mistake
@ 2017-11-26 7:28 Gimcuan Hui
[not found] ` <20171126072836.13935-1-gimcuan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Gimcuan Hui @ 2017-11-26 7:28 UTC (permalink / raw)
To: Grant Likely, Rob Herring; +Cc: devicetree-spec-u79uwXL29TY76Z2rM5mHXA
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] devicenodes.rst: fixes reg property value mistake
[not found] ` <20171126072836.13935-1-gimcuan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-11-27 15:51 ` Grant Likely
0 siblings, 0 replies; 3+ messages in thread
From: Grant Likely @ 2017-11-27 15:51 UTC (permalink / raw)
To: Gimcuan Hui; +Cc: Rob Herring, devicetree-spec-u79uwXL29TY76Z2rM5mHXA
On Sun, Nov 26, 2017 at 7:28 AM, Gimcuan Hui <gimcuan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> In cpu1 node of this example, the reg property's value should be 1.
>
> Signed-off-by: Gimcuan Hui <gimcuan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Applied, thanks.
g.
> ---
> 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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-11-27 15:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-26 7:21 [PATCH] devicenodes.rst: fixes reg property value mistake Gimcuan Hui
-- strict thread matches above, loose matches on Subject: below --
2017-11-26 7:28 Gimcuan Hui
[not found] ` <20171126072836.13935-1-gimcuan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-27 15:51 ` Grant Likely
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 NNTP newsgroup(s).