input: remove cap1203 kscan-like state report
Previously the driver was retrofitted to the kscan api, handling it as a input device with one row and three columns. With the move to the input subsystem each input can have its proper input code instead. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
parent
1d56b8e2aa
commit
e1e4fcc701
3 changed files with 32 additions and 30 deletions
|
@ -10,3 +10,9 @@ include: i2c-device.yaml
|
|||
properties:
|
||||
int-gpios:
|
||||
type: phandle-array
|
||||
|
||||
input-codes:
|
||||
type: array
|
||||
required: true
|
||||
description: |
|
||||
Array of input event key codes (INPUT_KEY_* or INPUT_BTN_*).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue