diff options
author | Manuel Lauss <manuel.lauss@gmail.com> | 2014-07-23 16:36:54 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-07-30 14:10:39 +0200 |
commit | 6b1889c14b4606b7a1d0e08d52664b704bbfe65f (patch) | |
tree | e10f09caee2442575a68a9a9d7d5d6921bc52945 /drivers/video/fbdev/au1100fb.h | |
parent | MIPS: Alchemy: irda: use clk framework (diff) | |
download | linux-6b1889c14b4606b7a1d0e08d52664b704bbfe65f.tar.xz linux-6b1889c14b4606b7a1d0e08d52664b704bbfe65f.zip |
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 '')
-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 { size_t fb_len; dma_addr_t fb_phys; int panel_idx; + struct clk *lcdclk; }; /********************************************************************/ |