Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752610AbbEYMjI (ORCPT ); Mon, 25 May 2015 08:39:08 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:48490 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752019AbbEYMjF (ORCPT ); Mon, 25 May 2015 08:39:05 -0400 Date: Mon, 25 May 2015 14:39:02 +0200 From: Pavel Machek To: Alan Tull Cc: Dinh Nguyen , Rob Herring , Arnd Bergmann , Steffen Trumtrar , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Russell King , linux-arm-kernel@lists.infradead.org, Delicious Quinoq Subject: Re: [PATCH v4 2/2] ARM: socfpga: dts: add sdram controller dt binding doc Message-ID: <20150525123902.GE9943@amd> References: <1432317735-29413-1-git-send-email-atull@opensource.altera.com> <1432317735-29413-3-git-send-email-atull@opensource.altera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432317735-29413-3-git-send-email-atull@opensource.altera.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1566 Lines: 39 On Fri 2015-05-22 13:02:15, Alan Tull wrote: > Add binding doc for Altera SOCFPGA SDRAM controller. > > Signed-off-by: Alan Tull > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/