Re: [LINUX PATCH 4/5] Documentation: mmc: Updated the binding doc for Arasan SDHCI.

From: Rob Herring
Date: Tue Jan 19 2016 - 12:16:29 EST


On Tue, Jan 19, 2016 at 07:47:34PM +0530, P L Sai Krishna wrote:
> This patch adds broken-mmc-highspeed property to the binding
> doc for Arasan SDHCI.
>
> Signed-off-by: P L Sai Krishna <lakshmis@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/mmc/arasan,sdhci.txt | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
> index 2088d9f..5884832 100644
> --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
> +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.txt
> @@ -20,7 +20,8 @@ Required Properties:
> Optional Properties:
> - broken-tuning: Indicates tuning broken in Silicon 1.0 of
> Zynq Ultrascale+ MPSoC.
> -
> + - broken-mmc-highspeed: Indicates to force
> + the controller to use in standard speed.

We already have the inverse of this with "cap-mmc-highspeed".

The only potential problem is it will need to be added to existing DTs
if you start disabling high speed by default. Maybe that's not an issue
for users of the Arasan driver.

Otherwise, you should determine this with a more specific compatible
string.

Rob