diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2014-07-17 10:46:12 +0800 |
---|---|---|
committer | Liu Ying <Ying.Liu@freescale.com> | 2014-07-17 13:07:02 +0800 |
commit | 6e78b7fb154a07b741e583bb83c0b0f996ed6e96 (patch) | |
tree | 745d391618313ea39ce20af457177cef0d06b943 /drivers | |
parent | e84725171a4a42ec20362706b515004e7e184da1 (diff) | |
download | u-boot-imx-6e78b7fb154a07b741e583bb83c0b0f996ed6e96.zip u-boot-imx-6e78b7fb154a07b741e583bb83c0b0f996ed6e96.tar.gz u-boot-imx-6e78b7fb154a07b741e583bb83c0b0f996ed6e96.tar.bz2 |
ENGR00321435-2 video: mxc gis: do not disable mxsfb
The mxc gis driver should not disable mxsfb, instead,
mxsfb could be disabled in machine layer.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
(cherry picked from commit d74815051120adcad041f4480db49402db4f9823)
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/mxc_gis.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/mxc_gis.c b/drivers/video/mxc_gis.c index fd7012e..01befb3 100644 --- a/drivers/video/mxc_gis.c +++ b/drivers/video/mxc_gis.c @@ -290,8 +290,6 @@ void mxc_disable_gis(void) csi_disable(); vadc_power_down(); - - lcdif_power_down(); } void mxc_enable_gis(void) |