commit | f8fd275c1be1f6b6fdca57196513f83dc1d38453 | [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 | 6b46c468dfb17e9689d5867cbc513820d1aed300 [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>