diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-01-28 19:02:05 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-01-28 19:52:43 +1100 |
commit | e1503c4bea0a3e428d3befe9bdf6e9004c28882b (patch) | |
tree | 9eb76a9c10a69a20ef796b991e21e4976d0efee9 /doc | |
parent | c4fc9baf447062d1e6c6bb2d97c6d0d714fdc666 (diff) | |
download | skiboot-e1503c4bea0a3e428d3befe9bdf6e9004c28882b.zip skiboot-e1503c4bea0a3e428d3befe9bdf6e9004c28882b.tar.gz skiboot-e1503c4bea0a3e428d3befe9bdf6e9004c28882b.tar.bz2 |
Document the device-tree entries for the operator panel
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-tree/ibm,opal/oppanel.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/device-tree/ibm,opal/oppanel.txt b/doc/device-tree/ibm,opal/oppanel.txt new file mode 100644 index 0000000..74a4d09 --- /dev/null +++ b/doc/device-tree/ibm,opal/oppanel.txt @@ -0,0 +1,21 @@ +Operator Panel (oppanel) +------------------------ + +oppanel { + compatible = "ibm,opal-oppanel"; + #lines = <0x2>; + #length = <0x10>; +}; + +The Operator Panel is a device for displaying small amounts of textual +data to an administrator. On IBM POWER8 systems with an FSP, this is a +small 16x2 LCD panel that can be viewed either from the Web UI of the FSP +(known as ASM) or by physically going to the machine and looking at the +panel. + +The operator panel does not have to be present. + +If it is, there are OPAL calls to read and write to it. + +The device tree entry is so that the host OS knows the size of the panel +and can pass buffers of the appropriate size to the OPAL calls. |