commit | ffa8bcd7f1373a8e720b4c9404aa093e7780e205 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Tue Jun 06 05:31:45 2017 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Wed Jul 12 09:42:33 2017 +0200 |
tree | 99b5c12b99e374db391d7d63b3c2f0479250184c | |
parent | 3fd9579085fae691760486f595b9eda228bfc656 [diff] |
serial: mxc: Add common mxc_uart reg space This patch will add common reg space for non-dm and dm code and non-dm reg space can be accessed using mxc_base. This will - get rid of __REG volatile assignments - Make common reg_space by removing unneeded macros Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Simon Glass <sjg@chromium.org>