Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

Suraj Jitindar Singh and committed by
Michael Ellerman
1ae88fd5 ad42de85

+14
+14
Documentation/devicetree/bindings/powerpc/opal/oppanel-opal.txt
··· 1 + IBM OPAL Operator Panel Binding 2 + ------------------------------- 3 + 4 + Required properties: 5 + - compatible : Should be "ibm,opal-oppanel". 6 + - #lines : Number of lines on the operator panel e.g. <0x2>. 7 + - #length : Number of characters per line of the operator panel e.g. <0x10>. 8 + 9 + Example: 10 + oppanel { 11 + compatible = "ibm,opal-oppanel"; 12 + #lines = <0x2>; 13 + #length = <0x10>; 14 + };