Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2016 18:02:47 +0000 (UTC)
From:      Jared McNeill <jmcneill@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299745 - head/sys/dev/iicbus/twsi
Message-ID:  <201605141802.u4EI2lfL084976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmcneill
Date: Sat May 14 18:02:47 2016
New Revision: 299745
URL: https://svnweb.freebsd.org/changeset/base/299745

Log:
  Add allwinner,sun8i-a83t-i2c to the list of compatible devices.

Modified:
  head/sys/dev/iicbus/twsi/a10_twsi.c

Modified: head/sys/dev/iicbus/twsi/a10_twsi.c
==============================================================================
--- head/sys/dev/iicbus/twsi/a10_twsi.c	Sat May 14 13:44:49 2016	(r299744)
+++ head/sys/dev/iicbus/twsi/a10_twsi.c	Sat May 14 18:02:47 2016	(r299745)
@@ -66,6 +66,7 @@ __FBSDID("$FreeBSD$");
 static struct ofw_compat_data compat_data[] = {
 	{"allwinner,sun4i-a10-i2c", 1},
 	{"allwinner,sun6i-a31-i2c", 1},
+	{"allwinner,sun8i-a83t-i2c", 1},
 	{NULL, 0},
 };
 



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