]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm: ti: Fix Beaglebone black MMC after DTS update
authorEmmanuel Vadot <manu@FreeBSD.org>
Thu, 27 Aug 2020 08:08:49 +0000 (08:08 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Thu, 27 Aug 2020 08:08:49 +0000 (08:08 +0000)
commit27998f7a02c5776c248c8ada67734e3911212639
tree7c7401d8cc6b3fcd112922a4672f182ab6899b22
parent84ecea90b7209c5a699ff015811cc48752f847af
arm: ti: Fix Beaglebone black MMC after DTS update

After DTS sync with Linux kernel 5.8 this patch was included:
"ARM: dts: Move am33xx and am43xx mmc nodes to sdhci-omap driver"
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/arch/arm/boot/dts/am33xx-l4.dtsi?h=v5.9-rc2&id=0b4edf111870b83ea77b1d7e16b8ceac29f9f388

Current will not load any driver for MMC and not mount the rootfs.
Simple patch add "ti,am335-sdhci" to compability strings in ti_sdhci.c

Submitted by: oskar.holmlund@ohdata.se
Reported by: phk
X-MFC-With: 363853
sys/arm/ti/ti_sdhci.c