imx7: imx7_clock: uart: Add UART clock init logic
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Fri, 8 Jun 2018 12:16:29 +0000 (13:16 +0100)
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>
Tue, 4 Sep 2018 12:36:23 +0000 (13:36 +0100)
commit73f432a47c0c562c4cb3843fbc9ebafc3757d8db
treeaaec2826e7e78edc0d67e34373b0d41bdc9905ee
parent6176a4e56b16fa28a914b72fa163929135463f8c
imx7: imx7_clock: uart: Add UART clock init logic

This patch adds an internal UART init routine that gets called from the
external facing clock init function.

In the first pass this call does an explicit disable of all UART
clock-gates. Later changes will enable only the UART clock-gates we care
about.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
plat/imx/common/imx7_clock.c [new file with mode: 0644]