Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2018 22:09:36 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r342017 - head/sys/dev/sdhci
Message-ID:  <201812122209.wBCM9aC8010211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Wed Dec 12 22:09:35 2018
New Revision: 342017
URL: https://svnweb.freebsd.org/changeset/base/342017

Log:
  sdhci_xenon: Add Marvell 8k compatible string
  
  Sponsored by:	Rubicon Communications, LLC ("Netgate")

Modified:
  head/sys/dev/sdhci/sdhci_xenon.c

Modified: head/sys/dev/sdhci/sdhci_xenon.c
==============================================================================
--- head/sys/dev/sdhci/sdhci_xenon.c	Wed Dec 12 22:08:43 2018	(r342016)
+++ head/sys/dev/sdhci/sdhci_xenon.c	Wed Dec 12 22:09:35 2018	(r342017)
@@ -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 }
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812122209.wBCM9aC8010211>