Blame SOURCES/0198-ARM-update-modules-for-ARM-host-only-options.patch

a56a5e
From 1e9926c12da04f1d31ad985dc564896124886cd8 Mon Sep 17 00:00:00 2001
a56a5e
From: Peter Robinson <pbrobinson@gmail.com>
a56a5e
Date: Sun, 20 Jul 2014 22:20:04 +0100
a56a5e
Subject: [PATCH] ARM: update modules for ARM host only options
a56a5e
a56a5e
(cherry picked from commit 611c895772c73ebb5f769942bca5d5991adc169e)
a56a5e
---
a56a5e
 modules.d/90kernel-modules/module-setup.sh | 7 ++++---
a56a5e
 1 file changed, 4 insertions(+), 3 deletions(-)
a56a5e
a56a5e
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
1755ca
index da3b1f3f..fba2bc1a 100755
a56a5e
--- a/modules.d/90kernel-modules/module-setup.sh
a56a5e
+++ b/modules.d/90kernel-modules/module-setup.sh
a56a5e
@@ -50,9 +50,10 @@ installkernel() {
a56a5e
 
a56a5e
         if [[ "$(uname -p)" == arm* ]]; then
a56a5e
             # arm specific modules
a56a5e
-            hostonly='' instmods omapdrm panel-tfp410
a56a5e
-            instmods i2c-tegra gpio-regulator as3722-regulator \
a56a5e
-                    phy-tegra-usb ehci-tegra sdhci-tegra
a56a5e
+            hostonly='' instmods \
a56a5e
+	        connector-hdmi connector-dvi encoder-tfp410 \
a56a5e
+	        encoder-tpd12s015 i2c-tegra gpio-regulator \
a56a5e
+		as3722-regulator orion-ehci ehci-tegra 
a56a5e
         fi
a56a5e
 
a56a5e
         # install virtual machine support