Date: Tue, 17 Aug 2021 07:04:05 GMT From: Marcin Wojtas <mw@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1b9ce0885e5f - main - sdhci_xenon: add AP807 compatible string Message-ID: <202108170704.17H745ld037291@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mw: URL: https://cgit.FreeBSD.org/src/commit/?id=1b9ce0885e5f53ea5818ee593babf11f6b5d5761 commit 1b9ce0885e5f53ea5818ee593babf11f6b5d5761 Author: Bartlomiej Grzesik <bag@semihalf.com> AuthorDate: 2021-07-14 12:47:40 +0000 Commit: Marcin Wojtas <mw@FreeBSD.org> CommitDate: 2021-08-17 07:03:37 +0000 sdhci_xenon: add AP807 compatible string This patch adds compatible string for xenon controller found on AP807 north brige. It is fully compatible with existing driver. Reviewed by: manu Sponsored by: Semihalf Differential Revision: https://reviews.freebsd.org/D31407 --- sys/dev/sdhci/sdhci_xenon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/sdhci/sdhci_xenon.c b/sys/dev/sdhci/sdhci_xenon.c index 3f312921154f..10cbc5991119 100644 --- a/sys/dev/sdhci/sdhci_xenon.c +++ b/sys/dev/sdhci/sdhci_xenon.c @@ -74,6 +74,7 @@ static struct ofw_compat_data compat_data[] = { #ifdef SOC_MARVELL_8K { "marvell,armada-cp110-sdhci", 1 }, { "marvell,armada-ap806-sdhci", 1 }, + { "marvell,armada-ap807-sdhci", 1 }, #endif { NULL, 0 } };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108170704.17H745ld037291>