b19509a8fa
Initial starting point to get the device booting. The downstream kernel repository can be improved, see discussion in the merge request. [ci:skip-build]: already built successfully in CI
4 lines
91 B
Bash
4 lines
91 B
Bash
#!/bin/sh
|
|
|
|
# enable touchscreen
|
|
echo 1 > /sys/devices/soc/78b7000.i2c/i2c-3/3-0020/drv_irq
|