Skip to content
Snippets Groups Projects
Commit c7430d7d authored by Fabio Estevam's avatar Fabio Estevam Committed by Anatolij Gustschin
Browse files

ipu_common: Let the MX6 IPU clock be calculated in run-time


MX6Q/QP IPU operates at 264MHz and MX6DL IPU at 198MHz.

When running a SPL target, which supports multiple MX6 variants we cannot
properly setup the IPU clock frequency via CONFIG_IPUV3_CLK option as
such decision is done in build-time currently.

Remove the CONFIG_IPUV3_CLK option and let the IPU clock frequency be
configured in run-time on mx6.

Reported-by: default avatarEric Nelson <eric@nelint.com>
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: default avatarEric Nelson <eric@nelint.com>
Reviewed-by: default avatarStefano Babic <sbabic@denx.de>
[agust: fixed #endif in cgtqmx6eval.h]
Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent 584f316f
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 28 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment