From 549006b58febd67ecff471feaa3c4c7b674c75ec Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 3 Jul 2019 14:00:49 +0100 Subject: [PATCH] linux-raspberrypi: Fix defconfig for RPi4-64 emmc dt node uses iproc sdhci driver. Make sure it is enabled. https://github.com/raspberrypi/linux/pull/3045 Signed-off-by: Andrei Gherzan --- .../linux/files/raspberrypi4-64/rpi4-64-kernel-misc.cfg | 2 ++ recipes-kernel/linux/linux-raspberrypi_4.19.bb | 1 + 2 files changed, 3 insertions(+) create mode 100644 recipes-kernel/linux/files/raspberrypi4-64/rpi4-64-kernel-misc.cfg diff --git a/recipes-kernel/linux/files/raspberrypi4-64/rpi4-64-kernel-misc.cfg b/recipes-kernel/linux/files/raspberrypi4-64/rpi4-64-kernel-misc.cfg new file mode 100644 index 0000000..fd97ed7 --- /dev/null +++ b/recipes-kernel/linux/files/raspberrypi4-64/rpi4-64-kernel-misc.cfg @@ -0,0 +1,2 @@ +# see emmc node +CONFIG_MMC_SDHCI_IPROC=y diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/recipes-kernel/linux/linux-raspberrypi_4.19.bb index c97d2cc..abda6c5 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.19.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.19.bb @@ -7,6 +7,7 @@ SRCREV = "9d1deec93fa8b1b4953ff5e9210349f3c85b9a8d" SRC_URI = " \ git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ " +SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" require linux-raspberrypi.inc LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"