From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 20 Apr 2015 09:39:38 +0200 Subject: [U-Boot] [PATCH v2] video, ipu: make ldb clock frequenz overwriteable through board code In-Reply-To: <1429509228-10406-1-git-send-email-hs@denx.de> References: <1429509228-10406-1-git-send-email-hs@denx.de> Message-ID: <20150420093938.1752968b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 20 Apr 2015 07:53:48 +0200 Heiko Schocher wrote: > the ldb clock can be setup in board code (for example set through PLL5). > Update the ldb_clock rate also through board code. > > This should be removed, if a clock framework is availiable. > > Signed-off-by: Heiko Schocher > Tested-by: Eric Nelson > > --- > > Changes in v2: > - add comment from Eric Nelson > - move ipu_set_ldb_clock() from drivers/video/ipu.h to > imx-common/video.h > - remove g_ldb_clk with ldb_clk.rate, call ldb_clk directly, > instead of using g_ldb_clk > - add Tested-by from Eric Nelson > > arch/arm/include/asm/imx-common/video.h | 1 + > drivers/video/ipu.h | 1 - > drivers/video/ipu_common.c | 8 ++++++++ > 3 files changed, 9 insertions(+), 1 deletion(-) applied to u-boot-video/master. Thanks! -- Anatolij