]> git.karo-electronics.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, 10 Dec 2013 13:38:54 +0000 (21:38 +0800)
commit1e65244e3ea8bb6b662be248ad92521964d57d5b
treece763a34508d89247c1591b12eac2b82c8d774a9
parent3199e30eca1db0d1a5e6da7288c9c8356cc83073
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