From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 11 Sep 2017 10:56:59 +0200 Subject: [U-Boot] [PATCH] ipu_common: Let the MX6 IPU clock be calculated in run-time In-Reply-To: <1504716571-3208-1-git-send-email-festevam@gmail.com> References: <1504716571-3208-1-git-send-email-festevam@gmail.com> Message-ID: <20170911105659.78d7f83b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On Wed, 6 Sep 2017 13:49:31 -0300 Fabio Estevam festevam at gmail.com wrote: > From: Fabio Estevam > > 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: Eric Nelson > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - Improve the mx6 detection logic (Troy) Thanks for the patch! Is this a bug fix and should it go into v2017.09 release? -- Anatolij