diff options
-rw-r--r-- | arch/arm/mach-mvebu/coherency.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-mvebu/coherency.c b/arch/arm/mach-mvebu/coherency.c index e568b2ef6830..c18da36c75b1 100644 --- a/arch/arm/mach-mvebu/coherency.c +++ b/arch/arm/mach-mvebu/coherency.c | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Coherency fabric (Aurora) support for Armada 370 and XP platforms. | 2 | * Coherency fabric (Aurora) support for Armada 370, 375, 38x and XP |
3 | * platforms. | ||
3 | * | 4 | * |
4 | * Copyright (C) 2012 Marvell | 5 | * Copyright (C) 2012 Marvell |
5 | * | 6 | * |
@@ -11,7 +12,7 @@ | |||
11 | * License version 2. This program is licensed "as is" without any | 12 | * License version 2. This program is licensed "as is" without any |
12 | * warranty of any kind, whether express or implied. | 13 | * warranty of any kind, whether express or implied. |
13 | * | 14 | * |
14 | * The Armada 370 and Armada XP SOCs have a coherency fabric which is | 15 | * The Armada 370, 375, 38x and XP SOCs have a coherency fabric which is |
15 | * responsible for ensuring hardware coherency between all CPUs and between | 16 | * responsible for ensuring hardware coherency between all CPUs and between |
16 | * CPUs and I/O masters. This file initializes the coherency fabric and | 17 | * CPUs and I/O masters. This file initializes the coherency fabric and |
17 | * supplies basic routines for configuring and controlling hardware coherency | 18 | * supplies basic routines for configuring and controlling hardware coherency |