mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
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:
parent
e8ad0a0059
commit
1b9ce0885e
@ -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 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user