diff options
| author | Ran Wang <[email protected]> | 2018-09-26 13:46:30 +0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2018-09-27 10:01:28 -0700 |
| commit | 26cbc0d663555b8af7d40ecfd0d0fefe960d9686 (patch) | |
| tree | 9bf0ee61a71948f0a3d312ba3f3f42dcedb4f88d /arch/arm/include | |
| parent | 247058b9b4b60a9d67aefd3d3e930fcd3ba9c7c3 (diff) | |
armv7: ls102xa: Disable QE before enter deep sleep
Otherwise system will hang after executing wfi.
Signed-off-by: Ran Wang <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h index d6ba298c5b3..137cd618049 100644 --- a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h +++ b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h @@ -86,6 +86,8 @@ struct sys_info { unsigned long freq_localbus; }; +#define CCSR_DEVDISR1_QE 0x00000001 + /* Device Configuration and Pin Control */ struct ccsr_gur { u32 porsr1; /* POR status 1 */ |
