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:
Fabian Blatz 2023-07-16 21:24:42 +02:00 committed by Carles Cufí
commit e1e4fcc701
3 changed files with 32 additions and 30 deletions

View file

@ -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_*).