Commit 510f5550 authored by Peter Jansweijer's avatar Peter Jansweijer

SPEC7 has 16 bit PHY, define BOARD_DIVIDE_DMTD_CLOCKS

parent c2d85ad4
Pipeline #317 failed with stages
in 11 seconds
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "dev/gpio.h" #include "dev/gpio.h"
#include "dev/ltc6950.h" #include "dev/ltc6950.h"
#include "spll_defs.h"
/* /*
* This is meant to be automatically included by the Makefile, * This is meant to be automatically included by the Makefile,
* when wrpc-sw is build for wrc (node) -- as opposed to wrs (switch) * when wrpc-sw is build for wrc (node) -- as opposed to wrs (switch)
...@@ -53,11 +53,9 @@ ...@@ -53,11 +53,9 @@
#define NUM_AUX_CLOCKS 1 #define NUM_AUX_CLOCKS 1
/* spll parameter that are board-specific */ /* spll parameter that are board-specific */
#ifdef CONFIG_TARGET_GENERIC_PHY_16BIT // SPEC7 has GENERIC_PHY_16BIT
# define BOARD_DIVIDE_DMTD_CLOCKS 0 # define BOARD_DIVIDE_DMTD_CLOCKS 0
#else
# define BOARD_DIVIDE_DMTD_CLOCKS 1
#endif
#define BOARD_MAX_CHAN_REF 1 #define BOARD_MAX_CHAN_REF 1
#define BOARD_MAX_CHAN_AUX 2 #define BOARD_MAX_CHAN_AUX 2
#define BOARD_MAX_PTRACKERS 1 #define BOARD_MAX_PTRACKERS 1
......
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