Skip to content

Commit 0c91b5f

Browse files
committed
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 <[email protected]>
1 parent 29c8b1d commit 0c91b5f

File tree

27 files changed

+0
-111
lines changed

27 files changed

+0
-111
lines changed

boards/arm/bl5340_dvk/bl5340_dvk_cpuapp_common.dtsi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
zephyr,bt-c2h-uart = &uart0;
1717
zephyr,display = &ili9340;
1818
zephyr,bt-hci-rpmsg-ipc = &ipc0;
19-
zephyr,keyboard-scan = &touch_controller;
2019
};
2120

2221
/* Main LEDs and buttons are on an I2C TCA9538 GPIO port expander */
@@ -107,7 +106,6 @@
107106
accel0 = &lis3dh;
108107
bbram0 = &extrtc0;
109108
spi-flash0 = &mx25r64;
110-
kscan0 = &touch_controller;
111109
};
112110
};
113111

@@ -153,10 +151,6 @@
153151
compatible = "focaltech,ft5336";
154152
reg = <0x38>;
155153
int-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
156-
157-
touch_controller: kscan-input {
158-
compatible = "zephyr,kscan-input";
159-
};
160154
};
161155

162156
bme680@76 {

boards/arm/mimxrt1050_evk/mimxrt1050_evk.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
aliases {
1919
led0 = &green_led;
2020
sw0 = &user_button;
21-
kscan0 = &kscan_input;
2221
watchdog0 = &wdog0;
2322
magn0 = &fxos8700;
2423
accel0 = &fxos8700;
@@ -35,7 +34,6 @@
3534
zephyr,flash = &s26ks512s0;
3635
zephyr,code-partition = &slot0_partition;
3736
zephyr,display = &lcdif;
38-
zephyr,keyboard-scan = &kscan_input;
3937
};
4038

4139
sdram0: memory@80000000 {
@@ -228,10 +226,6 @@ arduino_serial: &lpuart3 {
228226
compatible = "focaltech,ft5336";
229227
reg = <0x38>;
230228
int-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
231-
232-
kscan_input: kscan-input {
233-
compatible = "zephyr,kscan-input";
234-
};
235229
};
236230
};
237231

boards/arm/mimxrt1050_evk/mimxrt1050_evk.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ supported:
2626
- sdhc
2727
- spi
2828
- usb_device
29-
- kscan:touch
3029
- watchdog
3130
- adc

boards/arm/mimxrt1060_evk/mimxrt1060_evk.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
led0 = &green_led;
2020
pwm-led0 = &green_pwm_led;
2121
sw0 = &user_button;
22-
kscan0 = &kscan_input;
2322
watchdog0 = &wdog0;
2423
sdhc0 = &usdhc1;
2524
};
@@ -35,7 +34,6 @@
3534
zephyr,shell-uart = &lpuart1;
3635
zephyr,canbus = &flexcan3;
3736
zephyr,display = &lcdif;
38-
zephyr,keyboard-scan = &kscan_input;
3937
};
4038

4139
sdram0: memory@80000000 {
@@ -204,10 +202,6 @@ arduino_i2c: &lpi2c1 {
204202
compatible = "focaltech,ft5336";
205203
reg = <0x38>;
206204
int-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
207-
208-
kscan_input: kscan-input {
209-
compatible = "zephyr,kscan-input";
210-
};
211205
};
212206
};
213207

boards/arm/mimxrt1060_evk/mimxrt1060_evk.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ supported:
2828
- sdhc
2929
- spi
3030
- usb_device
31-
- kscan:touch
3231
- dma
3332
- can
3433
- watchdog

boards/arm/mimxrt1060_evk/mimxrt1060_evkb.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ supported:
2727
- sdhc
2828
- spi
2929
- usb_device
30-
- kscan:touch
3130
- dma
3231
- can
3332
- watchdog

boards/arm/mimxrt1064_evk/mimxrt1064_evk.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
led0 = &green_led;
2020
pwm-led0 = &green_pwm_led;
2121
sw0 = &user_button;
22-
kscan0 = &kscan_input;
2322
watchdog0 = &wdog0;
2423
sdhc0 = &usdhc1;
2524
};
@@ -35,7 +34,6 @@
3534
zephyr,shell-uart = &lpuart1;
3635
zephyr,canbus = &flexcan2;
3736
zephyr,display = &lcdif;
38-
zephyr,keyboard-scan = &kscan_input;
3937
};
4038

4139
sdram0: memory@80000000 {
@@ -167,10 +165,6 @@ arduino_i2c: &lpi2c1 {};
167165
compatible = "focaltech,ft5336";
168166
reg = <0x38>;
169167
int-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
170-
171-
kscan_input: kscan-input {
172-
compatible = "zephyr,kscan-input";
173-
};
174168
};
175169
};
176170

boards/arm/mimxrt1064_evk/mimxrt1064_evk.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ supported:
2929
- spi
3030
- usb_device
3131
- video
32-
- kscan:touch
3332
- can
3433
- watchdog
3534
- adc

boards/arm/mimxrt1170_evk/mimxrt1170_evk_cm7.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ supported:
2222
- gpio
2323
- hwinfo
2424
- i2c
25-
- kscan:touch
2625
- mipi_dsi
2726
- netif:eth
2827
- pwm

boards/arm/mimxrt1170_evk/mimxrt1170_evkb_cm7.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ supported:
2222
- gpio
2323
- hwinfo
2424
- i2c
25-
- kscan:touch
2625
- mipi_dsi
2726
- spi
2827
- usb_device

0 commit comments

Comments
 (0)