From: Fabio Estevam Date: Tue, 30 Oct 2012 12:03:25 +0000 (-0200) Subject: ARM: clk-imx27: Add missing clock for mx2-camera X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~49^2~28^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6efc782362b4e869bfd71d801020c8641abdbd1f;p=pandora-kernel.git ARM: clk-imx27: Add missing clock for mx2-camera During the clock conversion for mx27 the "per4_gate" clock was missed to get registered as a dependency of mx2-camera driver. In the old mx27 clock driver we used to have: DEFINE_CLOCK1(csi_clk, 0, NULL, 0, parent, &csi_clk1, &per4_clk); ,so does the same in the new clock driver Signed-off-by: Fabio Estevam Acked-by: Sascha Hauer Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed