MLK-14518-1 pxp: initialize pxp according to recommended flow
authorRobby Cai <robby.cai@nxp.com>
Tue, 21 Mar 2017 12:12:14 +0000 (20:12 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:59 +0000 (15:21 -0500)
commit84b9c46621be206745a217a2c5ad1f5a98f64b3e
tree20cbb04489e70f1f528506273e077dc0df3544f6
parentd6d71fc30fc2ef6b9cdca8224366fc91b4840172
MLK-14518-1 pxp: initialize pxp according to recommended flow

use pxp_soft_reset() in probe and resume function because this implementation
follows the recommended flow in the IC spec.
without soft reset, when only use wfe_a process without legacy process it's
likely to meet timeout issue since. In other words, wfe_a process need the
soft reset to work properly.

Signed-off-by: Robby Cai <robby.cai@nxp.com>
drivers/dma/pxp/pxp_dma_v3.c