From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9598DC43603 for ; Thu, 19 Dec 2019 15:51:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5C6A0206EC for ; Thu, 19 Dec 2019 15:51:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576770665; bh=yfjySZnE9NaVlTPkWCQGW8r7jtEwlvbJWo9NhSp4hfw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=c1lV6HSj4oQH7BS81DFRR4Ft9A9QOhcPFW7cW2brOeyLuLeRV9hNgmr0QR515e2xT kHagN8Ni7QvNvbKGPeuf+IrBbgOsnS93kpMZRw2KlJOFlnLfsljmpQC9WlzMQDtZ+t n5Vo/HRsqbwBeLH6NfL+uuNnuy+rToRS6UpRhtKM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726797AbfLSPvF (ORCPT ); Thu, 19 Dec 2019 10:51:05 -0500 Received: from mail-ot1-f67.google.com ([209.85.210.67]:44361 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726779AbfLSPvE (ORCPT ); Thu, 19 Dec 2019 10:51:04 -0500 Received: by mail-ot1-f67.google.com with SMTP id h9so5154806otj.11; Thu, 19 Dec 2019 07:51:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ci18yO6S0a6TgITq8YqQaAsiIr5weNY4GfvU653cx3c=; b=VC+Y+hcako2fcT9ROIo94NgIzt6kQEChyV60kQWUD2Zi6PvdthjF5BsCC9b2vYHsHu dge7eDe4tva+JtUP0/XpsH6taJD58UHoU1JaQDNiTHupH+PVd0NX/DaOAVylzOX6Hjsi KWX7SNCMPSUk+mriTL3gj8/2LAMsmThC+c015x+VQAutDFlNWwUUfcgreLwB65mauU0t hECB5dkDc+wtng3ZepCyacFecMpjACogy2wuo2ne8d7yzxjvrkfvlKt7n6/h4QKIMLm0 Q51LaVSGEylJwAPn7GcuAO/jB5pAKZqaB/l51137nN8dOVWBtpRPjhtMLxC0zoNMwyon 77pQ== X-Gm-Message-State: APjAAAXynfYFbWB8RzFHq++2ZjeQk+Jf8Y1xR32fsje/XPxRwcWFedGR mKhjMp+huFsr4wxSMXS+wQ== X-Google-Smtp-Source: APXvYqxBitxJErG8fqxh+172fCWcJiax2apTWgRol/iP7/vlCUvpXo+dEXMMyBU3q5UoTCa+0/Od8A== X-Received: by 2002:a9d:7a8f:: with SMTP id l15mr9106619otn.109.1576770664003; Thu, 19 Dec 2019 07:51:04 -0800 (PST) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id l1sm2092339oic.22.2019.12.19.07.51.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Dec 2019 07:51:03 -0800 (PST) Date: Thu, 19 Dec 2019 09:51:02 -0600 From: Rob Herring To: Benjamin Gaignard Cc: wim@linux-watchdog.org, linux@roeck-us.net, mark.rutland@arm.com, alexandre.torgue@st.com, linux-watchdog@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: watchdog: Convert stm32 watchdog bindings to json-schema Message-ID: <20191219155102.GA26498@bogus> References: <20191121084316.13839-1-benjamin.gaignard@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191121084316.13839-1-benjamin.gaignard@st.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org On Thu, Nov 21, 2019 at 09:43:16AM +0100, Benjamin Gaignard wrote: > Convert the STM32 watchdog binding to DT schema format using json-schema > > Signed-off-by: Benjamin Gaignard > --- > changes in version 2: > - remove trailer space > - add Christophe in the maintainers list > > .../devicetree/bindings/watchdog/st,stm32-iwdg.txt | 26 ---------- > .../bindings/watchdog/st,stm32-iwdg.yaml | 55 ++++++++++++++++++++++ > 2 files changed, 55 insertions(+), 26 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt > create mode 100644 Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.yaml Fixed up a typo with 'enums' and applied. Rob