diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-10-28 16:10:51 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-10-28 17:07:47 +1100 |
commit | d7e4438644e8cb6941906c110d74f83d0b161386 (patch) | |
tree | 0913f12834bfb27adf841a01d147cf4d29d51fd3 /doc/opal-api | |
parent | 60b1eb9a6aad0365a6bd3f2e3a265a702b09e36f (diff) | |
download | skiboot-d7e4438644e8cb6941906c110d74f83d0b161386.zip skiboot-d7e4438644e8cb6941906c110d74f83d0b161386.tar.gz skiboot-d7e4438644e8cb6941906c110d74f83d0b161386.tar.bz2 |
doc: link OPAL_HANDLE_INTERRUPT docs to ibm,opal DT
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/opal-api')
-rw-r--r-- | doc/opal-api/opal-handle-interrupt.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/opal-api/opal-handle-interrupt.rst b/doc/opal-api/opal-handle-interrupt.rst index 11f53b5..36f5d3a 100644 --- a/doc/opal-api/opal-handle-interrupt.rst +++ b/doc/opal-api/opal-handle-interrupt.rst @@ -1,8 +1,7 @@ OPAL_HANDLE_INTERRUPT ===================== -The host OS must pass all interrupts in ``ibm,opal/opal-interrupts`` in the -device tree to OPAL. +The host OS must pass all interrupts in the `opal-interrupts` property of :ref:`device-tree/ibm,opal` in the device tree to OPAL. An example dt snippet is: |