From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [RESPIN 1/6] dt-bindings: EXYNOS: Add exynos-srom device tree binding Date: Wed, 2 Mar 2016 11:53:19 -0600 Message-ID: <20160302175319.GA11155@rob-hp-laptop> References: <1456389222-12738-1-git-send-email-pankaj.dubey@samsung.com> <1456389222-12738-2-git-send-email-pankaj.dubey@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1456389222-12738-2-git-send-email-pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Pankaj Dubey Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, thomas.ab-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org, p.fedin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, Mark Rutland , Ian Campbell , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Kukjin Kim List-Id: devicetree@vger.kernel.org On Thu, Feb 25, 2016 at 02:03:37PM +0530, Pankaj Dubey wrote: > This patch adds exynos-srom binding information for SROM Controller > driver on Exynos SoCs. > > CC: Rob Herring > CC: Mark Rutland > CC: Ian Campbell > CC: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Signed-off-by: Pankaj Dubey > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Kukjin Kim > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/memory-controllers/exynos-srom.txt | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > create mode 100644 Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt > > diff --git a/Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt b/Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt > new file mode 100644 > index 0000000..33886d5 > --- /dev/null > +++ b/Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt > @@ -0,0 +1,12 @@ > +SAMSUNG Exynos SoCs SROM Controller driver. > + > +Required properties: > +- compatible : Should contain "samsung,exynos-srom". There should be SoC specific compatible strings in addition to this. > + > +- reg: offset and length of the register set > + > +Example: > + sromc@12570000 { This should be memory-controller@... > + compatible = "samsung,exynos-srom"; > + reg = <0x12570000 0x10>; The next patch changes the size to 0x14? BTW, you could just combine both patches. I guess you didn't to maintain authorship? Rob -- 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