Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp888008ybl; Tue, 13 Aug 2019 04:18:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqzxKiwPZNpLZRZpdYLW+bEGAAFiCBm6/4I0dZBt1JecqBRf2Bvz7LJ9L0hL7CrY0X2K6kqm X-Received: by 2002:a63:c84d:: with SMTP id l13mr34039038pgi.154.1565695081774; Tue, 13 Aug 2019 04:18:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565695081; cv=none; d=google.com; s=arc-20160816; b=P1HcKcRpJWSOihRiBX36iQVWZ3NlBnYm9jH+K9OaflxnK2n+eEIWFEyVm8zlWNfoqX PvrnOzzEy6DBxYryPrzgXu8ERw91xr3vmxHlkmuB8ILbN67nrlDPrQ38vVpBWQqbZ+bv LjSrGVuoUCdvfPVuLD1UVN9tDlHGRjqllCSEnN5kYVO702OfzduYT+D+JQDIPAQcitOB yai5E52XFzUA7kJYxCCRjjVBRxvY4RXOhwjjH4Q1q/hRC21UnsXE/4lCkcftwC4A+9th 9TRuIB/Gq2MEB7WQGHMVip48Hzqu1wst+V/hbxu6KuYUi87aLzvBOFRalPXmnnUU6Ykx S+IQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=wpTSUtGTSLXYF8yY4jKpikUu2XLNt1qZlb56urj6/NM=; b=Nva8d8CqzDz/IcX+w2xyW3PToxlTAu5UvDTAP5kcEnppO0Oz0l4AUxKV+aes+pz5gf MUZNRyAS/GUq+3F/ycJVwe0AKwwK8VXLIg4v2Wc0liSm1CQX5x4Lt5FFhEugEvx5wazZ Q5Ud2huGPlylwqOyKBQaNkmYc9WTRVnTQui7wadkaCkVamTP3oWnWsBygqeAVLvYaITN b/Mp964CmLBbJ47K2n/Ql6kNcplV6kJTBwCHdLcoxPIfxRsNcK9si9yte6zgl93VQh7j eP5YLDIZslgXXW/6G1iM9nJA1NEKk62XpZv23ROVxHIG2wkBVJMMlxkv8Z7OoKsL37Mp MsWQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u128si60604260pgu.389.2019.08.13.04.17.44; Tue, 13 Aug 2019 04:18:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728815AbfHMKVm (ORCPT + 99 others); Tue, 13 Aug 2019 06:21:42 -0400 Received: from muru.com ([72.249.23.125]:57076 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727491AbfHMKVl (ORCPT ); Tue, 13 Aug 2019 06:21:41 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 0DB9D805C; Tue, 13 Aug 2019 10:22:08 +0000 (UTC) Date: Tue, 13 Aug 2019 03:21:38 -0700 From: Tony Lindgren To: Faiz Abbas Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, mark.rutland@arm.com, robh+dt@kernel.org, bcousson@baylibre.com, kishon@ti.com Subject: Re: [PATCH] ARM: dts: dra74x: Fix iodelay configuration for mmc3 Message-ID: <20190813102138.GI52127@atomide.com> References: <20190807105238.21131-1-faiz_abbas@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190807105238.21131-1-faiz_abbas@ti.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Faiz Abbas [190807 03:53]: > According to the latest am572x[1] and dra74x[2] data manuals, mmc3 > default, hs, sdr12 and sdr25 modes use iodelay values given in > MMC3_MANUAL1. Set the MODE_SELECT bit for these so that manual mode is > selected and correct iodelay values can be configured. Thanks applying into fixes. Tony