From ba79a6a620e1a3b8afcb00fb5c8292a49f1c86e2 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 3 Jun 2018 18:01:44 +1000 Subject: Switch GPIOs to output after send delay to match other driver Signed-off-by: Benjamin Herrenschmidt --- cf-code/cf-fsi-fw.S | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cf-code') diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S index fdaca54..8beeac9 100644 --- a/cf-code/cf-fsi-fw.S +++ b/cf-code/cf-fsi-fw.S @@ -416,12 +416,14 @@ start_command: move.b #STAT_COMPLETE,%a1@(STAT_REG) send_delay: - /* Configure GPIOs to output */ - bsr config_gpio_out - /* Send delay after every command */ moveq #16,%d3 clock_out_zeros %d3 + + /* Configure GPIOs to output */ + bsr config_gpio_out + + /* Next command */ bra main_loop start_break: -- cgit v1.2.1