]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM i.MX5: fix obvious typo in ldb_di0_gate clk definition
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 10 Dec 2013 10:15:15 +0000 (11:15 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 31 Dec 2013 01:36:31 +0000 (09:36 +0800)
commitd5e9b2430433473558f5ec0aae8e1b30729d1cf2
treece763a34508d89247c1591b12eac2b82c8d774a9
parent10471fa3c779e6a1f5fafafc4ab86f1119bb90e0
ARM i.MX5: fix obvious typo in ldb_di0_gate clk definition

ldb_di0_gate is registerd with the clk index of IMX5_CLK_LDB_DI1_GATE,
thus the DI0 interface will be turned off inadvertently during boot.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk-imx51-imx53.c