commit | e042e249b18d9d6070af2f37520a3c9423de4913 | [log] [tgz] |
---|---|---|
author | Maureen Helm <maureen.helm@nxp.com> | Sat Aug 26 15:53:24 2017 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Oct 20 12:28:11 2017 -0500 |
tree | d080b268f7d194d24ca7689c4957642898068644 | |
parent | 6312b0e6a129b9b5724e4993925b6e26c0ae2f0e [diff] |
serial: Refactor mcux uart shim driver to use clock control interface Use the clock control interface instead of calling CLOCK_GetFreq() directly. This will allow SoCs with different clock architectures to reuse this driver. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>