From 8120e7144b4007d26531835c7b6bc2b40a736cd2 Mon Sep 17 00:00:00 2001 From: "Peter A. G. Crosthwaite" Date: Tue, 31 Jul 2012 16:42:04 +1000 Subject: 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 --- hw/ssd0323.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/ssd0323.c') diff --git a/hw/ssd0323.c b/hw/ssd0323.c index 5d05a35bc2..9c42d648e2 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 = { -- cgit v1.2.3