[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201221174751.1.I025fb861cd5fa0ef5286b7dce514728e9df7ae74@changeid>
Date: Mon, 21 Dec 2020 17:47:57 -0800
From: Philip Chen <philipchen@...omium.org>
To: LKML <linux-kernel@...r.kernel.org>
Cc: dtor@...omium.org, swboyd@...omium.org, dianders@...omium.org,
rajatja@...omium.org, Philip Chen <philipchen@...omium.org>,
Benson Leung <bleung@...omium.org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Enric Balletbo i Serra <enric.balletbo@...labora.com>,
Guenter Roeck <groeck@...omium.org>,
Rob Herring <robh+dt@...nel.org>,
Simon Glass <sjg@...omium.org>, devicetree@...r.kernel.org,
linux-input@...r.kernel.org
Subject: [PATCH 1/3] dt-bindings: input: cros-ec-keyb: Add a new property
This patch adds a new property `google,custom-keyb-top-row` to the
device tree for the custom keyboard top row design.
Signed-off-by: Philip Chen <philipchen@...omium.org>
---
.../devicetree/bindings/input/google,cros-ec-keyb.yaml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml b/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml
index 8e50c14a9d778..f105eae1cf445 100644
--- a/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml
+++ b/Documentation/devicetree/bindings/input/google,cros-ec-keyb.yaml
@@ -31,6 +31,13 @@ properties:
if the EC does not have its own logic or hardware for this.
type: boolean
+ google,custom-keyb-top-row:
+ $ref: '/schemas/types.yaml#/definitions/uint16-array'
+ description: |
+ An ordered u16 array containing the action keycode values of the function
+ keys, from left to right. Specified only when the board has a custom
+ design for the top row keys on the keyboard.
+
required:
- compatible
--
2.26.2
Powered by blists - more mailing lists