summaryrefslogtreecommitdiffstats
path: root/doc/device-tree/ibm,opal.rst
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-07-27 17:43:22 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-02 18:12:48 +1000
commitcc0b26be39dccadc566ffae09de51cf0df9a7e6d (patch)
tree6907f7a688df692b0f53caf55e1363a5374a324f /doc/device-tree/ibm,opal.rst
parent2508842810bde928b6d8c39151da26cdbc738ae5 (diff)
downloadblackbird-skiboot-cc0b26be39dccadc566ffae09de51cf0df9a7e6d.tar.gz
blackbird-skiboot-cc0b26be39dccadc566ffae09de51cf0df9a7e6d.zip
doc/device-tree: fix ReStructured Text syntax
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/device-tree/ibm,opal.rst')
-rw-r--r--doc/device-tree/ibm,opal.rst20
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/device-tree/ibm,opal.rst b/doc/device-tree/ibm,opal.rst
index 3b90b5ba..3ef8c2f8 100644
--- a/doc/device-tree/ibm,opal.rst
+++ b/doc/device-tree/ibm,opal.rst
@@ -1,26 +1,30 @@
- ibm,opal {
+ibm,opal
+========
+::
+
+ ibm,opal {
#address-cells = <0x0>;
#size-cells = <0x0>;
compatible = "ibm,opal-v2", "ibm,opal-v3";
-; v2 is maintained for possible compatibility with very, very old kernels
-; it will go away at some point in the future. Detect and rely on ibm,opal-v3
-; ibm,opal-v2 is *NOT* present on POWER9 and above.
+ ; v2 is maintained for possible compatibility with very, very old kernels
+ ; it will go away at some point in the future. Detect and rely on ibm,opal-v3
+ ; ibm,opal-v2 is *NOT* present on POWER9 and above.
ibm,associativity-reference-points = <0x4 0x3>;
ibm,heartbeat-ms = <0x7d0>;
-; how often any OPAL call needs to be made to avoid a watchdog timer on BMC
-; from kicking in
+ ; how often any OPAL call needs to be made to avoid a watchdog timer on BMC
+ ; from kicking in
ibm,opal-memcons = <0x0 0x3007a000>;
-; location of in memory OPAL console buffer.
+ ; location of in memory OPAL console buffer.
ibm,opal-trace-mask = <0x0 0x3008c3f0>;
ibm,opal-traces = <0x0 0x3007b010 0x0 0x10077 0x0 0x3b001010 0x0 0x1000a7 0x0 0x3b103010 0x0 0x1000a7 0x0 0x3b205010 0x0 0x1000a7 0x0 0x3b307010 0x0 0x1000a7 0x0 0x3b409010 0x0 0x1000a7 0x10 0x1801010 0x0 0x1000a7 0x10 0x1903010 0x0 0x1000a7 0x10 0x1a05010 0x0 0x1000a7 0x10 0x1b07010 0x0 0x1000a7 0x10 0x1c09010 0x0 0x1000a7 0x10 0x1d0b010 0x0 0x1000a7 0x10 0x1e0d010 0x0 0x1000a7 0x10 0x1f0f010 0x0 0x1000a7 0x10 0x2011010 0x0 0x1000a7 0x10 0x2113010 0x0 0x1000a7 0x10 0x2215010 0x0 0x1000a7 0x10 0x2317010 0x0 0x1000a7 0x10 0x2419010 0x0 0x1000a7 0x10 0x251b010 0x0 0x1000a7 0x10 0x261d010 0x0 0x1000a7>;
-; see docs on tracing
+ ; see docs on tracing
linux,phandle = <0x10000003>;
opal-base-address = <0x0 0x30000000>;
OpenPOWER on IntegriCloud