summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2018-10-18 00:52:08 -0500
committerPraneeth Bajjuri2018-10-17 19:11:38 -0500
commit9221153dd5e8e6906d8b2ed1a72f0b1018faebbe (patch)
tree7000aa9d00912318f1233077a2117b250aaeeb6f
parent81187c857c804a4fb1e25d38183936109bd0e02e (diff)
downloaddevice-ti-am65xevm-9221153dd5e8e6906d8b2ed1a72f0b1018faebbe.tar.gz
device-ti-am65xevm-9221153dd5e8e6906d8b2ed1a72f0b1018faebbe.tar.xz
device-ti-am65xevm-9221153dd5e8e6906d8b2ed1a72f0b1018faebbe.zip
am65xevm: move touchscreen to later boot stage
having touchscreen driver loaded at early-init stage causing dialog box appear on home screen "System not responding and contact device manufacturer" moving touschreen to post boot complete for now. This issue is seen and reported on touchscreen on am57x gpevm and idk too. and seems to be due to android input subsystem not ready in time. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--init.am65xevmboard.rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.am65xevmboard.rc b/init.am65xevmboard.rc
index e829ba3..13ec355 100644
--- a/init.am65xevmboard.rc
+++ b/init.am65xevmboard.rc
@@ -6,7 +6,10 @@ on early-init
6 # Load modules 6 # Load modules
7 exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d \ 7 exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d \
8 /vendor/lib/modules xhci-plat-hcd.ko phy-omap-usb2.ko dwc3.ko dwc3-of-simple.ko \ 8 /vendor/lib/modules xhci-plat-hcd.ko phy-omap-usb2.ko dwc3.ko dwc3-of-simple.ko \
9 goodix.ko \ 9
10on property:sys.boot_completed=1
11 exec u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d \
12 /vendor/lib/modules goodix.ko
10 13
11service pvrsrvinit /vendor/bin/pvrsrvctl --start 14service pvrsrvinit /vendor/bin/pvrsrvctl --start
12 class core 15 class core