From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751839AbdHVRjm (ORCPT ); Tue, 22 Aug 2017 13:39:42 -0400 Received: from muru.com ([72.249.23.125]:37518 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751496AbdHVRjl (ORCPT ); Tue, 22 Aug 2017 13:39:41 -0400 Date: Tue, 22 Aug 2017 10:39:30 -0700 From: Tony Lindgren To: Kishon Vijay Abraham I Cc: Ulf Hansson , Adrian Hunter , Rob Herring , Sekhar Nori , Russell King , Ravikumar Kattekola , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 3/5] dt-bindings: sdhci-omap: Add bindings for the sdhci-omap controller Message-ID: <20170822173929.GL6008@atomide.com> References: <20170821142132.GH6008@atomide.com> <20170822133907.21549-1-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170822133907.21549-1-kishon@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 [170822 06:39]: > Add binding for the TI's sdhci-omap controller. This now includes only > a subset of properties documented in ti-omap-hsmmc.txt but will eventually > include all the properties. > > Signed-off-by: Kishon Vijay Abraham I > --- > Changes from v1: > *) Create a new sdhci-omap.txt document for TI's sdhci-omap controller instead > of using the ti-omap-hsmmc.txt as suggested by Tony Works for me thanks, just one typo below.. > .../devicetree/bindings/mmc/sdhci-omap.txt | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-omap.txt > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-omap.txt b/Documentation/devicetree/bindings/mmc/sdhci-omap.txt > new file mode 100644 > index 000000000000..139695ad2d58 > --- /dev/null > +++ b/Documentation/devicetree/bindings/mmc/sdhci-omap.txt > @@ -0,0 +1,22 @@ > +* TI OMAP SDHCI Controller > + > +Refer to mmc.txt for standard MMC bindings. > + > +Required properties: > +- compatible: Should be "ti,dra7-sdhci" for DRA7 and DRA72 controllers > +- ti,hwmods: Must be "mmc", is controller instance starting 1 > + > +Optional properties: > +- ti,dual-volt: boolean, supports dual voltage cards > +- ti,non-removable: non-removable slot (like eMMC) > + > +Example: > + mmc1: mmc@0x4809c000 { > + compatible = "ti,omap4-hsmmc"; The compatible in the example here is still using hsmmc :) Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 22 Aug 2017 10:39:30 -0700 Subject: [PATCH v2 3/5] dt-bindings: sdhci-omap: Add bindings for the sdhci-omap controller In-Reply-To: <20170822133907.21549-1-kishon@ti.com> References: <20170821142132.GH6008@atomide.com> <20170822133907.21549-1-kishon@ti.com> Message-ID: <20170822173929.GL6008@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Kishon Vijay Abraham I [170822 06:39]: > Add binding for the TI's sdhci-omap controller. This now includes only > a subset of properties documented in ti-omap-hsmmc.txt but will eventually > include all the properties. > > Signed-off-by: Kishon Vijay Abraham I > --- > Changes from v1: > *) Create a new sdhci-omap.txt document for TI's sdhci-omap controller instead > of using the ti-omap-hsmmc.txt as suggested by Tony Works for me thanks, just one typo below.. > .../devicetree/bindings/mmc/sdhci-omap.txt | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-omap.txt > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-omap.txt b/Documentation/devicetree/bindings/mmc/sdhci-omap.txt > new file mode 100644 > index 000000000000..139695ad2d58 > --- /dev/null > +++ b/Documentation/devicetree/bindings/mmc/sdhci-omap.txt > @@ -0,0 +1,22 @@ > +* TI OMAP SDHCI Controller > + > +Refer to mmc.txt for standard MMC bindings. > + > +Required properties: > +- compatible: Should be "ti,dra7-sdhci" for DRA7 and DRA72 controllers > +- ti,hwmods: Must be "mmc", is controller instance starting 1 > + > +Optional properties: > +- ti,dual-volt: boolean, supports dual voltage cards > +- ti,non-removable: non-removable slot (like eMMC) > + > +Example: > + mmc1: mmc at 0x4809c000 { > + compatible = "ti,omap4-hsmmc"; The compatible in the example here is still using hsmmc :) Tony