]> git.dujemihanovic.xyz Git - u-boot.git/commit
serial: lpuart: use ipg clk for i.MX7ULP
authorPeng Fan <peng.fan@nxp.com>
Fri, 12 Apr 2024 14:24:52 +0000 (22:24 +0800)
committerFabio Estevam <festevam@gmail.com>
Mon, 15 Apr 2024 11:09:31 +0000 (08:09 -0300)
commit1e635a319d1cd45f1bd1b7d1b9ad2b7e2969a6b4
tree680845461a03d67d85690c49756a5529db120e81
parent51cfa66f2c4a2a57112d689f1f452e07be2dda21
serial: lpuart: use ipg clk for i.MX7ULP

To i.MX7ULP compatible lpuart, there is only ipg clk, no per clk.
So add a devtype check for i.MX7ULP.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/serial/serial_lpuart.c