diff mbox series

[11/18] doc/dt: Fix memory-heirachy block

Message ID 20191209011448.19319-11-oohall@gmail.com
State Accepted
Headers show
Series [01/18] doc: Add skiboot-5.2.0 ref | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch warning Failed to apply on branch master (d75e82dbfbb9443efeb3f9a5921ac23605aab469)
snowpatch_ozlabs/apply_patch fail Failed to apply to any branch

Commit Message

Oliver O'Halloran Dec. 9, 2019, 1:14 a.m. UTC
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 doc/device-tree/memory-hierarchy.rst | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)
diff mbox series

Patch

diff --git a/doc/device-tree/memory-hierarchy.rst b/doc/device-tree/memory-hierarchy.rst
index 1da0c54d2a5b..c3c1d03490d4 100644
--- a/doc/device-tree/memory-hierarchy.rst
+++ b/doc/device-tree/memory-hierarchy.rst
@@ -7,18 +7,20 @@  traverse from chip to DIMM like below:
   xscom@<addr>/mcbist@<mcbist_id>/mcs@<mcs_id>/mca@<mca_id>/dimm@<resource_id>
 
 Example of dimm node:
+
 .. code-block:: dts
 
-  dimm@d00e {
-          memory-id = <0xc>; /* DRAM Device Type. 0xc = DDR4 */
-          product-version = <0x32>; /* Module Revision Code */
-          device_type = "memory-dimm-ddr4";
-          serial-number = <0x15d9ad1c>;
-          status = "okay";
-          size = <0x4000>;
-          phandle = <0xd2>;
-          ibm,loc-code = "UOPWR.0000000-Node0-DIMM14";
-          part-number = "36ASF2G72PZ-2G6B2   ";
-          reg = <0xd00e>;
-          manufacturer-id = <0x802c>; /* Vendor ID, we can get vendor name from this ID */
-  };
+    dimm@d00e {
+            memory-id = <0xc>; /* DRAM Device Type. 0xc = DDR4 */
+            product-version = <0x32>; /* Module Revision Code */
+            device_type = "memory-dimm-ddr4";
+            serial-number = <0x15d9ad1c>;
+            status = "okay";
+            size = <0x4000>;
+            phandle = <0xd2>;
+            ibm,loc-code = "UOPWR.0000000-Node0-DIMM14";
+            part-number = "36ASF2G72PZ-2G6B2   ";
+            reg = <0xd00e>;
+            manufacturer-id = <0x802c>; /* Vendor ID, we can get vendor name from this ID */
+    };
+