summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2022-10-16 15:46:15 -0600
committerAnatolij Gustschin <[email protected]>2022-10-30 20:07:16 +0100
commit26cf75f92d2e569651ffcfad455748e513fd257a (patch)
tree7fbff661a6f9b9096b3bb2464d4bc8ee10ec4da1 /include
parentbe5fadaaf6b5838cdd020a34f47a4980a4a297f0 (diff)
video: Drop ld9040 driver
This is not used anymore. Drop it. Signed-off-by: Simon Glass <[email protected]>
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 f94135355ab..000dc388ac0 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 58413d0a3de..00000000000
--- 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 <[email protected]>
- */
-
-#ifndef __LD9040_H_
-#define __LD9040_H_
-
-void ld9040_cfg_ldo(void);
-void ld9040_enable_ldo(unsigned int onoff);
-
-#endif /* __LD9040_H_ */