Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/imx/fdt Match the more generic fsl, imx21-i2c co...
details: https://anonhg.NetBSD.org/src/rev/d6b837c78d1a
branches: trunk
changeset: 467151:d6b837c78d1a
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Jan 15 11:35:58 2020 +0000
description:
Match the more generic fsl,imx21-i2c compat string
diffstat:
sys/arch/arm/imx/fdt/imx6_i2c.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 05c044eaed0e -r d6b837c78d1a sys/arch/arm/imx/fdt/imx6_i2c.c
--- a/sys/arch/arm/imx/fdt/imx6_i2c.c Wed Jan 15 10:56:49 2020 +0000
+++ b/sys/arch/arm/imx/fdt/imx6_i2c.c Wed Jan 15 11:35:58 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: imx6_i2c.c,v 1.2 2019/08/05 12:21:00 hkenken Exp $ */
+/* $NetBSD: imx6_i2c.c,v 1.3 2020/01/15 11:35:58 jmcneill Exp $ */
/*-
* Copyright (c) 2019 Genetec Corporation. All rights reserved.
* Written by Hashimoto Kenichi for Genetec Corporation.
@@ -25,7 +25,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_i2c.c,v 1.2 2019/08/05 12:21:00 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_i2c.c,v 1.3 2020/01/15 11:35:58 jmcneill Exp $");
#include <sys/bus.h>
@@ -36,7 +36,7 @@
int
imxi2c_match(device_t parent, cfdata_t cf, void *aux)
{
- const char * const compatible[] = { "fsl,imx6q-i2c", NULL };
+ const char * const compatible[] = { "fsl,imx21-i2c", NULL };
struct fdt_attach_args * const faa = aux;
return of_match_compatible(faa->faa_phandle, compatible);
Home |
Main Index |
Thread Index |
Old Index