mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
drivers/ddr/fsl: Enable detection of one DDR controller operation for LSCH3
Freescale LSCH3 platforms use two DDR controlers interleaving mode out of reset. It can be configured to disable one controller. To support this operation, the driver needs to detect and skip the disabled controller. Signed-off-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
7023100971
commit
61bd2f75f5
4 changed files with 49 additions and 0 deletions
|
@ -131,6 +131,7 @@ void board_add_ram_info(int use_default);
|
|||
/* processor specific function */
|
||||
void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs,
|
||||
unsigned int ctrl_num, int step);
|
||||
void remove_unused_controllers(fsl_ddr_info_t *info);
|
||||
|
||||
/* board specific function */
|
||||
int fsl_ddr_get_dimm_params(dimm_params_t *pdimm,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue