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 55F6CC3F6B0 for ; Wed, 10 Aug 2022 14:29:39 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 57A12841A4; Wed, 10 Aug 2022 16:29:37 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com 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=konsulko.com header.i=@konsulko.com header.b="RmwRvbaL"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id F0A03844D6; Wed, 10 Aug 2022 16:29:34 +0200 (CEST) Received: from mail-qv1-xf2d.google.com (mail-qv1-xf2d.google.com [IPv6:2607:f8b0:4864:20::f2d]) (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 4A19384118 for ; Wed, 10 Aug 2022 16:29:32 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf2d.google.com with SMTP id b7so11089462qvq.2 for ; Wed, 10 Aug 2022 07:29:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc; bh=sIQceyF6kr6/QAfLmVljCKm+nYM8aCBjWjab/v/D/3Q=; b=RmwRvbaLZfkD19+QRS/hR9MyGNSwcwMEFrD8gag6FybMlSYXqFmLbZG9RRC1Hcu6mf FKYY0AJ+gS1f5qMDn65zBq3MetlJmEM9TK+jYR+K0FZUp1TO42TnZBaWZV3XM4ex/ZnH a+BMzvf98gPDQCVrlNvLcJtCN4J2j9eEfBVqM= 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:to:from:x-gm-message-state:from:to:cc; bh=sIQceyF6kr6/QAfLmVljCKm+nYM8aCBjWjab/v/D/3Q=; b=Qvd6EewaxrOIIX/92/v85hoFvWbrrrdK0TydlpO7uOPB1gNnjp3qbPSMW63yVlQiBx ocwfBZAhYAeywN+eXDN1FK740CuJsFcb4Cp5m5KsH2OHFUt31lUlLhhibEZetR/a+E98 cUHWr29s2s6pYCJWRtzMKg9FCx1PtHZYnK7THKEUPMqxlPsddhNSmfcFRdFJt/koA29Q daaGIHOCLLwyq6uD12QwreYEarUOnvMX9yofCvDdwtCgHQGp6sL6NEPnI0K3UzoPPP6X rqbjAVGUSuJ4pXCvL0R7L9Zi3WMNhle1F0EmlZpoBV/9PPZA1MY3YFwNgWMgv9sWAH7P Nngg== X-Gm-Message-State: ACgBeo1wEU+8+0q4qr1+TDUWQPY1Ih+i4l+FZZN1mZmWPrZvJSFfz8BS X9O1tUhJIoe49/9dj5cDenAR0OEaF5q8p8mr X-Google-Smtp-Source: AA6agR67PZkD6ty/c6BvZFZjK98E2NNjgT0VCQ3Tdys/NueG8Tq6R0nEDC+LrxoXTwtxaEc5NiXFmg== X-Received: by 2002:ad4:5be4:0:b0:47b:4bdd:b1c7 with SMTP id k4-20020ad45be4000000b0047b4bddb1c7mr11968461qvc.64.1660141770836; Wed, 10 Aug 2022 07:29:30 -0700 (PDT) Received: from bill-the-cat.lan (cpe-65-184-195-139.ec.res.rr.com. [65.184.195.139]) by smtp.gmail.com with ESMTPSA id bl4-20020a05620a1a8400b006b999c1030bsm1620729qkb.52.2022.08.10.07.29.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Aug 2022 07:29:30 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 2/2] Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et al Date: Wed, 10 Aug 2022 10:29:28 -0400 Message-Id: <20220810142928.3507986-2-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220810142928.3507986-1-trini@konsulko.com> References: <20220810142928.3507986-1-trini@konsulko.com> 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 removes the following symbols: CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_DELAY_MS CONFIG_SYS_I2C_LDI_ADDR CONFIG_SYS_I2C_DVI_ADDR CONFIG_SYS_I2C_DVI_BUS_NUM They are unused by any code in tree at this time. Signed-off-by: Tom Rini --- include/configs/T104xRDB.h | 5 ----- include/configs/tqma6.h | 4 ---- 2 files changed, 9 deletions(-) diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 7983a71953d4..1a1b813bd4ea 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -292,11 +292,6 @@ #if defined(CONFIG_TARGET_T1042RDB_PI) || \ defined(CONFIG_TARGET_T1040D4RDB) || \ defined(CONFIG_TARGET_T1042D4RDB) -/* LDI/DVI Encoder for display */ -#define CONFIG_SYS_I2C_LDI_ADDR 0x38 -#define CONFIG_SYS_I2C_DVI_ADDR 0x75 -#define CONFIG_SYS_I2C_DVI_BUS_NUM 0 - /* * RTC configuration */ diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index a782e3d02bdb..9498dbeadf41 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -37,10 +37,6 @@ /* I2C Configs */ #define CONFIG_I2C_MULTI_BUS -/* I2C EEPROM (M24C64) */ -#define CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS 5 /* 32 Bytes */ -#define CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_DELAY_MS 20 - #if !defined(CONFIG_DM_PMIC) #define CONFIG_POWER_PFUZE100 #define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08 -- 2.25.1