diff options
Diffstat (limited to 'arch/arm/mach-omap2/cminst44xx.c')
-rw-r--r-- | arch/arm/mach-omap2/cminst44xx.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/cminst44xx.c b/arch/arm/mach-omap2/cminst44xx.c index c11ac492b626..46670521b278 100644 --- a/arch/arm/mach-omap2/cminst44xx.c +++ b/arch/arm/mach-omap2/cminst44xx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OMAP4 CM instance functions | 3 | * OMAP4 CM instance functions |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Paul Walmsley | 7 | * Paul Walmsley |
7 | * Rajendra Nayak <rnayak@ti.com> | 8 | * Rajendra Nayak <rnayak@ti.com> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * This is needed since CM instances can be in the PRM, PRCM_MPU, CM1, | 10 | * This is needed since CM instances can be in the PRM, PRCM_MPU, CM1, |
14 | * or CM2 hardware modules. For example, the EMU_CM CM instance is in | 11 | * or CM2 hardware modules. For example, the EMU_CM CM instance is in |
15 | * the PRM hardware module. What a mess... | 12 | * the PRM hardware module. What a mess... |