Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 12:55:42 +0000
From:      Jessica Clarke <jrtc27@freebsd.org>
To:        Philip Paeps <philip@FreeBSD.org>
Cc:        "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org>
Subject:   Re: git: e528757ca6a9 - main - iicoc: add support for SiFive HiFive Unmatched
Message-ID:  <3DD4AA9B-9985-4DFB-BBC8-E5E34787BA7A@freebsd.org>
In-Reply-To: <202111010509.1A159OOo054720@gitrepo.freebsd.org>
References:  <202111010509.1A159OOo054720@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1 Nov 2021, at 05:09, Philip Paeps <philip@FreeBSD.org> wrote:
>=20
> The branch main has been updated by philip:
>=20
> URL: =
https://cgit.FreeBSD.org/src/commit/?id=3De528757ca6a9c03dca7e35b77411b311=
af166b7f
>=20
> commit e528757ca6a9c03dca7e35b77411b311af166b7f
> Author:     Thomas Skibo <thomas-bsd@skibo.net>
> AuthorDate: 2021-11-01 04:23:22 +0000
> Commit:     Philip Paeps <philip@FreeBSD.org>
> CommitDate: 2021-11-01 04:26:49 +0000
>=20
>    iicoc: add support for SiFive HiFive Unmatched
>=20
>    Reviewed by:    jrtc27, philip
>    MFC after:      3 days
>    Differential Revision:  https://reviews.freebsd.org/D32737

I didn=E2=80=99t approve the revision, I just left comments on the first
version. One of which still stands (not limiting the module to RISC-V).

Jess

> ---
> sys/dev/iicbus/iicoc_fdt.c | 3 +++
> 1 file changed, 3 insertions(+)
>=20
> diff --git a/sys/dev/iicbus/iicoc_fdt.c b/sys/dev/iicbus/iicoc_fdt.c
> index 699a1738f53b..052174a91134 100644
> --- a/sys/dev/iicbus/iicoc_fdt.c
> +++ b/sys/dev/iicbus/iicoc_fdt.c
> @@ -55,6 +55,9 @@ __FBSDID("$FreeBSD$");
>=20
> static struct ofw_compat_data compat_data[] =3D {
> 	{ "opencores,i2c-ocores",	1 },
> +	{ "sifive,fu740-c000-i2c",	1 },
> +	{ "sifive,fu540-c000-i2c",	1 },
> +	{ "sifive,i2c0",		1 },
> 	{ NULL,				0 }
> };
>=20



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DD4AA9B-9985-4DFB-BBC8-E5E34787BA7A>