commit | 94993cf438a2589ec84a06d25a5c3754e164a89d | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Mon Jul 22 01:25:10 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:35:16 2019 +0200 |
tree | dce83e5db4aab27577cb22e1261670aba2c6bc54 | |
parent | 73df56a74155df5923a3ad44f9c6a1cf287075de [diff] |
i.MX7ULP: Change clock rate calculation for NIC1 BUS and EXT On i.MX7ULP B0, there is change in NIC clock dividers architecture. On A0, the NIC1 BUS and EXT dividers were in a chain with NIC1 DIV, but on B0 they are parallel with NIC1 DIV. So now the dividers are independent. This patch modifies the scg_nic_get_rate function according to this change. Signed-off-by: Ye Li <ye.li@nxp.com> Acked-by: Peng Fan <peng.fan@nxp.com>