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
This commit is contained in:
Bartlomiej Grzesik 2021-07-14 14:47:40 +02:00 committed by Marcin Wojtas
parent e8ad0a0059
commit 1b9ce0885e

View File

@ -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 }
};