mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1
T2081 rev 1.1 changes MEM_PLL_RAT in RCW which requires new parsing for PLL ratio. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
94af6842df
commit
96d59e9d6a
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ void get_sys_info(sys_info_t *sys_info)
|
|||
* T2080 rev 1.1 and later also use half mem_pll comparing with rev 1.0
|
||||
*/
|
||||
#if defined(CONFIG_PPC_T4240) || defined(CONFIG_PPC_T4160) || \
|
||||
defined(CONFIG_PPC_T4080) || defined(CONFIG_PPC_T2080)
|
||||
defined(CONFIG_PPC_T4080) || defined(CONFIG_PPC_T2080) || \
|
||||
defined(CONFIG_PPC_T2081)
|
||||
svr = get_svr();
|
||||
switch (SVR_SOC_VER(svr)) {
|
||||
case SVR_T4240:
|
||||
|
|
Loading…
Reference in a new issue