Title: [6664] trunk/arch/blackfin/Kconfig: just set 25000000 as the default since majority of boards use that
Revision
6664
Author
vapier
Date
2009-06-11 17:21:57 -0500 (Thu, 11 Jun 2009)

Log Message

just set 25000000 as the default since majority of boards use that

Modified Paths


Diff

Modified: trunk/arch/blackfin/Kconfig (6663 => 6664)


--- trunk/arch/blackfin/Kconfig	2009-06-11 21:52:35 UTC (rev 6663)
+++ trunk/arch/blackfin/Kconfig	2009-06-11 22:21:57 UTC (rev 6664)
@@ -414,13 +414,12 @@
 
 config CLKIN_HZ
 	int "Frequency of the crystal on the board in Hz"
+	default "10000000" if BFIN532_IP0X
 	default "11059200" if BFIN533_STAMP
+	default "24576000" if PNAV10
+	default "25000000" # most people use this
 	default "27000000" if BFIN533_EZKIT
-	default "25000000" if (BFIN537_STAMP || BFIN527_EZKIT || H8606_HVSISTEMAS || BLACKSTAMP || BFIN526_EZBRD || BFIN538_EZKIT || BFIN518F-EZBRD)
 	default "30000000" if BFIN561_EZKIT
-	default "24576000" if PNAV10
-	default "10000000" if BFIN532_IP0X
-	default "0" # u-boot should pass it down
 	help
 	  The frequency of CLKIN crystal oscillator on the board in Hz.
 	  Warning: This value should match the crystal on the board. Otherwise,
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to