From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] ARM: bcm2835: implement machine restart hook Date: Fri, 28 Sep 2012 08:56:00 -0600 Message-ID: <5065BA80.1000001@wwwdotorg.org> References: <1348805280-7647-1-git-send-email-swarren@wwwdotorg.org> <20120928121518.7f88196b@skate> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120928121518.7f88196b@skate> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Thomas Petazzoni Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 09/28/2012 04:15 AM, Thomas Petazzoni wrote: > Stephen, > > On Thu, 27 Sep 2012 22:08:00 -0600, Stephen Warren wrote: > >> +intc: interrupt-controller { > > Isn't this a bizarre name for a watchdog device? Yes, certainly! It looks like I only made this cut/paste mistake in the binding document, which is why the code actually worked... >> + compatible = "brcm,bcm2835-pm-wdog"; >> + reg = <0x7e100000 0x28>; >> +};