You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
947 B
24 lines
947 B
6 years ago
|
From f679f53b2ada8ab6a9d294f049517b407686f519 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Wed, 25 Jun 2014 12:02:30 +0200
|
||
|
Subject: [PATCH] kernel-modules: add tegra arm modules
|
||
|
|
||
|
(cherry picked from commit 54483dd773a67061746a146d276cb40953468132)
|
||
|
---
|
||
|
modules.d/90kernel-modules/module-setup.sh | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
||
|
index 603a7a19..da3b1f3f 100755
|
||
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
||
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||
|
@@ -51,6 +51,8 @@ installkernel() {
|
||
|
if [[ "$(uname -p)" == arm* ]]; then
|
||
|
# arm specific modules
|
||
|
hostonly='' instmods omapdrm panel-tfp410
|
||
|
+ instmods i2c-tegra gpio-regulator as3722-regulator \
|
||
|
+ phy-tegra-usb ehci-tegra sdhci-tegra
|
||
|
fi
|
||
|
|
||
|
# install virtual machine support
|