summaryrefslogtreecommitdiffstats
path: root/hw/ssd0323.c
diff options
context:
space:
mode:
authorPeter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>2012-07-31 16:42:04 +1000
committerPeter Crosthwaite <peter.crosthwaite@xilinx.com>2012-10-10 11:13:32 +1000
commit8120e7144b4007d26531835c7b6bc2b40a736cd2 (patch)
tree8f2fb19c017249a3bb5c1497758a2066645aeeed /hw/ssd0323.c
parent1e5b31e6bd4fa8a9c679a18388d2219feece275a (diff)
downloadhqemu-8120e7144b4007d26531835c7b6bc2b40a736cd2.zip
hqemu-8120e7144b4007d26531835c7b6bc2b40a736cd2.tar.gz
stellaris: Removed SSI mux
Removed the explicit SSI mux and wired the CS line directly up to the SSI devices. Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
Diffstat (limited to 'hw/ssd0323.c')
-rw-r--r--hw/ssd0323.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ssd0323.c b/hw/ssd0323.c
index 5d05a35..9c42d64 100644
--- a/hw/ssd0323.c
+++ b/hw/ssd0323.c
@@ -354,6 +354,7 @@ static void ssd0323_class_init(ObjectClass *klass, void *data)
k->init = ssd0323_init;
k->transfer = ssd0323_transfer;
+ k->cs_polarity = SSI_CS_HIGH;
}
static TypeInfo ssd0323_info = {
OpenPOWER on IntegriCloud