summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-17 00:46:15 +0300
committerAnatolij Gustschin <agust@denx.de>2022-10-30 22:07:16 +0300
commit26cf75f92d2e569651ffcfad455748e513fd257a (patch)
tree7fbff661a6f9b9096b3bb2464d4bc8ee10ec4da1 /include
parentbe5fadaaf6b5838cdd020a34f47a4980a4a297f0 (diff)
downloadu-boot-26cf75f92d2e569651ffcfad455748e513fd257a.tar.xz
video: Drop ld9040 driver
This is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/s5pc210_universal.h5
-rw-r--r--include/ld9040.h15
2 files changed, 0 insertions, 20 deletions
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h
index f94135355a..000dc388ac 100644
--- a/include/configs/s5pc210_universal.h
+++ b/include/configs/s5pc210_universal.h
@@ -114,9 +114,4 @@ int universal_spi_read(void);
/* LCD console */
#define LCD_BPP LCD_COLOR16
-/*
- * LCD Settings
- */
-#define CONFIG_LD9040
-
#endif /* __CONFIG_H */
diff --git a/include/ld9040.h b/include/ld9040.h
deleted file mode 100644
index 58413d0a3d..0000000000
--- a/include/ld9040.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * ld9040 AMOLED LCD panel driver.
- *
- * Copyright (C) 2012 Samsung Electronics
- * Donghwa Lee <dh09.lee@samsung.com>
- */
-
-#ifndef __LD9040_H_
-#define __LD9040_H_
-
-void ld9040_cfg_ldo(void);
-void ld9040_enable_ldo(unsigned int onoff);
-
-#endif /* __LD9040_H_ */