From: naga.sureshkumar.relli@xilinx.com (Naga Sureshkumar Relli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/3] spi: xilinx: Update devicetree bindings for spi-xilinx
Date: Mon, 30 May 2016 15:17:07 +0530 [thread overview]
Message-ID: <1464601627-5246-1-git-send-email-nagasure@xilinx.com> (raw)
Update bindings for spi-xilinx.
as per spi-bus.txt rename num-ss-bits to num-cs.
and add fifo-size and bits-per-word properties.
Signed-off-by: Naga Sureshkumar Relli <nagasure@xilinx.com>
---
changes for v2
- none
---
Documentation/devicetree/bindings/spi/spi-xilinx.txt | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/spi/spi-xilinx.txt b/Documentation/devicetree/bindings/spi/spi-xilinx.txt
index c7b7856..539bbe9 100644
--- a/Documentation/devicetree/bindings/spi/spi-xilinx.txt
+++ b/Documentation/devicetree/bindings/spi/spi-xilinx.txt
@@ -7,9 +7,11 @@ Required properties:
- interrupts : Property with a value describing the interrupt
number.
- interrupt-parent : Must be core interrupt controller
+- fifo-size : Depth of TX/RX Fifos
Optional properties:
-- xlnx,num-ss-bits : Number of chip selects used.
+- num-cs : Number of chip selects used.
+- bits-per-word : Number of bits per word.
Example:
axi_quad_spi at 41e00000 {
@@ -17,6 +19,8 @@ Example:
interrupt-parent = <&intc>;
interrupts = <0 31 1>;
reg = <0x41e00000 0x10000>;
- xlnx,num-ss-bits = <0x1>;
+ num-cs = <0x1>;
+ fifo-size = <256>;
+ bits-per-word = <8>;
};
--
2.1.1
next reply other threads:[~2016-05-30 9:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-30 9:47 Naga Sureshkumar Relli [this message]
2016-05-30 17:38 ` [PATCH v2 3/3] spi: xilinx: Update devicetree bindings for spi-xilinx Mark Brown
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=1464601627-5246-1-git-send-email-nagasure@xilinx.com \
--to=naga.sureshkumar.relli@xilinx.com \
--cc=linux-arm-kernel@lists.infradead.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).