From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966011AbeCAFSt (ORCPT ); Thu, 1 Mar 2018 00:18:49 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:45764 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932157AbeCAFSq (ORCPT ); Thu, 1 Mar 2018 00:18:46 -0500 Subject: Re: [PATCH v2 15/15] ARM: dts: dra7: Add high speed modes capability to MMC1/MMC2 dt node To: Tony Lindgren , Sekhar Nori References: <20180206125806.19350-1-kishon@ti.com> <20180206125806.19350-16-kishon@ti.com> <210939ed-67fc-fa37-b4f2-c1faefcc4642@ti.com> <4f18dab9-aee3-1023-d301-f142c6e2d358@ti.com> <20180228223421.GM5448@atomide.com> CC: =?UTF-8?Q?Beno=c3=aet_Cousson?= , Rob Herring , Mark Rutland , Russell King , , , , From: Kishon Vijay Abraham I Message-ID: Date: Thu, 1 Mar 2018 10:48:04 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20180228223421.GM5448@atomide.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tony, On Thursday 01 March 2018 04:04 AM, Tony Lindgren wrote: > * Sekhar Nori [180213 11:11]: >> On Wednesday 07 February 2018 02:51 PM, Kishon Vijay Abraham I wrote: >>> Hi, >>> >>> On Wednesday 07 February 2018 02:41 PM, Sekhar Nori wrote: >>>> Kishon, >>>> >>>> On Tuesday 06 February 2018 06:28 PM, Kishon Vijay Abraham I wrote: >>>>> Add UHS/HS200/DDR speed mode capability to MMC1 and MMC2 dt nodes. >>>>> >>>>> Signed-off-by: Kishon Vijay Abraham I >>>> >>>> Along with this, dont we need to have >>>> >>>> /delete-property/ mmc-hs200-1_8v; >>>> >>>> for eMMC on Beagle x15 which does not support HS200? >>>> >>>> Or are you planning to depend on lack of pinctrl entries for HS200 to >>>> take care of that? >>> >>> right now it relies on lack of pinctrl entries but I think adding delete >>> property is appropriate. Actually I missed porting the patch that adds >>> /delete-property/. >> >> Actually, thinking more, this should be probably be handled using >> "no-1-8-v" property. Reading the comment above SDHCI_QUIRK2_NO_1_8_V, it >> is specifically meant for the case when system (board) does not support >> 1.8V even when host (controller) does. Which is exactly the case with >> Beagle x15. > > OK so that seems to be related to the last patch. I've applied > the first two defconfig patches into omap-for-v4.17/defconfig > and patches up to patch 13/15 into omap-for-v4.17/dt-sdhci. > > Kishon, please repost the missing changes or ping me when > the driver dependencies have cleared for further patches to > be applied to enable sdhci. sure, I'll repost when sdhci driver changes gets merged. Thanks Kishon