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 fsl,imx7d-iomuxc



details:   https://anonhg.NetBSD.org/src/rev/bdc23ea1ada6
branches:  trunk
changeset: 934405:bdc23ea1ada6
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jun 11 11:05:29 2020 +0000

description:
Match fsl,imx7d-iomuxc

diffstat:

 sys/arch/arm/imx/fdt/imx6_iomux.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 7e6a95e9897a -r bdc23ea1ada6 sys/arch/arm/imx/fdt/imx6_iomux.c
--- a/sys/arch/arm/imx/fdt/imx6_iomux.c Thu Jun 11 11:01:16 2020 +0000
+++ b/sys/arch/arm/imx/fdt/imx6_iomux.c Thu Jun 11 11:05:29 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx6_iomux.c,v 1.3 2020/01/15 01:09:56 jmcneill Exp $  */
+/*     $NetBSD: imx6_iomux.c,v 1.4 2020/06/11 11:05:29 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_iomux.c,v 1.3 2020/01/15 01:09:56 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_iomux.c,v 1.4 2020/06/11 11:05:29 jmcneill Exp $");
 
 #include "opt_fdt.h"
 
@@ -134,6 +134,7 @@
 {
        const char * const compatible[] = {
                "fsl,imx6q-iomuxc",
+               "fsl,imx7d-iomuxc",
                "fsl,imx8mq-iomuxc",
                NULL
        };



Home | Main Index | Thread Index | Old Index