mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
1a4596601f
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
16 lines
304 B
C
16 lines
304 B
C
/*
|
|
* ld9040 AMOLED LCD panel driver.
|
|
*
|
|
* Copyright (C) 2012 Samsung Electronics
|
|
* Donghwa Lee <dh09.lee@samsung.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __LD9040_H_
|
|
#define __LD9040_H_
|
|
|
|
void ld9040_cfg_ldo(void);
|
|
void ld9040_enable_ldo(unsigned int onoff);
|
|
|
|
#endif /* __LD9040_H_ */
|