diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-01-18 10:01:46 -0500 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2019-02-07 00:40:45 -0500 |
commit | 65f04fea91cf8e271cae2077cf0c5a73a630aef6 (patch) | |
tree | c4c6c07fc329ee040d90a7bf4119cd6531011b2d /drivers/phy | |
parent | 4a72dcbee944a70843458692c6b7fa13045c1232 (diff) |
phy: armada375-usb2: switch to SPDX license identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/marvell/phy-armada375-usb2.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/phy/marvell/phy-armada375-usb2.c b/drivers/phy/marvell/phy-armada375-usb2.c index 4f0295992500..fa5dc9462d09 100644 --- a/drivers/phy/marvell/phy-armada375-usb2.c +++ b/drivers/phy/marvell/phy-armada375-usb2.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0+ | ||
1 | /* | 2 | /* |
2 | * USB cluster support for Armada 375 platform. | 3 | * USB cluster support for Armada 375 platform. |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Gregory CLEMENT <gregory.clement@free-electrons.com> | 7 | * Gregory CLEMENT <gregory.clement@free-electrons.com> |
7 | * | 8 | * |
8 | * This file is licensed under the terms of the GNU General Public | ||
9 | * License version 2 or later. This program is licensed "as is" | ||
10 | * without any warranty of any kind, whether express or implied. | ||
11 | * | ||
12 | * Armada 375 comes with an USB2 host and device controller and an | 9 | * Armada 375 comes with an USB2 host and device controller and an |
13 | * USB3 controller. The USB cluster control register allows to manage | 10 | * USB3 controller. The USB cluster control register allows to manage |
14 | * common features of both USB controllers. | 11 | * common features of both USB controllers. |