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 8A419C433F5 for ; Mon, 16 May 2022 03:26:26 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E1BC284252; Mon, 16 May 2022 05:26:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="nQgjQUH1"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7253B8424E; Mon, 16 May 2022 05:26:10 +0200 (CEST) Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) (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 38FF78419A for ; Mon, 16 May 2022 05:26:05 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=woods.technical@gmail.com Received: by mail-io1-xd33.google.com with SMTP id z18so14634165iob.5 for ; Sun, 15 May 2022 20:26:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=MKgmbbOWOFTHrCyVNG352wVE5i846VcP5wAeN0yNNMk=; b=nQgjQUH1fHpWfdRW8cK5mVPU2Uy3T1/Ib5KsVe/XxzfRVipAC2wIOdwn2M/nNorfri 9BVyVgR+IkbcRCVhfc4UHEdNPY8a0Kmx7VOSrtckajMsECgaq1Ql09bMBupuLmDI0nMs MWm06VFzSQrAk2gxxQ3N+ZvIKwPkb3YBskUYOOsfrNrZURxMKLMTrA21eb8Y8e5fk7+j 0q37M4oG/VO3CHR9LkslC36UR/3X2JFRHNOXr2AZBiWcHeLMtr/AEmdan0e2pzRlX2kb SSCdfAYB9hvxYrMt1YZpo0dYnKilVtyjs9BUReycrOyXaMhGSFN+YlXoQwj6tSu+D3rt PYtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=MKgmbbOWOFTHrCyVNG352wVE5i846VcP5wAeN0yNNMk=; b=k99qeNfStW5+53sWzfZi6vOQ1SYWJSevV33/UT7/M2YcffNeBZqTZTm4hL99XdTxYH QGyQPC0EYfF2Twmmyj8V1xuQ+BVX2bt0Wtk0mj5stvHz0xQhW954n/gDAWqU+vxRTAjz upkL0J8jkyHjpRpWT358Y6OzdeWynoCX16MfoXl6Ds3y/vEjPgcj8PNNaIKYeieEtRXZ 0VAyBxfdyvPGepQ2FHsgsAkl8zVqDx2CKHWuVK0x3OVHEyLv0lMHiClRiTItp2jErvXN fYEh1ZnrWSJuAYysveGEeQUEkQQ+N689r9V9OqO81qVQiRm9KUv3e2uDF05XDIjcL+DZ 4NRA== X-Gm-Message-State: AOAM532WZdakIsF5RdkaEMMovxqLPrLWMknRW5dqgZ3863bfYADB2Iso zrH8E+BA9SHmSwHAvwarJl7Yvc7AGw8= X-Google-Smtp-Source: ABdhPJwuJ4ZBplZKf7nhhAukC9oSo5CIh/QNOqFRmTvsdHVcgja1VeU/ja/yqL/vKFL79fHsTzki3w== X-Received: by 2002:a02:a70b:0:b0:32e:2457:6a44 with SMTP id k11-20020a02a70b000000b0032e24576a44mr2560235jam.232.1652671563232; Sun, 15 May 2022 20:26:03 -0700 (PDT) Received: from exodus.woodsts.org (c-98-212-63-248.hsd1.il.comcast.net. [98.212.63.248]) by smtp.gmail.com with ESMTPSA id g13-20020a02770d000000b0032b3a781740sm2538644jac.4.2022.05.15.20.26.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 20:26:02 -0700 (PDT) From: "Derald D. Woods" To: u-boot@lists.denx.de Cc: trini@konsulko.com, "Derald D. Woods" Subject: [PATCH 2/3] ARM: omap3: evm: Complete DM_I2C migration Date: Sun, 15 May 2022 22:25:04 -0500 Message-Id: <20220516032505.183211-3-woods.technical@gmail.com> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220516032505.183211-1-woods.technical@gmail.com> References: <20220516032505.183211-1-woods.technical@gmail.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.5 at phobos.denx.de X-Virus-Status: Clean This commits enables DM_I2C and sets the default bus to 0. Signed-off-by: Derald D. Woods --- configs/omap3_evm_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig index d451e201c7..2d8e627171 100644 --- a/configs/omap3_evm_defconfig +++ b/configs/omap3_evm_defconfig @@ -56,8 +56,8 @@ CONFIG_SPL_OF_TRANSLATE=y CONFIG_USB_FUNCTION_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x82000000 CONFIG_GPIO_HOG=y -CONFIG_SYS_I2C_LEGACY=y -CONFIG_SPL_SYS_I2C_LEGACY=y +CONFIG_DM_I2C=y +CONFIG_I2C_SET_DEFAULT_BUS_NUM=y CONFIG_MMC_OMAP_HS=y CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y -- 2.36.1