From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Thu, 9 Oct 2014 11:01:15 +0100 From: Mark Rutland To: Lee Jones Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "kernel@stlinux.com" , David Paris , "wim@iguana.be" , "linux@roeck-us.net" , "linux-watchdog@vger.kernel.org" Subject: Re: [PATCH 4/4] watchdog: st_wdt: Add new driver for ST's LPC Watchdog Message-ID: <20141009100115.GD3869@leverpostej> References: <1412760810-23199-1-git-send-email-lee.jones@linaro.org> <1412760810-23199-5-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1412760810-23199-5-git-send-email-lee.jones@linaro.org> List-ID: > + res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "syscfg-type"); This wasn't mentioned in the binding. A comment mentioned "type", but there was no explicit mention of "syscfg-type" in reg-names. Mark.