input: convert kscan_mchp_xec.c driver to input
Convert the XEC keyboard scanning driver from kscan to input, add the corresponding kscan compatibility node to the current board, build test only. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
3b50237699
commit
ddd2cf1fdc
17 changed files with 146 additions and 158 deletions
|
@ -4,17 +4,19 @@
|
|||
|
||||
description: Microchip XEC keyboard matrix controller
|
||||
|
||||
compatible: "microchip,xec-kscan"
|
||||
compatible: "microchip,xec-kbd"
|
||||
|
||||
include: [kscan.yaml, pinctrl-device.yaml]
|
||||
include: [base.yaml, pinctrl-device.yaml]
|
||||
|
||||
properties:
|
||||
"#address-cells":
|
||||
required: true
|
||||
const: 1
|
||||
|
||||
"#size-cells":
|
||||
type: int
|
||||
const: 0
|
||||
|
||||
reg:
|
||||
required: true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue