Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ae88fd5 authored by Suraj Jitindar Singh's avatar Suraj Jitindar Singh Committed by Michael Ellerman
Browse files

devicetree/bindings: Add binding for operator panel on FSP machines



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: default avatarSuraj Jitindar Singh <sjitindarsingh@gmail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarStewart Smith <stewart@linux.vnet.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent ad42de85
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
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>;
	};