From 17f5a313204721b0645dea686d97f45d6e0a444f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 15 Nov 2014 11:23:23 -0700 Subject: [PATCH] runtime/dds: fix reset glitches --- soc/runtime/dds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/runtime/dds.c b/soc/runtime/dds.c index 56442eeb9..9fcfe9cfb 100644 --- a/soc/runtime/dds.c +++ b/soc/runtime/dds.c @@ -22,6 +22,7 @@ void dds_init(void) int i; for(i=0;i<8;i++) { + DDS_WRITE(DDS_GPIO, i); DDS_WRITE(DDS_GPIO, i | (1 << 7)); DDS_WRITE(DDS_GPIO, i); DDS_WRITE(0x00, 0x78);