mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
1ae88fd54c
Add a binding to Documentation/devicetree/bindings/powerpc/opal (oppanel-opal.txt) for the operator panel which is present on IBM Power Systems machines with FSPs. Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Stewart Smith <stewart@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
15 lines
374 B
Plaintext
15 lines
374 B
Plaintext
IBM OPAL Operator Panel Binding
|
|
-------------------------------
|
|
|
|
Required properties:
|
|
- compatible : Should be "ibm,opal-oppanel".
|
|
- #lines : Number of lines on the operator panel e.g. <0x2>.
|
|
- #length : Number of characters per line of the operator panel e.g. <0x10>.
|
|
|
|
Example:
|
|
oppanel {
|
|
compatible = "ibm,opal-oppanel";
|
|
#lines = <0x2>;
|
|
#length = <0x10>;
|
|
};
|