Commit 5eeb579d authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

dev/ad9516: output 62.5 system clock to SMC connector on the front panel

parent 943bfb7d
......@@ -259,7 +259,6 @@ int ad9516_init(int scb_version)
* Output 8 => 10 MHz
* Output 9 => 10 MHz
*/
ad9516_write_reg(0x143, 0x1); //Temporary Powerdown 10MHz output
} else { //Old one
......
......@@ -130,10 +130,10 @@ const struct ad9516_reg ad9516_base_config_34[] = {
{0x019B, 0x11},
{0x019C, 0x20},
{0x019D, 0x00},
{0x019E, 0x10},
{0x019E, 0x33},
{0x019F, 0x00},
{0x01A0, 0xCB},
{0x01A1, 0x00},
{0x01A0, 0x11},
{0x01A1, 0x20},
{0x01A2, 0x00},
{0x01A3, 0x00},
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment