summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2018-10-15 18:04:27 -0500
committerPraneeth Bajjuri2018-10-15 22:36:27 -0500
commit6abe34c60dfa1c73f209bc6919b16e8811fb6bf1 (patch)
tree83901e3b17af55da475e41128b30ea4482b81fd2
parent00e023dbde76d24d05dd50849326e0f65dfa9e85 (diff)
downloaddevice-ti-j721e-6abe34c60dfa1c73f209bc6919b16e8811fb6bf1.tar.gz
device-ti-j721e-6abe34c60dfa1c73f209bc6919b16e8811fb6bf1.tar.xz
device-ti-j721e-6abe34c60dfa1c73f209bc6919b16e8811fb6bf1.zip
am65xevm: Include goodix touchscreen module
Include goodix touchscreen module in init.am65xevmboard.rc Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--init.am65xevmboard.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.am65xevmboard.rc b/init.am65xevmboard.rc
index bb93bb9..e829ba3 100644
--- a/init.am65xevmboard.rc
+++ b/init.am65xevmboard.rc
@@ -5,7 +5,8 @@ on fs
5on early-init 5on 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 10
10service pvrsrvinit /vendor/bin/pvrsrvctl --start 11service pvrsrvinit /vendor/bin/pvrsrvctl --start
11 class core 12 class core