summaryrefslogtreecommitdiffstats
path: root/0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch
blob: 8b1fdb42998c8d94965afc436dd84c25037aa3a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From bbed67be116c7bee8b08b029bbda039cabed3c8e Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Tue, 4 Jun 2013 13:39:23 -0500
Subject: [PATCH] include panel-tfp410 module on arm systems in the initramfs
 needed for framebuffer on omap systems

---
 modules.d/90kernel-modules/module-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
index ed7a19e..8388a08 100755
--- a/modules.d/90kernel-modules/module-setup.sh
+++ b/modules.d/90kernel-modules/module-setup.sh
@@ -47,7 +47,7 @@ installkernel() {
         if [[ "$(uname -p)" == arm* ]]; then
             # arm specific modules
             hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm \
-                omap_hsmmc sdhci_dove ahci_platform pata_imx sata_mv
+                omap_hsmmc panel-tfp410 sdhci_dove ahci_platform pata_imx sata_mv
         fi
 
         # install virtual machine support
-- 
1.8.2.1