summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2017-09-19 16:57:53 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2017-09-19 16:57:53 -0500
commitcafd86d16111003c8ab15214c6e776e0beef016c (patch)
tree97307282a8f389c7c7b4a09150d28b35280d7696
parent05e9f47194714b9917f653a6ceb3512fddfde84c (diff)
downloadam57xevm-cafd86d16111003c8ab15214c6e776e0beef016c.tar.gz
am57xevm: sync project from jacinto6evm
sync project from jacinto6evm for the missing device settings Change-Id: Iff426fa3740023412f5cde0b31315bf4fe377a23 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--init.am57xevmboard.rc10
-rw-r--r--sepolicy/file_contexts6
-rw-r--r--tablet_core_hardware_am57xevm.xml2
-rw-r--r--ueventd.am57xevmboard.rc3
4 files changed, 5 insertions, 16 deletions
diff --git a/init.am57xevmboard.rc b/init.am57xevmboard.rc
index c4e490b..a2cebd6 100644
--- a/init.am57xevmboard.rc
+++ b/init.am57xevmboard.rc
@@ -1,7 +1,7 @@
import /vendor/etc/init/hw/init.am57xevmboard.usb.rc
on early-init
- mount debugfs /sys/kernel/debug /sys/kernel/debug
+ mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755
on init
# Support legacy paths
@@ -41,15 +41,7 @@ on boot
chmod 0755 /sys/kernel/debug/tracing
- # PRU Eth Modules
- insmod /system/lib/modules/pruss_intc.ko
- insmod /system/lib/modules/pruss.ko
- insmod /system/lib/modules/pru_rproc.ko
- insmod /system/lib/modules/rpmsg_pru.ko
- insmod /system/lib/modules/prueth.ko
-
on fs
- mkdir /factory 0775 radio radio
mount_all /fstab.am57xevmboard
on late-init
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
index 81e21db..a27e9a3 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -1,10 +1,10 @@
-#Bluettoth tty device
-#/dev/hci_tty u:object_r:bluetooth_control:s0
+#Bluetooth tty device
+/dev/hci_tty u:object_r:bluetooth_control:s0
#/dev/ttyS2 u:object_r:hci_attach_dev:s0
#/system/bin/uim-sysfs u:object_r:hci_attach_exec:s0
#Console
-/dev/ttyS0 u:object_r:console_device:s0
+/dev/ttyS2 u:object_r:console_device:s0
#Graphics
/dev/dri/card0 u:object_r:gpu_device:s0
diff --git a/tablet_core_hardware_am57xevm.xml b/tablet_core_hardware_am57xevm.xml
index 85d042a..811dca1 100644
--- a/tablet_core_hardware_am57xevm.xml
+++ b/tablet_core_hardware_am57xevm.xml
@@ -29,7 +29,7 @@
<feature name="android.hardware.faketouch" />
<feature name="android.hardware.microphone" />
<feature name="android.hardware.screen.landscape" />
- <feature name="android.hardware.bluetooth" />
+ <!-- <feature name="android.hardware.bluetooth" /> -->
<feature name="android.software.app_widgets" />
<feature name="android.software.home_screen" />
<!-- Feature to specify if the device supports adding device admins. -->
diff --git a/ueventd.am57xevmboard.rc b/ueventd.am57xevmboard.rc
index 9ca382c..4d48453 100644
--- a/ueventd.am57xevmboard.rc
+++ b/ueventd.am57xevmboard.rc
@@ -29,6 +29,3 @@
# ipc
/dev/uio0 0660 media system
/dev/hwspinlock 0660 media system
-
-# for GNSS
-/dev/tigps 0666 root root