From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-f66.google.com (mail-ot1-f66.google.com [209.85.210.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42LCSf2sQ5zF3Ld for ; Thu, 27 Sep 2018 08:35:29 +1000 (AEST) Received: by mail-ot1-f66.google.com with SMTP id q4-v6so579491otf.13 for ; Wed, 26 Sep 2018 15:35:29 -0700 (PDT) Date: Wed, 26 Sep 2018 17:35:25 -0500 From: Rob Herring To: Christophe Leroy Cc: Wim Van Sebroeck , Guenter Roeck , Radu Rendec , Mark Rutland , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 3/3] dt-bindings: watchdog: add mpc8xxx-wdt support Message-ID: <20180926223525.GA25002@bogus> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 17 Sep 2018 06:22:53 +0000 (UTC), Christophe Leroy wrote: > Add description of DT bindings for mpc8xxx-wdt driver which > handles the CPU watchdog timer on the mpc83xx, mpc86xx and mpc8xx. > > Signed-off-by: Christophe Leroy > --- > .../devicetree/bindings/watchdog/mpc8xxx-wdt.txt | 25 ++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > create mode 100644 Documentation/devicetree/bindings/watchdog/mpc8xxx-wdt.txt > Reviewed-by: Rob Herring