.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Marvell PXA3xxx family clocks |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2014 Robert Jarzmik |
---|
5 | 6 | * |
---|
6 | 7 | * Heavily inspired from former arch/arm/mach-pxa/pxa3xx.c |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License as published by |
---|
10 | | - * the Free Software Foundation; version 2 of the License. |
---|
11 | 8 | * |
---|
12 | 9 | * For non-devicetree platforms. Once pxa is fully converted to devicetree, this |
---|
13 | 10 | * should go away. |
---|