
6 Sep
2016
6 Sep
'16
10:37 p.m.
On 09/06/2016 02:31 PM, Ronak Desai wrote:
We don't need to update fsl_ifc_sram_init() as fsl_ifc_sram_init is called from the fsl_ifc_chip_init which configures the ifc_ctrl->cs_nand with correct value based on the chip-select under initialization.
Best Regards, Ronak Desai
We don't *need* to but we should. Chipselect is a property of the chip, not the controller, so it doesn't belong in the controller struct (unless it's going to be updated per-transaction like page, column, etc. but we already have priv->bank so let's just use it).
-Scott