From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: [PATCH] Documentation/watchdog: Update node name in samsung-wdt example Date: Mon, 28 Oct 2013 06:52:01 +0000 Message-ID: <20131028065201.GB3065@kartoffel> References: <1382941457-2826-1-git-send-email-sachin.kamat@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <1382941457-2826-1-git-send-email-sachin.kamat@linaro.org> Sender: linux-doc-owner@vger.kernel.org To: Sachin Kamat Cc: "linux-doc@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-watchdog@vger.kernel.org" , "wim@iguana.be" , "rob@landley.net" , "linux-samsung-soc@vger.kernel.org" , "kgene.kim@samsung.com" List-Id: devicetree@vger.kernel.org On Mon, Oct 28, 2013 at 06:24:17AM +0000, Sachin Kamat wrote: > Update the name as per DT naming convention. > > Signed-off-by: Sachin Kamat Acked-by: Mark Rutland > --- > .../devicetree/bindings/watchdog/samsung-wdt.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt > index 4c798e3..0642fb8 100644 > --- a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt > +++ b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt > @@ -17,7 +17,7 @@ Optional properties: > > Example: > > -watchdog { > +watchdog@101D0000 { > compatible = "samsung,s3c2410-wdt"; > reg = <0x101D0000 0x100>, <0x10040408 0x4>, <0x1004040c 0x4>; > interrupts = <0 42 0>; > -- > 1.7.9.5 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >