tizen 2.4 release
[kernel/u-boot-tm1.git] / drivers / video / sprdfb / sprdfb_chip_7715.c
1 /******************************************************************************
2  ** File Name:    sprdfb_chip_7715.c                                     *
3  ** Author:       congfu.zhao                                           *
4  ** DATE:         30/04/2013                                        *
5  ** Copyright:    2013 Spreatrum, Incoporated. All Rights Reserved. *
6  ** Description:                                                    *
7  ******************************************************************************/
8 /******************************************************************************
9  **                   Edit    History                               *
10  **---------------------------------------------------------------------------*
11  ** DATE          NAME            DESCRIPTION                       *
12
13  ******************************************************************************/
14
15
16 #include "sprdfb_chip_common.h"
17 #include "sprdfb_chip_7715.h"
18
19
20 void dispc_print_clk(void)
21 {
22         printf("0x7120002c = 0x%x\n,0x71200030 = 0x%x\n,0x71200034 = 0x%x\n", __raw_readl(0x7120002c),__raw_readl(0x71200030),__raw_readl(0x71200034));
23         printf("0x20d00000 = 0x%x\n,0x71300000 = 0x%x\n,0x402e0004 = 0x%x\n", __raw_readl(0x20d00000), __raw_readl(0x71300000),__raw_readl(0x402e0004));
24 }
25
26
27
28