diff options
author | Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> | 2012-07-31 16:42:04 +1000 |
---|---|---|
committer | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2012-10-10 11:13:32 +1000 |
commit | 8120e7144b4007d26531835c7b6bc2b40a736cd2 (patch) | |
tree | 8f2fb19c017249a3bb5c1497758a2066645aeeed /hw/ssi-sd.c | |
parent | 1e5b31e6bd4fa8a9c679a18388d2219feece275a (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ssi-sd.c b/hw/ssi-sd.c index cbbc645213..c5505ee24f 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 = { |