commit | a7077037648f31bded10cf10259dbe3eec8ae582 | [log] [tgz] |
---|---|---|
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | Fri Jun 25 20:19:11 2021 +0900 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon Jun 28 08:56:03 2021 +0200 |
tree | 24e5af8d802fbcb7fcd52ed1ebe43c5cd974e42b | |
parent | ceedd3a3e63b5e7ac9f80a463e62a24e8aeb76fc [diff] |
serial: zynq: Add support for serial parameters This adds serial parameters that include stop bit mode, parity mode, and character length. Mark parity and space parity modes are not supported. At the moment, the only path to call setconfig directly is DM testing, however, this affects the size of SPL for DM testing, so it doesn't apply to SPL. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>