1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

sdhci_xenon: Add Marvell 8k compatible string

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Emmanuel Vadot 2018-12-12 22:09:35 +00:00
parent 44d027bb5d
commit cf60d56e05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342017

View File

@ -62,11 +62,16 @@ __FBSDID("$FreeBSD$");
#include "sdhci_if.h"
#include "opt_mmccam.h"
#include "opt_soc.h"
#define MAX_SLOTS 6
static struct ofw_compat_data compat_data[] = {
{ "marvell,armada-3700-sdhci", 1 },
#ifdef SOC_MARVELL_8K
{ "marvell,armada-cp110-sdhci", 1 },
{ "marvell,armada-ap806-sdhci", 1 },
#endif
{ NULL, 0 }
};