]> git.baikalelectronics.ru Git - uboot.git/commitdiff
video: samsung: Drop old LCD code
authorSimon Glass <sjg@chromium.org>
Sun, 16 Oct 2022 21:54:35 +0000 (15:54 -0600)
committerAnatolij Gustschin <agust@denx.de>
Sun, 30 Oct 2022 19:07:17 +0000 (20:07 +0100)
This relies on the old LCD implementation which is to be removed. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-exynos/include/mach/mipi_dsim.h
board/samsung/common/board.c
board/samsung/common/misc.c
board/samsung/trats/trats.c
board/samsung/trats2/trats2.c
board/samsung/universal_c210/universal.c
drivers/video/exynos/exynos_mipi_dsi_common.c
include/libtizen.h

index 20e6ce7f7290c49a151054f30bee6e5612ab0e75..5e2b172fefb479c6e5d78074744df2a11ec76421 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <linux/list.h>
 #include <linux/fb.h>
-#include <lcd.h>
 
 #define PANEL_NAME_SIZE                (32)
 
index 04cfc5d63586bc09f78b63e98d19b87416e3366d..49d40244644f56bc5fcbd3c31554de91a3b29631 100644 (file)
@@ -26,7 +26,6 @@
 #include <asm/arch/pinmux.h>
 #include <asm/arch/power.h>
 #include <asm/arch/system.h>
-#include <lcd.h>
 #include <i2c.h>
 #include <mmc.h>
 #include <stdio_dev.h>
index ee6d2d2a0d73c520a547cf801913357e85bf4f91..9c0ec29c937b93fa166939bfd74761da485386c1 100644 (file)
@@ -7,7 +7,6 @@
 #include <common.h>
 #include <command.h>
 #include <env.h>
-#include <lcd.h>
 #include <libtizen.h>
 #include <asm/global_data.h>
 #include <linux/delay.h>
index 24bf355ef6ec3fe543dc06737fa2144f184f92d9..1608d60dd8db2f4614dded0b9eb80cfa4b2adc97 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <common.h>
 #include <env.h>
-#include <lcd.h>
 #include <log.h>
 #include <asm/io.h>
 #include <asm/gpio.h>
index da7f0dc0229022a610d04d3cb96cd6510fa03ee6..93c9714d33f015bb462b5126fd956a9b75039f59 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <common.h>
-#include <lcd.h>
 #include <log.h>
 #include <asm/gpio.h>
 #include <asm/arch/pinmux.h>
@@ -282,24 +281,3 @@ int g_dnl_board_usb_cable_connected(void)
 #endif
 }
 #endif
-
-/*
- * LCD
- */
-
-#ifdef CONFIG_LCD
-int mipi_power(void)
-{
-#if !CONFIG_IS_ENABLED(DM_I2C) /* TODO(maintainer): Convert to driver model */
-       struct pmic *p = pmic_get("MAX77686_PMIC");
-
-       /* LDO8 VMIPI_1.0V_AP */
-       max77686_set_ldo_mode(p, 8, OPMODE_ON);
-       /* LDO10 VMIPI_1.8V_AP */
-       max77686_set_ldo_mode(p, 10, OPMODE_ON);
-#endif
-
-       return 0;
-}
-
-#endif /* LCD */
index 078db0c0c4e935b3e8c6c95eeb6f644b2d7b60cb..37c9d7f452f12c2db63e1bf6cf168987ae6dc32c 100644 (file)
@@ -9,7 +9,6 @@
 #include <env.h>
 #include <log.h>
 #include <spi.h>
-#include <lcd.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
 #include <asm/gpio.h>
index ab7d61afc88b45d9e9ee2bf43c6758a4fb729af9..be67cebae7f2439ed36485f84e107fbff427ddb9 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include <common.h>
-#include <lcd.h>
 #include <log.h>
 #include <linux/delay.h>
 #include <linux/err.h>
index 655d4cb28c56364c32e83c3691cc16948c98c761..15e01454b9358ebb9baa11c3d91a7e8642a5062f 100644 (file)
@@ -9,8 +9,4 @@
 
 #define HD_RESOLUTION  0
 
-#ifdef CONFIG_LCD
-void get_tizen_logo_info(vidinfo_t *vid);
-#endif
-
 #endif /* _LIBTIZEN_H_ */