drivers: ht16k33: convert keyscan driver from gpio API to kscan API
Convert the keyscan portion of the Holtek HT16K33 driver to adhere to the kscan API instead of the GPIO API. When this driver was introduced the kscan API was not present. The keyscan driver was therefore implemented as a GPIO interrupt driver. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
7e52ee7fe1
commit
588d22a755
17 changed files with 153 additions and 391 deletions
11
dts/bindings/kscan/holtek,ht16k33-keyscan.yaml
Normal file
11
dts/bindings/kscan/holtek,ht16k33-keyscan.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
description: Holtek HT16K33 keyscan
|
||||
|
||||
compatible: "holtek,ht16k33-keyscan"
|
||||
|
||||
include: base.yaml
|
||||
|
||||
on-bus: ht16k33
|
||||
|
||||
properties:
|
||||
label:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue