Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1433438 > unrolled thread
| Started by | Suraj Jitindar Singh <sjitindarsingh@gmail.com> |
|---|---|
| First post | 2016-06-29 06:50 +0200 |
| Last post | 2016-06-30 14:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH V5 1/3] devicetree/bindings: Add binding for operator panel on FSP machines Suraj Jitindar Singh <sjitindarsingh@gmail.com> - 2016-06-29 06:50 +0200
Re: [V5, 1/3] devicetree/bindings: Add binding for operator panel on FSP machines Michael Ellerman <mpe@ellerman.id.au> - 2016-06-30 14:40 +0200
| From | Suraj Jitindar Singh <sjitindarsingh@gmail.com> |
|---|---|
| Date | 2016-06-29 06:50 +0200 |
| Subject | [PATCH V5 1/3] devicetree/bindings: Add binding for operator panel on FSP machines |
| Message-ID | <rPePo-7su-7@gated-at.bofh.it> |
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>
---
Change Log:
V1 -> V2:
- Nothing
V2 -> V3:
- Change "IBM pseries machines" to "IBM Power Systems machines"
in the commit message for improved clarity.
V3 -> V5:
- Nothing
---
.../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.5
[toc] | [next] | [standalone]
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Date | 2016-06-30 14:40 +0200 |
| Subject | Re: [V5, 1/3] devicetree/bindings: Add binding for operator panel on FSP machines |
| Message-ID | <rPJqa-18W-43@gated-at.bofh.it> |
| In reply to | #1433438 |
On Wed, 2016-29-06 at 03:38:37 UTC, Suraj Jitindar Singh wrote: > 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> Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/1ae88fd54c3ac31f68f91e37f7 cheers
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web