Re: [PATCH 2/2] reset: imx7: add the cm4 reset for i.MX8MQ

2020-08-03 Thread Philipp Zabel
On Thu, 2020-07-30 at 14:46 +0800, peng@nxp.com wrote: > From: Peng Fan > > Add the cm4 reset used by the remoteproc driver > > Signed-off-by: Peng Fan Thank you, both applied to reset/next. regards Philipp

[PATCH 2/2] reset: imx7: add the cm4 reset for i.MX8MQ

2020-07-30 Thread peng . fan
From: Peng Fan Add the cm4 reset used by the remoteproc driver Signed-off-by: Peng Fan --- drivers/reset/reset-imx7.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/reset/reset-imx7.c b/drivers/reset/reset-imx7.c index d170fe663210..87b6e2d46fb6 100644 ---