aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisael Lopez Cruz2016-06-16 00:36:34 -0500
committerMisael Lopez Cruz2016-06-20 03:50:19 -0500
commit34c4d5d2b13335bb98b6e15c3b6b7727560efc2c (patch)
tree2d1391eaaa56c2f7d7b7149b9d62dbba2ef28fe2
parent2e5aac8a46437791e3a68df5f2f422320e993675 (diff)
downloadkernel-audio-34c4d5d2b13335bb98b6e15c3b6b7727560efc2c.tar.gz
kernel-audio-34c4d5d2b13335bb98b6e15c3b6b7727560efc2c.tar.xz
kernel-audio-34c4d5d2b13335bb98b6e15c3b6b7727560efc2c.zip
ti_config_fragments: android: Set userspace I/O's platform driver
Set the of_id for the userpace I/O platform driver. This is the compatible string that the devicetree node must use. Change-Id: I0f470f9b2561c5274a71915d38dea257eb2cb6fa Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-rw-r--r--ti_config_fragments/android_omap.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ti_config_fragments/android_omap.cfg b/ti_config_fragments/android_omap.cfg
index a9389cac5a88..c7126d3be2a4 100644
--- a/ti_config_fragments/android_omap.cfg
+++ b/ti_config_fragments/android_omap.cfg
@@ -8,7 +8,7 @@
8############################################################################### 8###############################################################################
9CONFIG_MODULES=y 9CONFIG_MODULES=y
10# CONFIG_USB_G_NOKIA is not set 10# CONFIG_USB_G_NOKIA is not set
11CONFIG_CMDLINE="root=/dev/mmcblk0p2 rw init=/init rootfstype=ext4 rootwait drm.rnodes=1 androidboot.selinux=permissive snd.slots_reserved=1,1" 11CONFIG_CMDLINE="root=/dev/mmcblk0p2 rw init=/init rootfstype=ext4 rootwait drm.rnodes=1 androidboot.selinux=permissive snd.slots_reserved=1,1 uio_pdrv_genirq.of_id=generic-uio"
12CONFIG_CMDLINE_EXTEND=y 12CONFIG_CMDLINE_EXTEND=y
13 13
14# USB DWC3 14# USB DWC3