boards: Remove touch input kscan nodes
Change boards and shields and remove kscan nodes in favor of the "zephyr,lvgl-pointer-input" compatible. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
This commit is contained in:
parent
10ca5216bb
commit
ccdb667068
27 changed files with 0 additions and 111 deletions
|
@ -19,7 +19,6 @@
|
|||
led0 = &green_led;
|
||||
pwm-led0 = &green_pwm_led;
|
||||
sw0 = &user_button;
|
||||
kscan0 = &kscan_input;
|
||||
watchdog0 = &wdog0;
|
||||
sdhc0 = &usdhc1;
|
||||
};
|
||||
|
@ -35,7 +34,6 @@
|
|||
zephyr,shell-uart = &lpuart1;
|
||||
zephyr,canbus = &flexcan2;
|
||||
zephyr,display = &lcdif;
|
||||
zephyr,keyboard-scan = &kscan_input;
|
||||
};
|
||||
|
||||
sdram0: memory@80000000 {
|
||||
|
@ -167,10 +165,6 @@ arduino_i2c: &lpi2c1 {};
|
|||
compatible = "focaltech,ft5336";
|
||||
reg = <0x38>;
|
||||
int-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
|
||||
|
||||
kscan_input: kscan-input {
|
||||
compatible = "zephyr,kscan-input";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue