summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2013-07-02 11:16:55 -0700
committerTroy Kisky <troy.kisky@boundarydevices.com>2013-07-03 13:57:00 -0700
commit39692df9139960a156928166d38baa1ba9175c81 (patch)
tree5ec240405c5a3b341c63d01b5335dd336950a8b0
parent5ad4e6cf794ae6fdb44e4b052311c09c57c870a2 (diff)
ksz9031: change rx_ctl/tx_ctl pad skew delay to min
-rw-r--r--board/boundary/nit6xlite/nit6xlite.c7
-rw-r--r--board/boundary/nitrogen6x/nitrogen6x.c7
2 files changed, 8 insertions, 6 deletions
diff --git a/board/boundary/nit6xlite/nit6xlite.c b/board/boundary/nit6xlite/nit6xlite.c
index 158a4ec3af..f7c6d3ef89 100644
--- a/board/boundary/nit6xlite/nit6xlite.c
+++ b/board/boundary/nit6xlite/nit6xlite.c
@@ -302,9 +302,10 @@ void setup_spi(void)
#endif
unsigned short ksz9031_por_cmds[] = {
- 0x0205, 0x0, /* RXDn pad skew */
- 0x0206, 0x0, /* TXDn pad skew */
- 0x0208, 0x03ff, /* TXC/RXC pad skew */
+ 0x0204, 0x0, /* RX_CTL/TX_CTL output pad skew */
+ 0x0205, 0x0, /* RXDn pad skew */
+ 0x0206, 0x0, /* TXDn pad skew */
+ 0x0208, 0x03ff, /* TXC/RXC pad skew */
0x0, 0x0
};
diff --git a/board/boundary/nitrogen6x/nitrogen6x.c b/board/boundary/nitrogen6x/nitrogen6x.c
index 7863db4e7e..dd367e7c44 100644
--- a/board/boundary/nitrogen6x/nitrogen6x.c
+++ b/board/boundary/nitrogen6x/nitrogen6x.c
@@ -351,9 +351,10 @@ void setup_spi(void)
#endif
unsigned short ksz9031_por_cmds[] = {
- 0x0205, 0x0, /* RXDn pad skew */
- 0x0206, 0x0, /* TXDn pad skew */
- 0x0208, 0x03ff, /* TXC/RXC pad skew */
+ 0x0204, 0x0, /* RX_CTL/TX_CTL output pad skew */
+ 0x0205, 0x0, /* RXDn pad skew */
+ 0x0206, 0x0, /* TXDn pad skew */
+ 0x0208, 0x03ff, /* TXC/RXC pad skew */
0x0, 0x0
};