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 10:46:16 +0800 |
commit | d74815051120adcad041f4480db49402db4f9823 (patch) | |
tree | 5d22eadad2d1e010381f85ee3c08086505b73e62 /drivers | |
parent | 539b8416299ec1ae3f57f866dd3f016bdfaa6875 (diff) | |
download | u-boot-imx-d74815051120adcad041f4480db49402db4f9823.zip u-boot-imx-d74815051120adcad041f4480db49402db4f9823.tar.gz u-boot-imx-d74815051120adcad041f4480db49402db4f9823.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>
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) |