summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/usb-imx28.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2021-07-30 21:28:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-08-09 20:36:15 +0200
commite88ac96a532fbe056bf45cfa0fa1ebf28c193c41 (patch)
tree6351dcd5947cbd9435a2c85b96170822e2fa8ed4 /arch/arm/mach-mxs/usb-imx28.c
parent06210f61118848528080d8102e3d1952d50e72db (diff)
downloadbarebox-e88ac96a532fbe056bf45cfa0fa1ebf28c193c41.tar.gz
barebox-e88ac96a532fbe056bf45cfa0fa1ebf28c193c41.tar.xz
arm: mxs: Replace license and copyright boilerplate by SPDX identifiers
Converts the files that licensecheck can determine to be licensed under GPL-2.0-only or GPL-2.0-or-later and also convert their copyright statements to SPDX. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Reviewed-by: Roland Hieber <rhi@pengutronix.de> Link: https://lore.barebox.org/20210730192802.1457345-1-u.kleine-koenig@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/usb-imx28.c')
-rw-r--r--arch/arm/mach-mxs/usb-imx28.c21
1 files changed, 5 insertions, 16 deletions
diff --git a/arch/arm/mach-mxs/usb-imx28.c b/arch/arm/mach-mxs/usb-imx28.c
index a4e1bdb280..3793169b59 100644
--- a/arch/arm/mach-mxs/usb-imx28.c
+++ b/arch/arm/mach-mxs/usb-imx28.c
@@ -1,19 +1,8 @@
-/*
- * i.MX28 USBPHY setup
- *
- * Copyright 2011 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
- *
- * 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: 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
+
+/* i.MX28 USBPHY setup */
+
#include <common.h>
#include <io.h>
#include <errno.h>