Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1499878

[PATCH 1/2] mmc: sdhci-iproc: Add brcm,sdhci-iproc compat string in bindings document

Path csiph.com!news.mixmin.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod
From Scott Branden <scott.branden@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH 1/2] mmc: sdhci-iproc: Add brcm,sdhci-iproc compat string in bindings document
Date Wed, 12 Oct 2016 20:40:02 +0200
Message-ID <srwBA-8aY-35@gated-at.bofh.it> (permalink)
References <srwBz-8aY-1@gated-at.bofh.it>
X-Original-To Ulf Hansson <ulf.hansson@linaro.org>, Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Ray Jui <rjui@broadcom.com>, Scott Branden <sbranden@broadcom.com>, Adrian Hunter <adrian.hunter@intel.com>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=6a8eu/uT3y3tbnGyRiQoKiBzKV1X0/onR4I/FYK8RKE=; b=Oj9vG6Sw57mtZOyYnwB5Oz14ixbGoVNHsH01OK/o/iniW10W5e9dj6vVyRTsrEiKc2 OhgiHbTey0YoizYVFnWZ9Ey1IVXcLDb8mg31r0gfmuXz7mxT8icEh0COpUfNj57uO8NW HKsk1EFhfFCfThhevUActhUp8Jd/ZqdnO0BF8=
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=6a8eu/uT3y3tbnGyRiQoKiBzKV1X0/onR4I/FYK8RKE=; b=WxwcaEVd/m1AJrgOzaZwGQk9kJig85Hzylwnot6fUFi+qgLk+g/QAXFaIK3zljzjs/ YYC/bqZ95d1yNdjAqDW1vW+xr9LTJrMCWGwPEOr+f2l7uqGI8CEfPBBesx7RXSdzd5kp 7PX5TDpHmf0GyPfiOOUb29U7IlEkp9deBrBu7TxqYzQT+ijxvHQARIVL1siMiejqF88/ oZvnsFwzXJaUyeivsWs8DUSNYoC4iVkKcdEzyfBYKfTqLngEIbmcOSaFpJ+cOlZAH2jR 7gnkYBOrx/I5PrzcyeULBW+yIHy2Nm+Cs8qC9qY9o9JrEFcOxoWnRTCM5Co1J7fipy/f B4/A==
X-Gm-Message-State AA6/9Rmf/8HDOpMovfNDJ0tPf9MJMlfjgqNp/WiMNgcygK/J1z5Ru2VIh0ZB1wgYuXk6vvxx
X-Received by 10.99.125.14 with SMTP id y14mr3180528pgc.163.1476297379327; Wed, 12 Oct 2016 11:36:19 -0700 (PDT)
X-Mailer git-send-email 2.5.0
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 23
Organization linux.* mail to news gateway
X-Original-Cc BCM Kernel Feedback <bcm-kernel-feedback-list@broadcom.com>, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Scott Branden <scott.branden@broadcom.com>, Anup Patel <anup.patel@broadcom.com>
X-Original-Date Wed, 12 Oct 2016 11:35:51 -0700
X-Original-Message-ID <1476297352-7812-2-git-send-email-scott.branden@broadcom.com>
X-Original-References <1476297352-7812-1-git-send-email-scott.branden@broadcom.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1499878

Show key headers only | View raw


Adds brcm,sdhci-iproc compat string to DT bindings document for
the iProc SDHCI driver.

Signed-off-by: Anup Patel <anup.patel@broadcom.com>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
 Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt b/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt
index be56d2b..aa58b94 100644
--- a/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt
+++ b/Documentation/devicetree/bindings/mmc/brcm,sdhci-iproc.txt
@@ -7,6 +7,7 @@ Required properties:
 - compatible : Should be one of the following
 	       "brcm,bcm2835-sdhci"
 	       "brcm,sdhci-iproc-cygnus"
+	       "brcm,sdhci-iproc"
 
 - clocks : The clock feeding the SDHCI controller.
 
-- 
2.5.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] mmc: sdhci-iproc: Add byte register access support Scott Branden <scott.branden@broadcom.com> - 2016-10-12 20:40 +0200
  [PATCH 2/2] mmc: sdhci-iproc: support standard byte register accesses Scott Branden <scott.branden@broadcom.com> - 2016-10-12 20:40 +0200
    Re: [PATCH 2/2] mmc: sdhci-iproc: support standard byte register  accesses Adrian Hunter <adrian.hunter@intel.com> - 2016-10-17 08:50 +0200
  [PATCH 1/2] mmc: sdhci-iproc: Add brcm,sdhci-iproc compat string in bindings document Scott Branden <scott.branden@broadcom.com> - 2016-10-12 20:40 +0200
    Re: [PATCH 1/2] mmc: sdhci-iproc: Add brcm,sdhci-iproc compat string  in bindings document Rob Herring <robh@kernel.org> - 2016-10-18 15:20 +0200
      Re: [PATCH 1/2] mmc: sdhci-iproc: Add brcm,sdhci-iproc compat string  in bindings document Scott Branden <scott.branden@broadcom.com> - 2016-10-18 22:10 +0200
  Re: [PATCH 0/2] mmc: sdhci-iproc: Add byte register access support Ulf Hansson <ulf.hansson@linaro.org> - 2016-10-17 15:50 +0200

csiph-web