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

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