Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e12f12ac authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Jason Cooper
Browse files

ARM: mvebu: update comments in coherency.c



The coherency.c top-level comment mentions that it supports the
coherency fabric for Armada 370 and XP, but it also supports the
coherency fabric on Armada 375 and 38x, so this commit updates the
comment accordingly.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1415871540-20302-6-git-send-email-thomas.petazzoni@free-electrons.com


Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent ef01c6c3
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
/*
/*
 * Coherency fabric (Aurora) support for Armada 370 and XP platforms.
 * Coherency fabric (Aurora) support for Armada 370, 375, 38x and XP
 * platforms.
 *
 *
 * Copyright (C) 2012 Marvell
 * Copyright (C) 2012 Marvell
 *
 *
@@ -11,7 +12,7 @@
 * License version 2.  This program is licensed "as is" without any
 * License version 2.  This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 * warranty of any kind, whether express or implied.
 *
 *
 * The Armada 370 and Armada XP SOCs have a coherency fabric which is
 * The Armada 370, 375, 38x and XP SOCs have a coherency fabric which is
 * responsible for ensuring hardware coherency between all CPUs and between
 * responsible for ensuring hardware coherency between all CPUs and between
 * CPUs and I/O masters. This file initializes the coherency fabric and
 * CPUs and I/O masters. This file initializes the coherency fabric and
 * supplies basic routines for configuring and controlling hardware coherency
 * supplies basic routines for configuring and controlling hardware coherency