Part Number: AM3358
Tool/software: Linux
Next problem is the touchscreen. Hardware worked with SDK 3.2 but after updating to SDK 4.3 I don't see any events with evtest. I'm using the same dts file as with SDK 3.2
The tsc module is loaded:
lsmod Module Size Used by bc_example 7262 0 pvrsrvkm 403500 1 bc_example ti_emif_sram 5663 0 rtc_omap 9662 0 omap_wdt 4634 0 ti_am335x_tsc 5965 0
dmesg | grep -i tsc [ 7.400112] input: ti-tsc as /devices/platform/ocp/44e0d000.tscadc/TI-am335x-tsc/input/input0
&tscadc { status = "okay"; tsc { ti,wires = <5>; ti,x-plate-resistance = <200>; ti,coordinate-readouts = <5>; ti,wire-config = <0x00 0x11 0x22 0x33>; ti,charge-delay = <0x400>; }; adc { ti,adc-channels = <5 6 7>; }; };
So what am I missing this time?