[PATCH] devicenodes.rst: fixes reg property value mistake

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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

Signed-off-by: Gimcuan Hui <gimcuan@xxxxxxxxx>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe devicetree-spec" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Device Tree]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux Audio Users]     [Photos]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]

  Powered by Linux