xref: /rk3399_rockchip-uboot/include/ld9040.h (revision eed29742183b5a462f2e8fd56efb004f317b4fa7)
1*eed29742SPiotr Wilczek /*
2*eed29742SPiotr Wilczek  * ld9040 AMOLED LCD panel driver.
3*eed29742SPiotr Wilczek  *
4*eed29742SPiotr Wilczek  * Copyright (C) 2012 Samsung Electronics
5*eed29742SPiotr Wilczek  * Donghwa Lee <dh09.lee@samsung.com>
6*eed29742SPiotr Wilczek  *
7*eed29742SPiotr Wilczek  * See file CREDITS for list of people who contributed to this
8*eed29742SPiotr Wilczek  * project.
9*eed29742SPiotr Wilczek  *
10*eed29742SPiotr Wilczek  * This program is free software; you can redistribute it and/or
11*eed29742SPiotr Wilczek  * modify it under the terms of the GNU General Public License as
12*eed29742SPiotr Wilczek  * published by the Free Software Foundation; either version 2 of
13*eed29742SPiotr Wilczek  * the License, or (at your option) any later version.
14*eed29742SPiotr Wilczek  *
15*eed29742SPiotr Wilczek  * This program is distributed in the hope that it will be useful,
16*eed29742SPiotr Wilczek  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*eed29742SPiotr Wilczek  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*eed29742SPiotr Wilczek  * GNU General Public License for more details.
19*eed29742SPiotr Wilczek  *
20*eed29742SPiotr Wilczek  * You should have received a copy of the GNU General Public License
21*eed29742SPiotr Wilczek  * along with this program; if not, write to the Free Software
22*eed29742SPiotr Wilczek  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
23*eed29742SPiotr Wilczek  * MA 02111-1307 USA
24*eed29742SPiotr Wilczek  */
25*eed29742SPiotr Wilczek 
26*eed29742SPiotr Wilczek #ifndef __LD9040_H_
27*eed29742SPiotr Wilczek #define __LD9040_H_
28*eed29742SPiotr Wilczek 
29*eed29742SPiotr Wilczek void ld9040_cfg_ldo(void);
30*eed29742SPiotr Wilczek void ld9040_enable_ldo(unsigned int onoff);
31*eed29742SPiotr Wilczek 
32*eed29742SPiotr Wilczek #endif /* __LD9040_H_ */
33