RE: [PATCH v4] board: fsl: lx2160a: Add support to reset to eMMC

2020-02-04 Thread Priyanka Jain (OSS)
>-Original Message- >From: U-Boot On Behalf Of Meenakshi >Aggarwal >Sent: Thursday, January 23, 2020 5:55 PM >To: u-boot@lists.denx.de; Priyanka Jain >Subject: [PATCH v4] board: fsl: lx2160a: Add support to reset to eMMC > >Add support of "qixis_reset em

[PATCH v4] board: fsl: lx2160a: Add support to reset to eMMC

2020-01-22 Thread Meenakshi Aggarwal
Add support of "qixis_reset emmc" command for lx2160a based platforms Signed-off-by: Meenakshi Aggarwal --- Changes: v2: - update in commit message - using set_rcw_src() in place of QIXIS_WRITE() v3: - update in commit message v4: -incorporated review comments