summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/au1100fb.h
diff options
context:
space:
mode:
authorManuel Lauss <manuel.lauss@gmail.com>2014-07-23 16:36:54 +0200
committerRalf Baechle <ralf@linux-mips.org>2014-07-30 14:10:39 +0200
commit6b1889c14b4606b7a1d0e08d52664b704bbfe65f (patch)
treee10f09caee2442575a68a9a9d7d5d6921bc52945 /drivers/video/fbdev/au1100fb.h
parent9178af9aa74edb4b161912ee1a6cbe0cc7ed7975 (diff)
downloadop-kernel-dev-6b1889c14b4606b7a1d0e08d52664b704bbfe65f.zip
op-kernel-dev-6b1889c14b4606b7a1d0e08d52664b704bbfe65f.tar.gz
MIPS: Alchemy: au1100fb: use clk framework
Use the clock framework to en/disable the clock to the au1100 framebuffer device. Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> Cc: Linux-MIPS <linux-mips@linux-mips.org> Patchwork: https://patchwork.linux-mips.org/patch/7474/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/video/fbdev/au1100fb.h')
-rw-r--r--drivers/video/fbdev/au1100fb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/au1100fb.h b/drivers/video/fbdev/au1100fb.h
index 12d9642d..9af1993 100644
--- a/drivers/video/fbdev/au1100fb.h
+++ b/drivers/video/fbdev/au1100fb.h
@@ -109,6 +109,7 @@ struct au1100fb_device {
size_t fb_len;
dma_addr_t fb_phys;
int panel_idx;
+ struct clk *lcdclk;
};
/********************************************************************/
OpenPOWER on IntegriCloud