Revert "spl: serial_bcm283x: set GPIO before enabling uart to remove rx"
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 2 Nov 2017 07:08:18 +0000 (16:08 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 01:39:02 +0000 (10:39 +0900)
commit58721d1656b26724717e76eeab912bb8a1fdf722
treee9ecbbcdb0320ffb6fe7fe8fc3ec78f9a4dcd734
parent5af4b023b549d31ff0dcdf51a2537952e91a7ee0
Revert "spl: serial_bcm283x: set GPIO before enabling uart to remove rx"

This reverts commit d1dac2248ae24ba833069679734f966f0e481b5a.

The commit fixes hang on u-boot console with serial connection, but
it blocks all serial rx communication, so it is not possible to send
any command via uart. So reverting it and the original issue will be
handled later.

Change-Id: I216375c8bbfcbd47b960182bfcd79d452d32e1f8
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/serial/serial_bcm283x_mu.c