From 624d2cae3401c2e4d43c571a9b81d1f650e7703d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 20 May 2018 09:47:45 -0400 Subject: [PATCH] SPDX: Fixup SPDX tags in a few new files Signed-off-by: Tom Rini --- arch/arm/mach-socfpga/include/mach/sdram_gen5.h | 3 +-- drivers/ddr/altera/sdram_arria10.c | 3 +-- drivers/phy/phy-stm32-usbphyc.c | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-socfpga/include/mach/sdram_gen5.h b/arch/arm/mach-socfpga/include/mach/sdram_gen5.h index b16d77668f..a238d5d17f 100644 --- a/arch/arm/mach-socfpga/include/mach/sdram_gen5.h +++ b/arch/arm/mach-socfpga/include/mach/sdram_gen5.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright Altera Corporation (C) 2014-2015 - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _SOCFPGA_SDRAM_GEN5_H_ #define _SOCFPGA_SDRAM_GEN5_H_ diff --git a/drivers/ddr/altera/sdram_arria10.c b/drivers/ddr/altera/sdram_arria10.c index d953c376b8..706a038b88 100644 --- a/drivers/ddr/altera/sdram_arria10.c +++ b/drivers/ddr/altera/sdram_arria10.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2017 Intel Corporation - * - * SPDX-License-Identifier: GPL-2.0 */ #include diff --git a/drivers/phy/phy-stm32-usbphyc.c b/drivers/phy/phy-stm32-usbphyc.c index 4ff6a9a34b..8e98b4b627 100644 --- a/drivers/phy/phy-stm32-usbphyc.c +++ b/drivers/phy/phy-stm32-usbphyc.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause +// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause /* * Copyright (C) 2018, STMicroelectronics - All Rights Reserved */