summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-07-03 14:00:49 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-04 15:47:13 +0100
commit62ff6dcd57d5952116cc66107ab5bb673d551080 (patch)
treefba1ccc50adbf5fbe3c3dc0958cbb14064d95dcf
parent1f8296c37b55a0529eed3ee2fe9aa8025c5782ad (diff)
downloadmeta-raspberrypi-62ff6dcd57d5952116cc66107ab5bb673d551080.tar.gz
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 <andrei@gherzan.ro>
-rw-r--r--recipes-kernel/linux/files/raspberrypi4-64/rpi4-64-kernel-misc.cfg2
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_4.19.bb1
2 files changed, 3 insertions, 0 deletions
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 @@
1# see emmc node
2CONFIG_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"
7SRC_URI = " \ 7SRC_URI = " \
8 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ 8 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
9 " 9 "
10SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg"
10require linux-raspberrypi.inc 11require linux-raspberrypi.inc
11 12
12LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 13LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"