summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/input/matrix-keymap.txt
Commit message (Collapse)AuthorAgeFilesLines
* dt-bindings: input: Convert matrix-keymap to json-schemaAnson Huang2020-07-091-27/+1
| | | | | | | | Convert the matrix-keymap binding to DT schema format using json-schema Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Link: https://lore.kernel.org/r/1592285467-18371-1-git-send-email-Anson.Huang@nxp.com Signed-off-by: Rob Herring <robh@kernel.org>
* input: Extend matrix-keypad device tree bindingSimon Glass2013-02-081-0/+8
| | | | | | | | | | | | | | | | Some matrix keypad drivers can support different numbers of rows and columns. Add a generic binding for these. Implementation note: In order to implement this binding in the kernel, we will need to modify matrix_keypad_() to look up the number of rows and cols in the keymap. Perhaps this could be done by passing 0 for these parameters? Many of the parameters can already be set to NULL. Ick. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Input: of_keymap - add device tree bindings for simple key matricesOlof Johansson2012-03-131-0/+19
This adds a simple device tree binding for simple key matrix data and a helper to fill in the platform data. Signed-off-by: Olof Johansson <olof@lixom.net> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>