From: Boris Brezillon <boris.brezillon@bootlin.com>
To: masonccyang@mxic.com.tw
Cc: broonie@kernel.org, tpiepho@impinj.com,
linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org,
juliensu@mxic.com.tw, zhengxunli@mxic.com.tw,
Rob Herring <robh@kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH v6 2/2] dt-binding: spi: Document Macronix controller bindings
Date: Wed, 17 Oct 2018 08:41:17 +0200 [thread overview]
Message-ID: <20181017084117.26e25005@bbrezillon> (raw)
In-Reply-To: <1539742092-7049-3-git-send-email-masonccyang@mxic.com.tw>
+Rob and the DT ML
Hi Mason,
Remember to Cc the DT mailing list and maintainers when you add/update a
binding.
On Wed, 17 Oct 2018 10:08:12 +0800
masonccyang@mxic.com.tw wrote:
> From: Mason Yang <masonccyang@mxic.com.tw>
>
> Document the bindings used by the Macronix controller.
>
> Signed-off-by: Mason Yang <masonccyang@mxic.com.tw>
> ---
> Documentation/devicetree/bindings/spi/spi-mxic.txt | 34 ++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/spi/spi-mxic.txt
>
> diff --git a/Documentation/devicetree/bindings/spi/spi-mxic.txt b/Documentation/devicetree/bindings/spi/spi-mxic.txt
> new file mode 100644
> index 0000000..529f2da
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/spi/spi-mxic.txt
> @@ -0,0 +1,34 @@
> +Macronix SPI controller Device Tree Bindings
> +--------------------------------------------
> +
> +Required properties:
> +- compatible: should be "mxicy,mx25f0a-spi"
> +- #address-cells: should be 1
> +- #size-cells: should be 0
> +- reg: should contain 2 entries, one for the registers and one for the direct
> + mapping area
> +- reg-names: should contain "regs" and "dirmap"
> +- interrupts: interrupt line connected to the SPI controller
> +- clock-names: should contain "ps_clk", "send_clk" and "send_dly_clk"
The _clk suffix is unnecessary in my opinion. How about:
- clock-names: should contain "ps", "send" and "send_dly"
Other than that,
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
> +- clocks: should contain 3 entries for the "ps_clk", "send_clk" and
> + "send_dly_clk" clocks
> +
> +Example:
> +
> + spi@43c30000 {
> + compatible = "mxicy,mx25f0a-spi";
> + reg = <0x43c30000 0x10000>, <0xa0000000 0x20000000>;
> + reg-names = "regs", "dirmap";
> + clocks = <&clkwizard 0>, <&clkwizard 1>, <&clkc 18>;
> + clock-names = "send_clk", "send_dly_clk", "ps_clk";
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + flash@0 {
> + compatible = "jedec,spi-nor";
> + reg = <0>;
> + spi-max-frequency = <25000000>;
> + spi-tx-bus-width = <4>;
> + spi-rx-bus-width = <4>;
> + };
> + };
prev parent reply other threads:[~2018-10-17 6:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-17 2:08 [PATCH v6 0/2] spi: Add Macronix controller driver masonccyang
2018-10-17 2:08 ` [PATCH v6 1/2] spi: Add MXIC " masonccyang
2018-10-17 6:41 ` Boris Brezillon
2018-11-05 12:01 ` Applied "spi: Add MXIC controller driver" to the spi tree Mark Brown
2018-10-17 2:08 ` [PATCH v6 2/2] dt-binding: spi: Document Macronix controller bindings masonccyang
2018-10-17 6:41 ` Boris Brezillon [this message]
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=20181017084117.26e25005@bbrezillon \
--to=boris.brezillon@bootlin.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=juliensu@mxic.com.tw \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=masonccyang@mxic.com.tw \
--cc=robh@kernel.org \
--cc=tpiepho@impinj.com \
--cc=zhengxunli@mxic.com.tw \
/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).