Re: [PATCH v4 1/2] dt-bindings: input: Create macros for cros-ec keymap

2021-01-13 Thread Rob Herring
On Fri, 08 Jan 2021 17:23:31 -0800, Philip Chen wrote: > In Chrome OS, the keyboard matrix can be split to two groups: > > The keymap for the top row keys can be customized based on OEM > preference, while the keymap for the other keys is generic/fixed > across boards. > > This patch creates

Re: [PATCH v4 1/2] dt-bindings: input: Create macros for cros-ec keymap

2021-01-11 Thread Stephen Boyd
Quoting Philip Chen (2021-01-08 17:23:31) > In Chrome OS, the keyboard matrix can be split to two groups: > > The keymap for the top row keys can be customized based on OEM > preference, while the keymap for the other keys is generic/fixed > across boards. > > This patch creates marcos for the

[PATCH v4 1/2] dt-bindings: input: Create macros for cros-ec keymap

2021-01-08 Thread Philip Chen
In Chrome OS, the keyboard matrix can be split to two groups: The keymap for the top row keys can be customized based on OEM preference, while the keymap for the other keys is generic/fixed across boards. This patch creates marcos for the keymaps of these two groups, making it easier to reuse