Module Name: src Committed By: skrll Date: Sun Jan 19 07:13:20 UTC 2025
Modified Files: src/sys/arch/arm/nxp: imx6_iomux.c Log Message: 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.3 -r1.4 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.3 src/sys/arch/arm/nxp/imx6_iomux.c:1.4 --- src/sys/arch/arm/nxp/imx6_iomux.c:1.3 Thu May 4 13:29:33 2023 +++ src/sys/arch/arm/nxp/imx6_iomux.c Sun Jan 19 07:13:20 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: imx6_iomux.c,v 1.3 2023/05/04 13:29:33 bouyer Exp $ */ +/* $NetBSD: imx6_iomux.c,v 1.4 2025/01/19 07:13:20 skrll 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.3 2023/05/04 13:29:33 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: imx6_iomux.c,v 1.4 2025/01/19 07:13:20 skrll 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" },