Commit 433af565 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

ertm14: reorganized init code, about to add PPS->CLK sync

parent c0f7c1a1
This diff is collapsed.
......@@ -20,7 +20,7 @@
{ 0x1a, 0x00 },
{ 0x1b, 0x00 },
{ 0x1c, 0x00 },
{ 0x1d, 0x00 },
{ 0x1d, 0x80 },
{ 0x1e, 0x00 },
{ 0x1f, 0x00 },
{ 0x20, 0x00 },
......@@ -39,16 +39,16 @@
{ 0xfc, 0x00 },
{ 0xfd, 0x00 },
{ 0xfe, 0x00 },
{ 0x190, 0x77 },
{ 0x190, 0x11 },
{ 0x191, 0xc0 },
{ 0x192, 0x00 },
{ 0x193, 0x33 },
{ 0x193, 0x11 },
{ 0x194, 0xc0 },
{ 0x195, 0x00 },
{ 0x196, 0x11 },
{ 0x197, 0xc0 },
{ 0x198, 0x00 },
{ 0x199, 0x00 },
{ 0x199, 0x11 },
{ 0x19a, 0xc0 },
{ 0x19b, 0x00 },
{ 0x19c, 0x00 },
......
......@@ -97,6 +97,10 @@ int board_update(void);
#define ERTM14_CMON_CLK_REF 3
#define ERTM14_CMON_CLK_RX 4
#define ERTM14_CLKAB_OUT_FRONT_PANEL 11
// #define ERTM14_CALIBRATION_DEBUG 1
struct ertm14_board
{
struct gpio_device gpio_aux;
......
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