From: pavel@denx.de (Pavel Machek)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 2/2] ARM: socfpga: dts: add sdram controller dt binding doc
Date: Mon, 25 May 2015 14:39:02 +0200 [thread overview]
Message-ID: <20150525123902.GE9943@amd> (raw)
In-Reply-To: <1432317735-29413-3-git-send-email-atull@opensource.altera.com>
On Fri 2015-05-22 13:02:15, Alan Tull wrote:
> Add binding doc for Altera SOCFPGA SDRAM controller.
>
> Signed-off-by: Alan Tull <atull@opensource.altera.com>
> ---
> v4: Add bindings doc
> ---
> .../arm/altera/socfpga-sdram-controller.txt | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt
>
> diff --git a/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt b/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt
> new file mode 100644
> index 0000000..77ca635
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt
> @@ -0,0 +1,12 @@
> +Altera SOCFPGA SDRAM Controller
> +
> +Required properties:
> +- compatible : Should contain "altr,sdr-ctl" and "syscon".
> + syscon is required by the Altera SOCFPGA SDRAM EDAC.
> +- reg : Should contain 1 register range (address and length)
> +
> +Example:
> + sdr: sdr at ffc25000 {
> + compatible = "altr,sdr-ctl", "syscon";
Is the syscon binding good idea? Should the EDAC driver be fixed to
accept altr,sdr-ctl binding, instead?
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
WARNING: multiple messages have this Message-ID (diff)
From: Pavel Machek <pavel@denx.de>
To: Alan Tull <atull@opensource.altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>,
Rob Herring <robh+dt@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
Steffen Trumtrar <s.trumtrar@pengutronix.de>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Russell King <linux@arm.linux.org.uk>,
linux-arm-kernel@lists.infradead.org,
Delicious Quinoq <delicious.quinoa@gmail.com>
Subject: Re: [PATCH v4 2/2] ARM: socfpga: dts: add sdram controller dt binding doc
Date: Mon, 25 May 2015 14:39:02 +0200 [thread overview]
Message-ID: <20150525123902.GE9943@amd> (raw)
In-Reply-To: <1432317735-29413-3-git-send-email-atull@opensource.altera.com>
On Fri 2015-05-22 13:02:15, Alan Tull wrote:
> Add binding doc for Altera SOCFPGA SDRAM controller.
>
> Signed-off-by: Alan Tull <atull@opensource.altera.com>
> ---
> v4: Add bindings doc
> ---
> .../arm/altera/socfpga-sdram-controller.txt | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt
>
> diff --git a/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt b/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt
> new file mode 100644
> index 0000000..77ca635
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt
> @@ -0,0 +1,12 @@
> +Altera SOCFPGA SDRAM Controller
> +
> +Required properties:
> +- compatible : Should contain "altr,sdr-ctl" and "syscon".
> + syscon is required by the Altera SOCFPGA SDRAM EDAC.
> +- reg : Should contain 1 register range (address and length)
> +
> +Example:
> + sdr: sdr@ffc25000 {
> + compatible = "altr,sdr-ctl", "syscon";
Is the syscon binding good idea? Should the EDAC driver be fixed to
accept altr,sdr-ctl binding, instead?
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
next prev parent reply other threads:[~2015-05-25 12:39 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-22 18:02 [PATCH v4 0/2] socfpga: support suspend to ram Alan Tull
2015-05-22 18:02 ` Alan Tull
2015-05-22 18:02 ` Alan Tull
2015-05-22 18:02 ` [PATCH v4 1/2] ARM: " Alan Tull
2015-05-22 18:02 ` Alan Tull
2015-05-22 18:02 ` Alan Tull
2015-05-25 12:41 ` Pavel Machek
2015-05-25 12:41 ` Pavel Machek
2015-05-25 12:41 ` Pavel Machek
2015-05-26 21:40 ` atull
2015-05-26 21:40 ` atull
2015-05-26 21:40 ` atull
2015-05-26 21:56 ` Pavel Machek
2015-05-26 21:56 ` Pavel Machek
2015-05-26 21:56 ` Pavel Machek
2015-05-28 20:21 ` atull
2015-05-28 20:21 ` atull
2015-05-28 20:21 ` atull
2015-05-26 13:48 ` Dinh Nguyen
2015-05-26 13:48 ` Dinh Nguyen
2015-05-26 13:48 ` Dinh Nguyen
2015-05-27 20:25 ` atull
2015-05-27 20:25 ` atull
2015-05-27 20:25 ` atull
2015-05-28 15:07 ` Dinh Nguyen
2015-05-28 15:07 ` Dinh Nguyen
2015-05-28 15:07 ` Dinh Nguyen
2015-05-28 20:23 ` atull
2015-05-28 20:23 ` atull
2015-05-28 20:23 ` atull
2015-05-22 18:02 ` [PATCH v4 2/2] ARM: socfpga: dts: add sdram controller dt binding doc Alan Tull
2015-05-22 18:02 ` Alan Tull
2015-05-22 18:02 ` Alan Tull
2015-05-25 12:39 ` Pavel Machek [this message]
2015-05-25 12:39 ` Pavel Machek
2015-05-26 21:37 ` atull
2015-05-26 21:37 ` atull
2015-05-26 21:37 ` atull
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=20150525123902.GE9943@amd \
--to=pavel@denx.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.