git: a2f06581802b - stable/13 - sdhci_xenon: add AP807 compatible string
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Mar 2022 16:00:11 UTC
The branch stable/13 has been updated by mw:
URL: https://cgit.FreeBSD.org/src/commit/?id=a2f06581802b3362733ae4b550f907e0862f75c9
commit a2f06581802b3362733ae4b550f907e0862f75c9
Author: Bartlomiej Grzesik <bag@semihalf.com>
AuthorDate: 2021-07-14 12:47:40 +0000
Commit: Marcin Wojtas <mw@FreeBSD.org>
CommitDate: 2022-03-07 15:59:51 +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
(cherry picked from commit 1b9ce0885e5f53ea5818ee593babf11f6b5d5761)
---
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 }
};