summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnish Trivedi <anish@freescale.com>2009-11-24 13:43:45 -0600
committerJustin Waters <justin.waters@timesys.com>2010-03-25 14:01:21 -0400
commitef386d1ff49671f3365364c18f707f1afe6729d2 (patch)
treee4649d9b8cd5c5c4471791247fdad38cf3700757 /include
parent4c5742835461526130d16104296f28b629c8d52b (diff)
ENGR00118729 MX51 SCC: Change SMN_STATUS_SMN_ERROR offset to 0x4000
Changed bit definition from 0x8000 to 0x4000 Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mxc_scc2_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mxc_scc2_driver.h b/include/linux/mxc_scc2_driver.h
index ba305c1d2c6e..3302447f2723 100644
--- a/include/linux/mxc_scc2_driver.h
+++ b/include/linux/mxc_scc2_driver.h
@@ -648,7 +648,7 @@ scc_verify_slot_access(uint64_t owner_id, uint32_t slot, uint32_t access_len);*/
/** Some security peripheral is initializing */
#define SMN_STATUS_PERIP_INIT 0x00010000
/** Internal error detected in SMN. */
-#define SMN_STATUS_SMN_ERROR 0x00008000
+#define SMN_STATUS_SMN_ERROR 0x00004000
/** SMN has an outstanding interrupt. */
#define SMN_STATUS_SMN_STATUS_IRQ 0x00004000
/** Software Alarm was triggered. */