summaryrefslogtreecommitdiffstats
path: root/0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2013-06-04 13:45:16 -0500
committerDennis Gilmore <dennis@ausil.us>2013-06-04 13:45:16 -0500
commit44345d3ce100f7e4840b4f5495d6a12c2f48ce1d (patch)
tree8040b71500e2236fd5edb312eef769fc59dfe65b /0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch
parent75f812af5977e21057088ed00ca444948001cde8 (diff)
downloaddracut-44345d3ce100f7e4840b4f5495d6a12c2f48ce1d.tar.gz
dracut-44345d3ce100f7e4840b4f5495d6a12c2f48ce1d.tar.xz
dracut-44345d3ce100f7e4840b4f5495d6a12c2f48ce1d.zip
add patch to include panel-tfp410 module on arm systems
Diffstat (limited to '0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch')
-rw-r--r--0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch b/0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch
new file mode 100644
index 0000000..8b1fdb4
--- /dev/null
+++ b/0001-include-panel-tfp410-module-on-arm-systems-in-the-in.patch
@@ -0,0 +1,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
+