From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752692AbdHQQFo (ORCPT ); Thu, 17 Aug 2017 12:05:44 -0400 Received: from muru.com ([72.249.23.125]:36808 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751561AbdHQQFm (ORCPT ); Thu, 17 Aug 2017 12:05:42 -0400 Date: Thu, 17 Aug 2017 09:05:37 -0700 From: Tony Lindgren To: Kishon Vijay Abraham I Cc: Ulf Hansson , Rob Herring , Adrian Hunter , nsekhar@ti.com, linux-omap@vger.kernel.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 5/7] dt-bindings: ti-omap-hsmmc: Document new compatible for sdhci omap Message-ID: <20170817160537.GL8569@atomide.com> References: <20170807160142.12134-1-kishon@ti.com> <20170807160142.12134-6-kishon@ti.com> <20170809221222.GK3934@atomide.com> <2cdf9bbe-b98b-8811-7587-268b7ef4ac66@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2cdf9bbe-b98b-8811-7587-268b7ef4ac66@ti.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kishon Vijay Abraham I [170816 22:44]: > Hi Tony, > > On Thursday 10 August 2017 03:42 AM, Tony Lindgren wrote: > > * Kishon Vijay Abraham I [170807 09:03]: > >> Document the new compatible string "ti,dra7-sdhci" to be used for > >> MMC controllers in DRA7 and DRA72 SoCs. > > > > I wonder if this should really be documented for sdhci > > instead of ti-omap-hsmmc.txt? > > hmm.. yeah, having a separate binding document for sdhci would make the binding > really clean and we also don't have to carry legacy binding code. But we'll be > never able to remove omap-hsmmc driver then and end up maintaining 2 drivers > for the same controller. Well I think it's best to be able to enable sdhci one board at a time after testing. Then eventually when fully supported, we can just have sdhci also parse the legacy omap binding and just drop the omap-hsmmc driver. Regards, Tony