diff options
author | Anish Trivedi <anish@freescale.com> | 2009-11-24 13:43:45 -0600 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-02-12 17:19:40 +0100 |
commit | 15f5ae82bd5d3225bd04c21957bf55df1763c0d6 (patch) | |
tree | e4649d9b8cd5c5c4471791247fdad38cf3700757 /include | |
parent | 1b8bd2cb227423cac9eabd317579d8496822ecf1 (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. */ |