aboutsummaryrefslogtreecommitdiff
path: root/src/superio/aspeed/ast2400/ast2400.h
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-02-23 23:04:10 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-25 10:11:55 +0000
commite5c1aa69c7208fc1c9a0827e971b4b58340da307 (patch)
tree5a191c64fa6048140ada6e0bad6cb5518c994b0c /src/superio/aspeed/ast2400/ast2400.h
parent9318d6d6251dcc5ae243a377d15d407a066ec46f (diff)
superio/aspeed/ast2400: rename SWAK to SWC to match the datasheet
The datasheet uses "SWC" as shortcut for "System Wake-up Controller", thus rename it in the code. Change-Id: I8b3a14946e37f805d1c4e3df343dfcd7f67f6dc8 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39095 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/superio/aspeed/ast2400/ast2400.h')
-rw-r--r--src/superio/aspeed/ast2400/ast2400.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/aspeed/ast2400/ast2400.h b/src/superio/aspeed/ast2400/ast2400.h
index d9e4ea1b02..d361c8b9fd 100644
--- a/src/superio/aspeed/ast2400/ast2400.h
+++ b/src/superio/aspeed/ast2400/ast2400.h
@@ -6,7 +6,7 @@
#define AST2400_SUART1 0x2 /* Com1 */
#define AST2400_SUART2 0x3 /* Com2 */
-#define AST2400_SWAK 0x4 /* System Wake-Up control */
+#define AST2400_SWC 0x4 /* System Wake-Up Control */
#define AST2400_KBC 0x5 /* Keyboard controller */
#define AST2400_GPIO 0x7 /* GPIO */
#define AST2400_SUART3 0xB /* Com3 */