From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 18D8AC433FE for ; Wed, 19 Oct 2022 11:28:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 908ED84FE0; Wed, 19 Oct 2022 13:26:07 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="TWywXPlO"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C457585001; Wed, 19 Oct 2022 13:25:46 +0200 (CEST) Received: from mail-il1-x134.google.com (mail-il1-x134.google.com [IPv6:2607:f8b0:4864:20::134]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id D9D6384FD6 for ; Wed, 19 Oct 2022 13:24:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-il1-x134.google.com with SMTP id h18so8981152ilh.3 for ; Wed, 19 Oct 2022 04:24:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ITLZ05fUDxb+PN+SvXQ2a0HtezOxDXJR4OXq5dq/010=; b=TWywXPlOsEuW30RZfW+rxRy4IAigObDVAcef2NqitMZXp4cJAWNCh9npOTBQ9TxWa4 VmrRxiXMgxz2P7prW4YxRkNzJ+yX+8o7uHe5RUCeBvhpehNp2eRpUV+n0iFLWSmbDngx DVNdFLqCUtI8MuAgnHFrjyWu902XzkcNunpps= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ITLZ05fUDxb+PN+SvXQ2a0HtezOxDXJR4OXq5dq/010=; b=28x7BITYguycqcTjl5HduvVovAh0E5vTAfbxiefevLJcYcEoF16dDzNiEcu+Ez3I+B rhepsA9RVJ9U4vPto7ArmzRvJjFePZyRGiFdnake0xg3SCZCFQoDhBlw6Vz8Q1ikhYkI 4FyMEDvV7S1X9XCixz9XyLLcKV/AcGef7bTKWC03XpfCOBBroIr63l2asYf/UCxOU9vx bAuR2fDo90NDkl4zTvrbi7E2VDpGiGmzED+8yU/dz3C2W2w8ds7M7N24mFOSzQXowUT7 q4YlCcO7julv0IDGG8yRoKeJ72ajnZE9kJv6LJXfwnVhPILFydFng8LoXVDn5Wbwtyjb 0jzg== X-Gm-Message-State: ACrzQf0yNEmCzn2CUqmKZEqv8c7AYkjV1m3qmXJebIQ7tvh5uKngsWLY n3Lxs2LJqGAPCibE3qlcS4VqBRPw+ZRi7w== X-Google-Smtp-Source: AMsMyM5cwHWg+/OXb+4VMotoulyjHaJDEziRAlE/ZgLRPrR4WzORiIxxxB2ADzrM3OkOIA7heamY/w== X-Received: by 2002:a05:6e02:1a4f:b0:2fa:bd75:55a4 with SMTP id u15-20020a056e021a4f00b002fabd7555a4mr5757409ilv.5.1666178697222; Wed, 19 Oct 2022 04:24:57 -0700 (PDT) Received: from sjg1.roam.corp.google.com (c-67-190-102-125.hsd1.co.comcast.net. [67.190.102.125]) by smtp.gmail.com with ESMTPSA id g34-20020a022722000000b003634aa4a55asm2041156jaa.82.2022.10.19.04.24.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Oct 2022 04:24:56 -0700 (PDT) From: Simon Glass To: U-Boot Mailing List Cc: Anatolij Gustschin , Simon Glass , Jaehoon Chung , Minkyu Kang Subject: [PATCH 21/39] video: samsung: Drop old LCD code Date: Wed, 19 Oct 2022 05:23:38 -0600 Message-Id: <20221019112356.1042065-22-sjg@chromium.org> X-Mailer: git-send-email 2.38.0.413.g74048e4d9e-goog In-Reply-To: <20221019112356.1042065-1-sjg@chromium.org> References: <20221019112356.1042065-1-sjg@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean This relies on the old LCD implementation which is to be removed. Drop it. Signed-off-by: Simon Glass --- arch/arm/mach-exynos/include/mach/mipi_dsim.h | 1 - board/samsung/common/board.c | 1 - board/samsung/common/misc.c | 1 - board/samsung/trats/trats.c | 1 - board/samsung/trats2/trats2.c | 22 ------------------- board/samsung/universal_c210/universal.c | 1 - drivers/video/exynos/exynos_mipi_dsi_common.c | 1 - include/libtizen.h | 4 ---- 8 files changed, 32 deletions(-) diff --git a/arch/arm/mach-exynos/include/mach/mipi_dsim.h b/arch/arm/mach-exynos/include/mach/mipi_dsim.h index 20e6ce7f729..5e2b172fefb 100644 --- a/arch/arm/mach-exynos/include/mach/mipi_dsim.h +++ b/arch/arm/mach-exynos/include/mach/mipi_dsim.h @@ -11,7 +11,6 @@ #include #include -#include #define PANEL_NAME_SIZE (32) diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c index 04cfc5d6358..49d40244644 100644 --- a/board/samsung/common/board.c +++ b/board/samsung/common/board.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include diff --git a/board/samsung/common/misc.c b/board/samsung/common/misc.c index ee6d2d2a0d7..9c0ec29c937 100644 --- a/board/samsung/common/misc.c +++ b/board/samsung/common/misc.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c index 24bf355ef6e..1608d60dd8d 100644 --- a/board/samsung/trats/trats.c +++ b/board/samsung/trats/trats.c @@ -8,7 +8,6 @@ #include #include -#include #include #include #include diff --git a/board/samsung/trats2/trats2.c b/board/samsung/trats2/trats2.c index da7f0dc0229..93c9714d33f 100644 --- a/board/samsung/trats2/trats2.c +++ b/board/samsung/trats2/trats2.c @@ -6,7 +6,6 @@ */ #include -#include #include #include #include @@ -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 */ diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index 078db0c0c4e..37c9d7f452f 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/video/exynos/exynos_mipi_dsi_common.c b/drivers/video/exynos/exynos_mipi_dsi_common.c index ab7d61afc88..be67cebae7f 100644 --- a/drivers/video/exynos/exynos_mipi_dsi_common.c +++ b/drivers/video/exynos/exynos_mipi_dsi_common.c @@ -7,7 +7,6 @@ */ #include -#include #include #include #include diff --git a/include/libtizen.h b/include/libtizen.h index 655d4cb28c5..15e01454b93 100644 --- a/include/libtizen.h +++ b/include/libtizen.h @@ -9,8 +9,4 @@ #define HD_RESOLUTION 0 -#ifdef CONFIG_LCD -void get_tizen_logo_info(vidinfo_t *vid); -#endif - #endif /* _LIBTIZEN_H_ */ -- 2.38.0.413.g74048e4d9e-goog