mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 01:30:55 +07:00
d907849e0d
This patch adds device trees for describing the TI-Nspire hardware. Changes between v1 and v2: * Change "keymap" binding to the standard "linux,keymap" binding. Signed-off-by: Daniel Tang <dt.tangr@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
15 lines
314 B
Plaintext
15 lines
314 B
Plaintext
TI-NSPIRE calculators
|
|
|
|
Required properties:
|
|
- compatible: Compatible property value should contain "ti,nspire".
|
|
CX models should have "ti,nspire-cx"
|
|
Touchpad models should have "ti,nspire-tp"
|
|
Clickpad models should have "ti,nspire-clp"
|
|
|
|
Example:
|
|
|
|
/ {
|
|
model = "TI-NSPIRE CX";
|
|
compatible = "ti,nspire-cx";
|
|
...
|