From patchwork Tue Mar 14 19:01:51 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 738891 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3vjPHN4f9Cz9s2G for ; Wed, 15 Mar 2017 06:02:08 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="lHVMrzhA"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751480AbdCNTCI (ORCPT ); Tue, 14 Mar 2017 15:02:08 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35762 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751014AbdCNTCH (ORCPT ); Tue, 14 Mar 2017 15:02:07 -0400 Received: by mail-wm0-f67.google.com with SMTP id z63so1293744wmg.2; Tue, 14 Mar 2017 12:02:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=72BSKoSUhJzVTwAxtbLkNfI0uJGIT39yoDMFI3eg3xk=; b=lHVMrzhAPGnJ4QW4DlqzbKtXFVOI5pYqye6geQ6i0X1U8Vs5eqFZRMjlt/FaFkFudo IhyLwTWMmvwJFiXBS3HVLagD91PQwx3xAkvtAbjc7JO2nypLBHCXINAh3LiwhkQfl6ry 3wcFlbLoTzBFfEjDLgHChM1d3pNSVuoUR6Rw62KPBdrheQN7d0LKODmsxNujiwHxuZyn +TONix7+8wvGr9tV16nD68DdK/+3eHn9+UMeePqwbVTJ4yXmcu1dGj0V5z1QqQLiv+P1 ovoX08r14CduchM4jt7tAMxFeCHAj5ZzIZX7fpHVQlGcA2quXxTQ0tOCl7v4wgyvMYd7 GGlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=72BSKoSUhJzVTwAxtbLkNfI0uJGIT39yoDMFI3eg3xk=; b=ghnHzTFBu3mnG707Zyv0zy/3dkRXSOz4qTPPQ26sczrwFtumlWzeHufgmtinQYfgZX QOqQORW81qlTqfvO7jK1VjmDF+vRMCbbMbvcxCNprcjWdo4z974KZwWHV88YYALCU0TY iiagKmWjDWb7ibov6v8h5E1ZumDJhi2Vbad7Zu/IHuLrx+BfUx1e0BZ/ryJUrNbtSeB0 rTzO1QW6yN1OG0ozC3dTwU002ROhWBJY2jI8WADyFxf9OKMcVF5FY7mWB3T2pS6JJQhD 2Y/YXikYuVZ51Yjxu3O9nGWcERJbtSsvSEegjcNNvz6YwRO+VoSa9ilEOslgxSWyAL/Q 5oqw== X-Gm-Message-State: AFeK/H2NLLe/iR/zFTRp7Cr/LV+SMq1Q85jj3OMxA0gHBEHYy2VScGuybU9OeakO4Ljdbw== X-Received: by 10.28.132.2 with SMTP id g2mr16054087wmd.103.1489518114709; Tue, 14 Mar 2017 12:01:54 -0700 (PDT) Received: from localhost (port-7480.pppoe.wtnet.de. [84.46.29.85]) by smtp.gmail.com with ESMTPSA id c58sm30193285wrc.9.2017.03.14.12.01.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 14 Mar 2017 12:01:53 -0700 (PDT) From: Thierry Reding To: Ulf Hansson , Rob Herring Cc: Jonathan Hunter , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-tegra@vger.kernel.org Subject: [PATCH 1/2] dt-bindings: mmc: tegra: Reformat compatible string list Date: Tue, 14 Mar 2017 20:01:51 +0100 Message-Id: <20170314190152.9167-1-thierry.reding@gmail.com> X-Mailer: git-send-email 2.12.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Thierry Reding The list of compatible strings is somewhat difficult to read and extend. Reformat it into a list to make it more easily extensible. While at it, also remove the "plus one of the above" clause because it isn't actually valid. Signed-off-by: Thierry Reding --- .../devicetree/bindings/mmc/nvidia,tegra20-sdhci.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.txt b/Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.txt index 15b8368ee1f2..c15aa22d4570 100644 --- a/Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.txt +++ b/Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.txt @@ -7,11 +7,12 @@ This file documents differences between the core properties described by mmc.txt and the properties used by the sdhci-tegra driver. Required properties: -- compatible : For Tegra20, must contain "nvidia,tegra20-sdhci". - For Tegra30, must contain "nvidia,tegra30-sdhci". For Tegra114, - must contain "nvidia,tegra114-sdhci". For Tegra124, must contain - "nvidia,tegra124-sdhci". Otherwise, must contain "nvidia,-sdhci", - plus one of the above, where is tegra132 or tegra210. +- compatible : should be one of: + - "nvidia,tegra20-sdhci": for Tegra20 + - "nvidia,tegra30-sdhci": for Tegra30 + - "nvidia,tegra114-sdhci": for Tegra114 + - "nvidia,tegra124-sdhci": for Tegra124 and Tegra132 + - "nvidia,tegra210-sdhci": for Tegra210 - clocks : Must contain one entry, for the module clock. See ../clocks/clock-bindings.txt for details. - resets : Must contain an entry for each entry in reset-names.