[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191005101345.146460-1-ikjn@chromium.org>
Date: Sat, 5 Oct 2019 18:13:45 +0800
From: Ikjoon Jang <ikjn@...omium.org>
To: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>,
Benson Leung <bleung@...omium.org>,
Enric Balletbo i Serra <enric.balletbo@...labora.com>,
Guenter Roeck <groeck@...omium.org>,
Brian Norris <briannorris@...omium.org>,
Enrico Granata <egranata@...gle.com>,
Ting Shen <phoenixshen@...omium.org>,
Nicolas Boichat <drinkcat@...omium.org>,
Ikjoon Jang <ikjn@...omium.org>
Subject: [PATCH 1/3] dt-bindings: input: Add DT bindings for Whiskers switch
Add the DT binding document for Hammer's TABLET_MODE switch.
Signed-off-by: Ikjoon Jang <ikjn@...omium.org>
---
.../devicetree/bindings/input/cros-cbas.yaml | 22 +++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/cros-cbas.yaml
diff --git a/Documentation/devicetree/bindings/input/cros-cbas.yaml b/Documentation/devicetree/bindings/input/cros-cbas.yaml
new file mode 100644
index 000000000000..3bc989c6a295
--- /dev/null
+++ b/Documentation/devicetree/bindings/input/cros-cbas.yaml
@@ -0,0 +1,22 @@
+# SPDX-License-Identifier: GPL-2.0
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/input/cros-cbas.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: ChromeOS Hammer's Base Attached Switch
+
+maintainers:
+ - Dmitry Torokhov <dmitry.torokhov@...il.com>
+
+description:
+ This device is used to signal when a detachable base is attached to a
+ Chrome OS tablet. The node for this device must be under a cros-ec node
+ like google,cros-ec-spi or google,cros-ec-i2c.
+
+properties:
+ compatible:
+ const: google,cros-cbas
+
+required:
+ - compatible
--
2.23.0.581.g78d2f28ef7-goog
Powered by blists - more mailing lists