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/ssd0323.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/ssd0323.c')
-rw-r--r-- | hw/ssd0323.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ssd0323.c b/hw/ssd0323.c index 5d05a35bc..9c42d648e 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 = { |