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 Add "fsl, imx6qp" (i.MX6QP) to ARM_PLATF...



details:   https://anonhg.NetBSD.org/src/rev/e7ecdf730637
branches:  trunk
changeset: 458645:e7ecdf730637
user:      hkenken <hkenken%NetBSD.org@localhost>
date:      Mon Aug 05 12:44:01 2019 +0000

description:
Add "fsl,imx6qp" (i.MX6QP) to ARM_PLATFORM list.

diffstat:

 sys/arch/arm/imx/fdt/imx6_platform.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b364154bbc08 -r e7ecdf730637 sys/arch/arm/imx/fdt/imx6_platform.c
--- a/sys/arch/arm/imx/fdt/imx6_platform.c      Mon Aug 05 12:30:13 2019 +0000
+++ b/sys/arch/arm/imx/fdt/imx6_platform.c      Mon Aug 05 12:44:01 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx6_platform.c,v 1.4 2019/07/27 07:41:43 skrll Exp $  */
+/*     $NetBSD: imx6_platform.c,v 1.5 2019/08/05 12:44:01 hkenken 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_platform.c,v 1.4 2019/07/27 07:41:43 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_platform.c,v 1.5 2019/08/05 12:44:01 hkenken Exp $");
 
 #include "arml2cc.h"
 #include "opt_console.h"
@@ -196,5 +196,6 @@
        .ap_mpstart = imx_platform_mpstart,
 };
 
-ARM_PLATFORM(imx6, "fsl,imx6q", &imx6_platform);
+ARM_PLATFORM(imx6q, "fsl,imx6q", &imx6_platform);
+ARM_PLATFORM(imx6qp, "fsl,imx6qp", &imx6_platform);
 



Home | Main Index | Thread Index | Old Index