drivers: input: CHSC6X Driver
Added a driver for the CHSC6X chip used on the Seeed Studio Round Display for Xiao Signed-off-by: Nicolas Goualard <nicolas.goualard@sfr.fr>
This commit is contained in:
parent
cf265631c1
commit
d9fd292f4b
7 changed files with 172 additions and 0 deletions
|
@ -218,6 +218,12 @@
|
|||
int-gpios = <&test_gpio 0 0>;
|
||||
};
|
||||
|
||||
chsc6x@7 {
|
||||
compatible = "chipsemi,chsc6x";
|
||||
reg = <0x7>;
|
||||
irq-gpios = <&test_gpio 0 0>;
|
||||
};
|
||||
|
||||
pinnacle@2a {
|
||||
compatible = "cirque,pinnacle";
|
||||
reg = <0x2a>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue