diff options
author | Manuel Lauss <manuel.lauss@gmail.com> | 2014-07-23 10:36:54 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-07-30 08:10:39 -0400 |
commit | 6b1889c14b4606b7a1d0e08d52664b704bbfe65f (patch) | |
tree | e10f09caee2442575a68a9a9d7d5d6921bc52945 /drivers/video/fbdev/au1100fb.h | |
parent | 9178af9aa74edb4b161912ee1a6cbe0cc7ed7975 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/au1100fb.h b/drivers/video/fbdev/au1100fb.h index 12d9642d5465..9af19939a9c6 100644 --- a/drivers/video/fbdev/au1100fb.h +++ b/drivers/video/fbdev/au1100fb.h | |||
@@ -109,6 +109,7 @@ struct au1100fb_device { | |||
109 | size_t fb_len; | 109 | size_t fb_len; |
110 | dma_addr_t fb_phys; | 110 | dma_addr_t fb_phys; |
111 | int panel_idx; | 111 | int panel_idx; |
112 | struct clk *lcdclk; | ||
112 | }; | 113 | }; |
113 | 114 | ||
114 | /********************************************************************/ | 115 | /********************************************************************/ |