[U-Boot] [PATCH] fsl-ifc-nand : Corrected the programming of chip select
Scott Wood
scott.wood at nxp.com
Tue Sep 6 22:37:29 CEST 2016
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
More information about the U-Boot
mailing list