diff options
author | Jason Chen <b02280@freescale.com> | 2010-03-24 16:07:56 +0800 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-25 11:20:16 +0200 |
commit | fa257907abe1d8e63912df5033f3a3593c592924 (patch) | |
tree | 17ddfe817298411b51c050a780b602dedc3d7cfe /arch/arm/plat-mxc | |
parent | cf436300e4b56eadfb0aa1735643e8aa44da4b88 (diff) |
ENGR00121922 ipuv3: move ipu reset function to MSL
move ipu reset function to MSL.
Signed-off-by: Jason Chen <b02280@freescale.com>
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mxc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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]; }; |