diff options
author | Anish Trivedi <anish@freescale.com> | 2009-11-24 13:43:45 -0600 |
---|---|---|
committer | Anish Trivedi <anish@freescale.com> | 2009-11-30 10:32:11 -0600 |
commit | a68aa25f652b89b70660d24bcd6adf520cf46a04 (patch) | |
tree | e4649d9b8cd5c5c4471791247fdad38cf3700757 /include | |
parent | ace2dc9b247db5463ac1a8a06c33239ebbe1079f (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.h | 2 |
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. */ |