commit | 17a6d29f675201924a49d20b739046f70b3955fd | [log] [tgz] |
---|---|---|
author | Maureen Helm <maureen.helm@nxp.com> | Sat Aug 26 16:18:28 2017 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Oct 20 12:28:11 2017 -0500 |
tree | 512c3404c56b45a2fdd576712bee67165b0d6583 | |
parent | e042e249b18d9d6070af2f37520a3c9423de4913 [diff] |
serial: Refactor mcux lpuart shim driver to use clock control interface Refactors the mcux lpuart shim driver to 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>