All pastes #1885244 Raw Edit

Unnamed

public text v1 · immutable
#1885244 ·published 2010-06-17 18:34 UTC
rendered paste body
Index: firmware/target/arm/as3525/clock-target.h
===================================================================
--- firmware/target/arm/as3525/clock-target.h	(revision 26894)
+++ firmware/target/arm/as3525/clock-target.h	(working copy)
@@ -66,6 +66,9 @@
 #define AS3525_PLLA_FREQ        240000000
 #define AS3525_PLLA_SETTING     0x113B
 
+#define AS3525_PLLB_FREQ        192000000
+#define AS3525_PLLB_SETTING     0x155F
+
 #define AS3525_FCLK_PREDIV      0
 #define AS3525_FCLK_FREQ        AS3525_PLLA_FREQ
 
@@ -136,7 +139,7 @@
 #endif /* CONFIG_CPU == AS3525v2 */
 
 /* MCLK */
-#define AS3525_MCLK_SEL          AS3525_CLK_PLLA
+#define AS3525_MCLK_SEL          AS3525_CLK_PLLB
 #if (AS3525_MCLK_SEL==AS3525_CLK_PLLA)
 #define AS3525_MCLK_FREQ         AS3525_PLLA_FREQ
 #elif (AS3525_MCLK_SEL==AS3525_CLK_PLLB)