Skip to content

Commit b85ede8

Browse files
Gimcuan Huiglikely
authored andcommitted
devicenodes.rst: fixes reg property value mistake
In cpu1 node of this example, the reg property's value should be 1. Signed-off-by: Gimcuan Hui <[email protected]> Signed-off-by: Grant Likely <[email protected]>
1 parent 0c06c17 commit b85ede8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/devicenodes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ each with their own on-chip L2 and a shared L3.
718718
719719
cpu@1 {
720720
device_type = "cpu";
721-
reg = <0>;
721+
reg = <1>;
722722
cache-unified;
723723
cache-block-size = <32>;
724724
cache-size = <0x8000>; // L1, 32KB

0 commit comments

Comments
 (0)