commit | a64506a0a7f901727bf6a7f8d5d347dd537fea97 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Mar 18 18:38:30 2025 -0500 |
committer | Fabio Estevam <festevam@gmail.com> | Wed Mar 19 13:17:21 2025 -0300 |
tree | 26cee12f9ac1a6521e25154b4c42dcb0cd54f97d | |
parent | 5a7c1c154c1380e6fb27ac82ff2380192d879074 [diff] |
clk: imx6q: Register UART clocks In order to use the driver model and clock system to enable UART clocks from the serial driver, it's necessary to register the UART clocks. With the helper function to check for imx6qp vs other variants, the UART can register for both scenarios. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>