Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755247AbbEUIqL (ORCPT ); Thu, 21 May 2015 04:46:11 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:58906 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751385AbbEUIqI (ORCPT ); Thu, 21 May 2015 04:46:08 -0400 From: Arnd Bergmann To: fu.wei@linaro.org Cc: Suravee.Suthikulpanit@amd.com, linaro-acpi@lists.linaro.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, tekkamanninja@gmail.com, graeme.gregory@linaro.org, al.stone@linaro.org, hanjun.guo@linaro.org, timur@codeaurora.org, ashwin.chaugule@linaro.org, linux@roeck-us.net, vgandhi@codeaurora.org, wim@iguana.be, jcm@redhat.com, leo.duran@amd.com, corbet@lwn.net, mark.rutland@arm.com Subject: Re: [PATCH v2 3/7] ARM64: add SBSA Generic Watchdog device node in foundation-v8.dts Date: Thu, 21 May 2015 10:45:50 +0200 Message-ID: <10436688.ghBfa0dkUg@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1432197156-16947-4-git-send-email-fu.wei@linaro.org> References: <=fu.wei@linaro.org> <1432197156-16947-1-git-send-email-fu.wei@linaro.org> <1432197156-16947-4-git-send-email-fu.wei@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:3cSruwDOe1n+bp3NouzW0YwZf9ihxshWXjnhg1K8VARUUCgybcW aXMw6K5y2w8rViW1Zzo3bVFG6/w3Uv/M9oOfyJVp1IFNz6DtkYrmFKksgQ9XJsJCNX/o/eR Z7XGtmKfTC8lcje2+oMX2EjuIKyQoN3fuCoEL8hYb7QCkJsFQWxx54n8DD2s3CuCBjrbkqV qtru0DMDJOZM0g/ZyUp+Q== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 26 On Thursday 21 May 2015 16:32:32 fu.wei@linaro.org wrote: > + watchdog0: watchdog@2a450000 { > + compatible = "arm,sbsa-gwdt"; > + reg = <0x0 0x2a450000 0 0x10000>, > + <0x0 0x2a440000 0 0x10000>; > + reg-names = "refresh", > + "control"; > + interrupts = <0 27 4>; > + interrupt-names = "ws0"; > + timeout-sec = <10 5>; > + }; > }; > just one tiny comment: you can drop the 'watchdog0:' label here, there is normally no reason to assign a label to a watchdog device, especially if it's in a .dts file rather than a .dtsi. The same is true for the example in the binding documentation. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/