mtd: spi-nor: cadence-quadspi: add reset control
authorDinh Nguyen <dinguyen@kernel.org>
Thu, 13 Jun 2019 11:31:38 +0000 (06:31 -0500)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Thu, 27 Jun 2019 14:18:13 +0000 (17:18 +0300)
commit8d1336c241bdadf61a56e398d82d1e512dbff5f8
treee7f06bd2b5380fa69e5340e6ea21bd527b0570cc
parent63d3cd297bc045536e4c3eaddc2cf6aa4a8cf0df
mtd: spi-nor: cadence-quadspi: add reset control

Get the reset control properties for the QSPI controller and bring them
out of reset. Most will have just one reset bit, but there is an additional
OCP reset bit that is used ECC. The OCP reset bit will also need to get
de-asserted as well. [1]

The reason this patch is needed is in the case where a bootloader leaves
the QSPI controller in a reset state, or a state where init cannot occur
successfully, the patch will put the QSPI controller into a clean state.

[1] https://www.intel.com/content/www/us/en/programmable/hps/arria-10/hps.html#reg_soc_top/sfo1429890575955.html

Suggested-by: Tien-Fong Chee <tien.fong.chee@intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Reviewed-by: Vignesh Raghavendra <vigneshr@ti.com>
[tudor.ambarus@microchip.com: declare rstc and rstc_ocp on the same line]
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
drivers/mtd/spi-nor/cadence-quadspi.c