]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00216955 MX6 General : Fix a typo when defining OCOTP fuse name
authorEric Sun <jian.sun@freescale.com>
Thu, 12 Jul 2012 05:28:58 +0000 (13:28 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:22 +0000 (14:12 +0200)
The name in BANK2, "SOTPMK1" should be "OTPMK1"

Signed-off-by: Eric Sun <jian.sun@freescale.com>
arch/arm/plat-mxc/devices/platform-imx-ocotp.c

index 2279aa7b8f91ad6043184ca3bfd925c2e582958d..055fe337e143c21d628f6b71fee3e79c1e8f6e27 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify it under
  * the terms of the GNU General Public License version 2 as published by the
@@ -53,7 +53,7 @@ const struct imx_otp_data imx50_otp_data = {
 static const char *bank_reg_desc[BANKS][BANK_ITEMS] = {
        BANK(LOCK, CFG0, CFG1, CFG2, CFG3, CFG4, CFG5, CFG6),
        BANK(MEM0, MEM1, MEM2, MEM3, MEM4, ANA0, ANA1, ANA2),
-       BANK(OTPMK0, SOTPMK1, OTPMK2, OTPMK3, OTPMK4, OTPMK5, OTPMK6, OTPMK7),
+       BANK(OTPMK0, OTPMK1, OTPMK2, OTPMK3, OTPMK4, OTPMK5, OTPMK6, OTPMK7),
        BANK(SRK0, SRK1, SRK2, SRK3, SRK4, SRK5, SRK6, SRK7),
        BANK(RESP0, HSJC_RESP1, MAC0, MAC1, HDCP_KSV0, HDCP_KSV1, GP1, GP2),
        BANK(DTCP_KEY0,  DTCP_KEY1,  DTCP_KEY2,  DTCP_KEY3,  DTCP_KEY4,  MISC_CONF,  FIELD_RETURN, SRK_REVOKE),