summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-07-14 14:38:12 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-08-06 13:41:41 +0200
commit3e766556b2ee3b4092cf17c6c8eadb0e56772479 (patch)
tree5600f1ce638cc27d4757f05cf2be752a285033f3 /recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb
parentf5dcba80e3ded65859b552e7e9d00e27f81f2cb8 (diff)
linux-toradex: add patches to support sd on old mx8x modules
Older iMX8X modules have the old PMIC deployed that do not support proper 1.8V switching in SD cards. This commit adds patches to revert the no-1-8-v removal. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit acbfe83716e6a045d9290d932eec29a9afb468f1)
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb b/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb
index e5e484d..32c1ea6 100644
--- a/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb
+++ b/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb
@@ -8,6 +8,16 @@ SRC_URI = " \
file://defconfig \
"
+SRC_URI_append_colibri-imx8x-v10b = " \
+ file://0001-Revert-ARM64-dts-apalis-imx8x-remove-no-1-8-v-from-s.patch \
+ file://0002-Revert-ARM64-dts-colibri-imx8x-remove-no-1-8-v-from-.patch \
+"
+
+SRC_URI_append_apalis-imx8x-v11a = " \
+ file://0001-Revert-ARM64-dts-apalis-imx8x-remove-no-1-8-v-from-s.patch \
+ file://0002-Revert-ARM64-dts-colibri-imx8x-remove-no-1-8-v-from-.patch \
+"
+
# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"