From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH 0/3] mmc: omap_hsmmc: get rid of ti,non-removable Date: Mon, 16 Sep 2013 18:05:05 +0530 Message-ID: <5236FAF9.9070303@ti.com> References: <20130913153732.GO7189@atomide.com> <52338CB2.1040100@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <52338CB2.1040100-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Balaji T K Cc: Tony Lindgren , Chris Ball , Benoit Cousson , Grant Likely , Rob Herring , Device Tree Mailing List , Linux OMAP Mailing List , Koen Kooi , Linux MMC Mailing List List-Id: linux-mmc@vger.kernel.org On Saturday 14 September 2013 03:37 AM, Balaji T K wrote: > On Friday 13 September 2013 09:07 PM, Tony Lindgren wrote: >> * Sekhar Nori [130913 03:18]: >>> Get rid of TI specific binding ti,non-removable in favour of the >>> generic binding present for the same purpose. >> >> Looks like there's a different handling in the MMC driver >> for no_regulator_off_init that's needed for eMMC. That needs to >> be sorted out and tested first. >> > Hi Sekhar, > > no_regulator_off_init is needed for eMMC detection on omap4 platforms. Okay, and the code currently does: if (of_find_property(np, "non-removable", NULL)) { pdata->slots[0].nonremovable = true; pdata->slots[0].no_regulator_off_init = true; } Is there anything else that needs to be done? Thanks, Sekhar -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html