The branch main has been updated by mw: URL: https://cgit.FreeBSD.org/src/commit/?id=1b9ce0885e5f53ea5818ee593babf11f6b5d5761
commit 1b9ce0885e5f53ea5818ee593babf11f6b5d5761 Author: Bartlomiej Grzesik <b...@semihalf.com> AuthorDate: 2021-07-14 12:47:40 +0000 Commit: Marcin Wojtas <m...@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 } }; _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"