···435435436436config PLL_BYPASS437437 bool "Bypass PLL"438438- depends on BFIN_KERNEL_CLOCK438438+ depends on BFIN_KERNEL_CLOCK && (!BF60x)439439 default n440440441441config CLKIN_HALF···454454 default "20" if (BFIN537_STAMP || BFIN527_EZKIT || BFIN527_EZKIT_V2 || BFIN548_EZKIT || BFIN548_BLUETECHNIX_CM || BFIN538_EZKIT)455455 default "22" if BFIN533_BLUETECHNIX_CM456456 default "20" if (BFIN537_BLUETECHNIX_CM_E || BFIN537_BLUETECHNIX_CM_U || BFIN527_BLUETECHNIX_CM || BFIN561_BLUETECHNIX_CM)457457- default "20" if BFIN561_EZKIT457457+ default "20" if (BFIN561_EZKIT || BF609)458458 default "16" if (H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD || BFIN518F_EZBRD)459459 default "25" if BFIN527_AD7160EVAL460460 help···486486 int "System Clock Divider"487487 depends on BFIN_KERNEL_CLOCK488488 range 1 15489489- default 5489489+ default 4490490 help491491- This sets the frequency of the system clock (including SDRAM or DDR).491491+ This sets the frequency of the system clock (including SDRAM or DDR) on492492+ !BF60x else it set the clock for system buses and provides the493493+ source from which SCLK0 and SCLK1 are derived.492494 This can be between 1 and 15493495 System Clock = (PLL frequency) / (this setting)496496+497497+config SCLK0_DIV498498+ int "System Clock0 Divider"499499+ depends on BFIN_KERNEL_CLOCK && BF60x500500+ range 1 15501501+ default 1502502+ help503503+ This sets the frequency of the system clock0 for PVP and all other504504+ peripherals not clocked by SCLK1.505505+ This can be between 1 and 15506506+ System Clock0 = (System Clock) / (this setting)507507+508508+config SCLK1_DIV509509+ int "System Clock1 Divider"510510+ depends on BFIN_KERNEL_CLOCK && BF60x511511+ range 1 15512512+ default 1513513+ help514514+ This sets the frequency of the system clock1 (including SPORT, SPI and ACM).515515+ This can be between 1 and 15516516+ System Clock1 = (System Clock) / (this setting)517517+518518+config DCLK_DIV519519+ int "DDR Clock Divider"520520+ depends on BFIN_KERNEL_CLOCK && BF60x521521+ range 1 15522522+ default 2523523+ help524524+ This sets the frequency of the DDR memory.525525+ This can be between 1 and 15526526+ DDR Clock = (PLL frequency) / (this setting)494527495528choice496529 prompt "DDR SDRAM Chip Type"···540507541508choice542509 prompt "DDR/SDRAM Timing"543543- depends on BFIN_KERNEL_CLOCK510510+ depends on BFIN_KERNEL_CLOCK && !BF60x544511 default BFIN_KERNEL_CLOCK_MEMINIT_CALC545512 help546513 This option allows you to specify Blackfin SDRAM/DDR Timing parameters···622589 default 600000000 if BF548623590 default 533333333 if BF549624591 default 600000000 if BF561592592+ default 800000000 if BF609625593626594config MIN_VCO_HZ627595 int···630596631597config MAX_SCLK_HZ632598 int599599+ default 200000000 if BF609633600 default 133333333634601635602config MIN_SCLK_HZ
+1-1
arch/blackfin/include/asm/bfin-global.h
···3838#ifdef CONFIG_BF60x3939extern unsigned long get_sclk0(void);4040extern unsigned long get_sclk1(void);4141-extern unsigned long get_dramclk(void);4141+extern unsigned long get_dclk(void);4242#endif4343extern unsigned long sclk_to_usecs(unsigned long sclk);4444extern unsigned long usecs_to_sclk(unsigned long usecs);