I'm trying to get the touchscreen to work on a Q8 tablet. Using this from the fex linked here https://linux-sunxi.org/Q8#Linux_Kernel as reference: ``` [autotp0] tpaddr = 63 tpname = "ft5x_ts" tpreset = 0 tpdelay = 800 tpreg = 9 tpvaule = 0 tpupdate = 0 ``` I did this ``` &touchscreen { compatible = "edt,edt-ft5506"; status = "okay"; }; ```