From fa257907abe1d8e63912df5033f3a3593c592924 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Wed, 24 Mar 2010 16:07:56 +0800 Subject: ENGR00121922 ipuv3: move ipu reset function to MSL move ipu reset function to MSL. Signed-off-by: Jason Chen Signed-off-by: Alejandro Gonzalez --- arch/arm/plat-mxc/include/mach/mxc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/plat-mxc') diff --git a/arch/arm/plat-mxc/include/mach/mxc.h b/arch/arm/plat-mxc/include/mach/mxc.h index c8426959d873..a47e599c54d4 100644 --- a/arch/arm/plat-mxc/include/mach/mxc.h +++ b/arch/arm/plat-mxc/include/mach/mxc.h @@ -220,6 +220,7 @@ struct mxc_spi_master { struct mxc_ipu_config { int rev; + void (*reset) (void); struct clk *di_clk[2]; }; -- cgit v1.2.3