devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Abhimanyu Saini <abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
To: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	Abhimanyu Saini <abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
Subject: [PATCH 4/7] dt-bindings: spi: Update dspi bindings for LS2088A
Date: Tue, 28 Jun 2016 20:18:58 +0530	[thread overview]
Message-ID: <1467125341-2380-5-git-send-email-abhimanyu.saini@nxp.com> (raw)
In-Reply-To: <1467125341-2380-1-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>

Signed-off-by: Abhimanyu Saini <abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
---
 Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
index ff5893d..0870660 100644
--- a/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
+++ b/Documentation/devicetree/bindings/spi/spi-fsl-dspi.txt
@@ -4,7 +4,8 @@ Required properties:
 - compatible : "fsl,vf610-dspi", "fsl,ls1021a-v1.0-dspi",
 		"fsl,ls2085a-dspi"
 		or
-		"fsl,ls2080a-dspi" followed by "fsl,ls2085a-dspi"
+		"fsl,<chip>-dspi" followed by "fsl,ls2085a-dspi",
+		<chip> can be: ls2080a, ls2088a
 - reg : Offset and length of the register set for the device
 - interrupts : Should contain SPI controller interrupt
 - clocks: from common clock binding: handle to dspi clock.
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-06-28 14:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28 14:48 [PATCH 0/7] FSL's LS2088A platform support Abhimanyu Saini
     [not found] ` <1467125341-2380-1-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-06-28 14:48   ` [PATCH 1/7] dt-bindings: arm: Update bindings for LS2088A targets Abhimanyu Saini
     [not found]     ` <1467125341-2380-2-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-07-01  1:28       ` Rob Herring
2016-06-28 14:48   ` [PATCH 2/7] dt-bindings: pci: Update bindings for LS2088A Abhimanyu Saini
     [not found]     ` <1467125341-2380-3-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-07-01  1:29       ` Rob Herring
2016-06-28 14:48   ` [PATCH 3/7] dt-bindings: mtd: fsl-quadspi: Update qspi " Abhimanyu Saini
     [not found]     ` <1467125341-2380-4-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-07-01  1:30       ` Rob Herring
2016-06-28 14:48   ` Abhimanyu Saini [this message]
     [not found]     ` <1467125341-2380-5-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-07-01  1:31       ` [PATCH 4/7] dt-bindings: spi: Update dspi " Rob Herring
2016-06-28 14:48   ` [PATCH 5/7] dt-bindings: gpio: Update gpio " Abhimanyu Saini
     [not found]     ` <1467125341-2380-6-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-06-28 21:10       ` Rob Herring
2016-06-28 14:49   ` [PATCH 6/7] drivers: clk: qoriq: Add ls2088a key to clk OF match table Abhimanyu Saini
2016-06-28 14:49   ` [PATCH 7/7] arm64: Add DTS support for FSL's LS2088A SoC Abhimanyu Saini
     [not found]     ` <CALRxmdA38Hdh5aqBNU_GahhJnM1AVNexbnynUXzV5FOqPhFerA@mail.gmail.com>
     [not found]       ` <CALRxmdA38Hdh5aqBNU_GahhJnM1AVNexbnynUXzV5FOqPhFerA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-07-01 19:59         ` Stuart Yoder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467125341-2380-5-git-send-email-abhimanyu.saini@nxp.com \
    --to=abhimanyu.saini-3arqi8vn3tc@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).