mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
fix(lx2): drop erratum A-009810
The erratum A-009810 should not be applied to LX2, the impaction is that it can cause system reboot when linux tried to power down, so remove it. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: I5e24229cf8512eff28b315ebcdf18de555c40c74
This commit is contained in:
parent
1b33b58b66
commit
e36b0e4910
1 changed files with 0 additions and 8 deletions
|
@ -563,14 +563,6 @@ endfunc _soc_sys_reset
|
|||
*/
|
||||
func _soc_sys_off
|
||||
|
||||
/* A-009810: LPM20 entry sequence might cause
|
||||
* spurious timeout reset request
|
||||
* workaround: MASK RESET REQ RPTOE
|
||||
*/
|
||||
ldr x0, =NXP_RESET_ADDR
|
||||
ldr w1, =RSTRQMR_RPTOE_MASK
|
||||
str w1, [x0, #RST_RSTRQMR1_OFFSET]
|
||||
|
||||
/* disable sec, QBman, spi and qspi */
|
||||
ldr x2, =NXP_DCFG_ADDR
|
||||
ldr x0, =DCFG_DEVDISR1_OFFSET
|
||||
|
|
Loading…
Add table
Reference in a new issue