Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1376370

[PATCH V2 1/2] devicetree/bindings: Add binding for operator panel on FSP machines

From Suraj Jitindar Singh <sjitindarsingh@gmail.com>
Newsgroups linux.kernel
Subject [PATCH V2 1/2] devicetree/bindings: Add binding for operator panel on FSP machines
Date 2016-04-12 03:10 +0200
Message-ID <rmV07-72Q-23@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Add a binding to Documentation/devicetree/bindings/powerpc/opal
(oppanel-opal.txt) for the operator panel which is present on IBM
pseries machines with FSPs.

Signed-off-by: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
---
 .../devicetree/bindings/powerpc/opal/oppanel-opal.txt      | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/powerpc/opal/oppanel-opal.txt

diff --git a/Documentation/devicetree/bindings/powerpc/opal/oppanel-opal.txt b/Documentation/devicetree/bindings/powerpc/opal/oppanel-opal.txt
new file mode 100644
index 0000000..dffb791
--- /dev/null
+++ b/Documentation/devicetree/bindings/powerpc/opal/oppanel-opal.txt
@@ -0,0 +1,14 @@
+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>;
+	};
-- 
2.5.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH V2 1/2] devicetree/bindings: Add binding for operator panel on FSP machines Suraj Jitindar Singh <sjitindarsingh@gmail.com> - 2016-04-12 03:10 +0200
  [PATCH V2 2/2] powerpc/drivers: Add driver for operator panel on FSP machines Suraj Jitindar Singh <sjitindarsingh@gmail.com> - 2016-04-12 03:10 +0200
  Re: [PATCH V2 1/2] devicetree/bindings: Add binding for operator  panel on FSP machines Rob Herring <robh@kernel.org> - 2016-04-13 19:30 +0200

csiph-web