aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi-sd.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/ssi-sd.c
parent1e5b31e6bd4fa8a9c679a18388d2219feece275a (diff)
downloadqemu-8120e7144b4007d26531835c7b6bc2b40a736cd2.zip
qemu-8120e7144b4007d26531835c7b6bc2b40a736cd2.tar.gz
qemu-8120e7144b4007d26531835c7b6bc2b40a736cd2.tar.bz2
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/ssi-sd.c')
-rw-r--r--hw/ssi-sd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ssi-sd.c b/hw/ssi-sd.c
index cbbc645..c5505ee 100644
--- a/hw/ssi-sd.c
+++ b/hw/ssi-sd.c
@@ -256,6 +256,7 @@ static void ssi_sd_class_init(ObjectClass *klass, void *data)
k->init = ssi_sd_init;
k->transfer = ssi_sd_transfer;
+ k->cs_polarity = SSI_CS_LOW;
}
static TypeInfo ssi_sd_info = {