summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/ccxmx53/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/ccxmx53/board.c')
-rw-r--r--arch/arm/boards/ccxmx53/board.c34
1 files changed, 11 insertions, 23 deletions
diff --git a/arch/arm/boards/ccxmx53/board.c b/arch/arm/boards/ccxmx53/board.c
index 9d81cd80a3..26654193ad 100644
--- a/arch/arm/boards/ccxmx53/board.c
+++ b/arch/arm/boards/ccxmx53/board.c
@@ -1,19 +1,7 @@
-/*
- * Copyright (C) 2015 Jason Cobham <cobham.jason@gmail.com>
- *
- * Board specific file for the Digi ConnectCore ccxmx53 SoM
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
+// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-FileCopyrightText: 2015 Jason Cobham <cobham.jason@gmail.com>
+
+/* Board specific file for the Digi ConnectCore ccxmx53 SoM */
#include <common.h>
#include <init.h>
@@ -21,14 +9,14 @@
#include <i2c/i2c.h>
#include <gpio.h>
-#include <generated/mach-types.h>
-#include <mach/imx5.h>
-#include <mach/generic.h>
-#include <mach/imx53-regs.h>
-#include <mach/esdctl.h>
+#include <asm/mach-types.h>
+#include <mach/imx/imx5.h>
+#include <mach/imx/generic.h>
+#include <mach/imx/imx53-regs.h>
+#include <mach/imx/esdctl.h>
#include <asm/armlinux.h>
-#include <mach/bbu.h>
-#include <mach/iim.h>
+#include <mach/imx/bbu.h>
+#include <mach/imx/iim.h>
struct ccwmx53_ident {