From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 Jun 2012 13:38:23 +0200 Subject: [U-Boot] [PATCH 6/9] ipu_common: Do not hardcode the ipu_clk frequency In-Reply-To: <1338485043-21666-6-git-send-email-fabio.estevam@freescale.com> References: <1338485043-21666-1-git-send-email-fabio.estevam@freescale.com> <1338485043-21666-6-git-send-email-fabio.estevam@freescale.com> Message-ID: <20120622133823.03ba28bf@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Thu, 31 May 2012 14:24:00 -0300 Fabio Estevam wrote: > Do not hardcode the ipu_clk frequency and let the board file pass this value. > > Signed-off-by: Fabio Estevam > --- > drivers/video/ipu_common.c | 2 +- > include/configs/mx51evk.h | 1 + > include/configs/mx53loco.h | 1 + > include/configs/vision2.h | 1 + > 4 files changed, 4 insertions(+), 1 deletions(-) Applied to u-boot-video/next, thanks! Anatolij