Module Name:    src
Committed By:   martin
Date:           Sun Feb  2 14:48:21 UTC 2025

Modified Files:
        src/sys/arch/arm/nxp [netbsd-10]: imx6_iomux.c

Log Message:
Pull up following revision(s) (requested by skrll in ticket #1042):

        sys/arch/arm/nxp/imx6_iomux.c: revision 1.4

Match fsl,imx6dl-iomuxc for the RIoTboard i.MX6S

>From Rui-Xiang Guo on port-arm


To generate a diff of this commit:
cvs rdiff -u -r1.2.18.1 -r1.2.18.2 src/sys/arch/arm/nxp/imx6_iomux.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/nxp/imx6_iomux.c
diff -u src/sys/arch/arm/nxp/imx6_iomux.c:1.2.18.1 src/sys/arch/arm/nxp/imx6_iomux.c:1.2.18.2
--- src/sys/arch/arm/nxp/imx6_iomux.c:1.2.18.1	Sun May 28 10:14:35 2023
+++ src/sys/arch/arm/nxp/imx6_iomux.c	Sun Feb  2 14:48:21 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: imx6_iomux.c,v 1.2.18.1 2023/05/28 10:14:35 martin Exp $	*/
+/*	$NetBSD: imx6_iomux.c,v 1.2.18.2 2025/02/02 14:48:21 martin Exp $	*/
 
 /*-
  * Copyright (c) 2019 Genetec Corporation.  All rights reserved.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_iomux.c,v 1.2.18.1 2023/05/28 10:14:35 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_iomux.c,v 1.2.18.2 2025/02/02 14:48:21 martin Exp $");
 
 #include "opt_fdt.h"
 
@@ -130,6 +130,7 @@ CFATTACH_DECL_NEW(imxiomux, sizeof(struc
     imxiomux_match, imxiomux_attach, NULL, NULL);
 
 static const struct device_compatible_entry compat_data[] = {
+	{ .compat = "fsl,imx6dl-iomuxc" },
 	{ .compat = "fsl,imx6q-iomuxc" },
 	{ .compat = "fsl,imx6sx-iomuxc" },
 	{ .compat = "fsl,imx7d-iomuxc" },

Reply via email to