commit | 8b73c8792b1b19b619b0690fd7eacf6327863590 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Apr 15 16:29:12 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Mon Aug 13 22:35:40 2018 +0200 |
tree | c288e50a0dbfe5414afdfe9589527d0356e2331f | |
parent | 69fbb889236022ca5c50292855cdfb35f21631e1 [diff] |
ARM: socfpga: Zap all the UART handling complexity The UART reset handling is now done via reset framework using the SoCFPGA reset driver. The UART console assignment is done using the DM and console framework. Nuke all this comlexity, since it is just duplicating the same functionality, badly. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <chin.liang.see@intel.com> Cc: Dinh Nguyen <dinguyen@kernel.org>