Skip to content
Snippets Groups Projects
Commit c1015c67 authored by Shaohui Xie's avatar Shaohui Xie Committed by York Sun
Browse files

powerpc/t4240: Add a frequency setting case for fman1


A new valid setting case added for fman1, it uses platform frequency.

Signed-off-by: default avatarShaohui Xie <Shaohui.Xie@freescale.com>
Acked-by: default avatarYork Sun <yorksun@freescale.com>
parent 4b210ad3
No related branches found
No related tags found
No related merge requests found
......@@ -229,6 +229,9 @@ void get_sys_info(sys_info_t *sys_info)
case 4:
sys_info->freq_fman[1] = freq_c_pll[CONFIG_SYS_FM2_CLK + 1] / 4;
break;
case 5:
sys_info->freq_fman[1] = sys_info->freq_systembus;
break;
case 6:
sys_info->freq_fman[1] = freq_c_pll[CONFIG_SYS_FM2_CLK] / 2;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment