From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 26 Jul 2013 17:10:58 +0000 Subject: Re: [PATCH 1/2] mmc: add Device Tree properties for UHS modes Message-Id: <51F2ADA2.2030503@wwwdotorg.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Guennadi Liakhovetski Cc: linux-sh@vger.kernel.org, linux-mmc@vger.kernel.org, Magnus Damm , Chris Ball , devicetree@vger.kernel.org, Simon Horman , Ian Campbell , Pawel Moll , Mark Rutland , Rob Herring On 07/26/2013 09:51 AM, Guennadi Liakhovetski wrote: > Add DT properties for UHS SDR12, SDR25, SDR50, SDR104 and DDR50 modes and > for supported by the host in DDR mode VccQ values. Adding them to DT will > automatically enable respective MMC host capabilities. > diff --git a/Documentation/devicetree/bindings/mmc/mmc.txt b/Documentation/devicetree/bindings/mmc/mmc.txt > +- uhs-sdr12: the host supports UHS SDR12 mode > +- uhs-sdr25: the host supports UHS SDR25 mode > +- uhs-sdr50: the host supports UHS SDR50 mode > +- uhs-sdr104: the host supports UHS SDR104 mode > +- uhs-ddr50: the host supports UHS DDR50 mode > +- ddr-1v2: the host can support DDR, using 1.2V VccQ > +- ddr-1v8: the host can support DDR, using 1.8V VccQ Surely the driver for the host controller already knows this, so there's no need to represent it in DT?