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=-4.1 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 autolearn=no 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 50556C3A5A0 for ; Mon, 19 Aug 2019 19:06:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1DFD322CF8 for ; Mon, 19 Aug 2019 19:06:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566241578; bh=U2Nk8SjazRvtA6qJtd4/WFVsvVICrDmtDKqfB/oakMU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=oTwK4RpYsyZ867fqKTPox4TchWuKAjc9V1io6Sl/bkj+f8IDdNfuuUY5mZUNRwV5E zQ3OlIrCRILNQKeaj2UKdjlIPB5IDXU68WlVbcAFUY3r5CbuGNNcG72WWxnz6hsBBH sQc4UU++m5QXcR4k45h+zpSfv2JBnPN42sq2QfSw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728316AbfHSTGR (ORCPT ); Mon, 19 Aug 2019 15:06:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:35094 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727965AbfHSTGR (ORCPT ); Mon, 19 Aug 2019 15:06:17 -0400 Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BE56922CEB; Mon, 19 Aug 2019 19:06:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566241575; bh=U2Nk8SjazRvtA6qJtd4/WFVsvVICrDmtDKqfB/oakMU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=z30n64I1ybSsDgNp7Sm/tmUI88SriuZlp+co5g3PVLQYSYmWUziTHOkiCw2NwkIwW ikeyRUHxAyncVx3ZadxjGD5UK8+Nt8d/eeRZPX/L7wci8lnho61vRCTUc+5sV2+Kx3 gHouyC8vq+9nmqmpGkC6eymls4vevEj44r8vAGR0= Received: by mail-qk1-f182.google.com with SMTP id m2so2355502qkd.10; Mon, 19 Aug 2019 12:06:15 -0700 (PDT) X-Gm-Message-State: APjAAAUm8HYZ6339IIvI9PPJse980poB+xxh/OJ8by8UyVre+9SmiPIl qVafdPRb5X6/FmSKEvX81C0smValm21Xmv9Nvw== X-Google-Smtp-Source: APXvYqzfzVyi2fwu520h4u9KLrCEutmcKpSatt/kv6lrxMdq0xYytFoYD73hFunEhVIaphJSdOw+ddGB6mJQxXmimCg= X-Received: by 2002:a37:a010:: with SMTP id j16mr23023013qke.152.1566241574987; Mon, 19 Aug 2019 12:06:14 -0700 (PDT) MIME-Version: 1.0 References: <20190819182039.24892-1-mripard@kernel.org> <20190819182039.24892-2-mripard@kernel.org> In-Reply-To: <20190819182039.24892-2-mripard@kernel.org> From: Rob Herring Date: Mon, 19 Aug 2019 14:06:03 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 2/6] dt-bindings: watchdog: Convert Allwinner watchdog to a schema To: Maxime Ripard Cc: Guenter Roeck , Wim Van Sebroeck , "linux-kernel@vger.kernel.org" , Chen-Yu Tsai , Mark Rutland , Frank Rowand , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , devicetree@vger.kernel.org, Maxime Ripard Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 19, 2019 at 1:20 PM Maxime Ripard wrote: > > From: Maxime Ripard > > The Allwinner SoCs have a watchdog supported in Linux, with a matching > Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Use generic watchdog schema > - Use unevaluatedProperties instead of additionalProperties > --- > .../watchdog/allwinner,sun4i-a10-wdt.yaml | 48 +++++++++++++++++++ > .../bindings/watchdog/sunxi-wdt.txt | 22 --------- > 2 files changed, 48 insertions(+), 22 deletions(-) > create mode 100644 Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > delete mode 100644 Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 2/6] dt-bindings: watchdog: Convert Allwinner watchdog to a schema Date: Mon, 19 Aug 2019 14:06:03 -0500 Message-ID: References: <20190819182039.24892-1-mripard@kernel.org> <20190819182039.24892-2-mripard@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190819182039.24892-2-mripard@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Maxime Ripard Cc: Guenter Roeck , Wim Van Sebroeck , "linux-kernel@vger.kernel.org" , Chen-Yu Tsai , Mark Rutland , Frank Rowand , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , devicetree@vger.kernel.org, Maxime Ripard List-Id: devicetree@vger.kernel.org On Mon, Aug 19, 2019 at 1:20 PM Maxime Ripard wrote: > > From: Maxime Ripard > > The Allwinner SoCs have a watchdog supported in Linux, with a matching > Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Use generic watchdog schema > - Use unevaluatedProperties instead of additionalProperties > --- > .../watchdog/allwinner,sun4i-a10-wdt.yaml | 48 +++++++++++++++++++ > .../bindings/watchdog/sunxi-wdt.txt | 22 --------- > 2 files changed, 48 insertions(+), 22 deletions(-) > create mode 100644 Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > delete mode 100644 Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt Reviewed-by: Rob Herring 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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 1F055C3A5A0 for ; Mon, 19 Aug 2019 19:07:10 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E0C85214DA for ; Mon, 19 Aug 2019 19:07:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="EuHJKpdp"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="z30n64I1" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E0C85214DA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=junp5+SO1KOthGdXaaosxE5vBeKEwM6X/ycfVZHzEhs=; b=EuHJKpdp9dsgLp GS72LuwkiG5K6a9x66u00neXeg7J/zn+faunXYeeW49ufYnX9YdcjmhhNwLWLb0SPie7YNa/xSozz iEwyqePkQPBv5T6dfNKxp14aBUDme3p1V8C3pYdJ8Zphk2xnXI432rjRYXSY8LAKhDE2Mh1Xs28cd A86tfGF38KwYVvcuPIIv/7VCVpRhBADSyec1t4pO9c4ODoyuPyFXiCeGsTILO7jylLvFfCCobBXM6 0ieWPC+O/KjYCJoUoJlRvlO0YdonSrpbjhEUij1uZhEwF52dOfOtCB9P/6GodiD2ZXQuELiixFF6K I9971ByW5QpXV+W1y+DA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hzmze-000886-Jg; Mon, 19 Aug 2019 19:07:03 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hzmyu-0007cQ-7Y for linux-arm-kernel@lists.infradead.org; Mon, 19 Aug 2019 19:06:17 +0000 Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BAF6A22CE8 for ; Mon, 19 Aug 2019 19:06:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566241575; bh=U2Nk8SjazRvtA6qJtd4/WFVsvVICrDmtDKqfB/oakMU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=z30n64I1ybSsDgNp7Sm/tmUI88SriuZlp+co5g3PVLQYSYmWUziTHOkiCw2NwkIwW ikeyRUHxAyncVx3ZadxjGD5UK8+Nt8d/eeRZPX/L7wci8lnho61vRCTUc+5sV2+Kx3 gHouyC8vq+9nmqmpGkC6eymls4vevEj44r8vAGR0= Received: by mail-qk1-f179.google.com with SMTP id d79so2349746qke.11 for ; Mon, 19 Aug 2019 12:06:15 -0700 (PDT) X-Gm-Message-State: APjAAAX2XN9E2lLYtEXanBXUGYNOBNOpd8anKbri4x3EGLgUYlGF+9GO 99QF+Tnfnvf3aXBAdVGzaQaCHlWCPLKWaaDD3g== X-Google-Smtp-Source: APXvYqzfzVyi2fwu520h4u9KLrCEutmcKpSatt/kv6lrxMdq0xYytFoYD73hFunEhVIaphJSdOw+ddGB6mJQxXmimCg= X-Received: by 2002:a37:a010:: with SMTP id j16mr23023013qke.152.1566241574987; Mon, 19 Aug 2019 12:06:14 -0700 (PDT) MIME-Version: 1.0 References: <20190819182039.24892-1-mripard@kernel.org> <20190819182039.24892-2-mripard@kernel.org> In-Reply-To: <20190819182039.24892-2-mripard@kernel.org> From: Rob Herring Date: Mon, 19 Aug 2019 14:06:03 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 2/6] dt-bindings: watchdog: Convert Allwinner watchdog to a schema To: Maxime Ripard X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190819_120616_339521_592AA19A X-CRM114-Status: GOOD ( 15.00 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Maxime Ripard , "linux-kernel@vger.kernel.org" , Chen-Yu Tsai , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Wim Van Sebroeck , Frank Rowand , Guenter Roeck Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Aug 19, 2019 at 1:20 PM Maxime Ripard wrote: > > From: Maxime Ripard > > The Allwinner SoCs have a watchdog supported in Linux, with a matching > Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard > > --- > > Changes from v1: > - Use generic watchdog schema > - Use unevaluatedProperties instead of additionalProperties > --- > .../watchdog/allwinner,sun4i-a10-wdt.yaml | 48 +++++++++++++++++++ > .../bindings/watchdog/sunxi-wdt.txt | 22 --------- > 2 files changed, 48 insertions(+), 22 deletions(-) > create mode 100644 Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > delete mode 100644 Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel