From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pankaj Dubey Subject: Re: [PATCH 5/5] Documentation: dt-bindings: add exynos-srom binding information Date: Thu, 20 Aug 2015 17:09:45 +0530 Message-ID: <55D5BC81.9050304@samsung.com> References: <1430296712-10287-1-git-send-email-pankaj.dubey@samsung.com> <1430296712-10287-6-git-send-email-pankaj.dubey@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailout3.samsung.com ([203.254.224.33]:55119 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751284AbbHTLkJ (ORCPT ); Thu, 20 Aug 2015 07:40:09 -0400 In-reply-to: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Mark Rutland , linux@arm.linux.org.uk, heiko@sntech.de, Ian Campbell , Rob Herring , thomas.ab@samsung.com, kgene@kernel.org Hi Krzysztof, On Wednesday 27 May 2015 04:51 PM, Krzysztof Kozlowski wrote: > 2015-04-29 17:38 GMT+09:00 Pankaj Dubey : >> This patch adds exynos-srom binding information for SROM Controller >> driver on Exynos SoCs. >> >> CC: Rob Herring >> CC: Mark Rutland >> CC: Ian Campbell >> Signed-off-by: Pankaj Dubey >> --- >> .../devicetree/bindings/arm/samsung/exynos-srom.txt | 12 ++++++++++++ >> 1 file changed, 12 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/arm/samsung/exynos-srom.txt >> >> diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-srom.txt b/Documentation/devicetree/bindings/arm/samsung/exynos-srom.txt >> new file mode 100644 >> index 0000000..482d1cd >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/arm/samsung/exynos-srom.txt >> @@ -0,0 +1,12 @@ >> +SAMSUNG Exynos SoCs SROM Controller driver. >> + >> +Required properties: >> +- compatible : Should at least contain "samsung,exynos-srom". > > "At least" - do you already expect other compatibles? > Nope, as of now I do not expect any other compatible, so I will change this to "Should contain "samsung,exynos-srom"." Thanks, Pankaj Dubey > Best regards, > Krzysztof >