9
0
Fork 0

m33xx-clock: remove unused code

This patch includes no functional change. If a configurable DDRPLL_M
is required later, it should be set by the board instead of from here.

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jan Luebbe 2013-04-18 11:47:10 +02:00 committed by Sascha Hauer
parent 98839ca886
commit de5b9f71bf
1 changed files with 1 additions and 7 deletions

View File

@ -51,15 +51,9 @@
#define PERPLL_N (OSC - 1)
#define PERPLL_M2 5
/* DDR Freq is 166 MHZ for now*/
/* DDR Freq is 266 MHZ for now*/
/* Set Fdll = 400 MHZ , Fdll = M * 2 * CLKINP/ N + 1; clkout = Fdll /(2 * M2) */
//#if (CONFIG_AM335X_EVM_IS_13x13 == 1)
#if 0
#define DDRPLL_M 166 /* M/N + 1 = 25/3 */
#else
#define DDRPLL_M 266
#endif
#define DDRPLL_N (OSC - 1)
#define DDRPLL_M2 1