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 Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F1459C433F5 for ; Wed, 9 Feb 2022 21:14:26 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4JvCLT2RSBz3c9h for ; Thu, 10 Feb 2022 08:14:25 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.161.53; helo=mail-oo1-f53.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-oo1-f53.google.com (mail-oo1-f53.google.com [209.85.161.53]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4JvCL1124bz2xYQ for ; Thu, 10 Feb 2022 08:14:00 +1100 (AEDT) Received: by mail-oo1-f53.google.com with SMTP id u47-20020a4a9732000000b00316d0257de0so3973689ooi.7 for ; Wed, 09 Feb 2022 13:14:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=wZPEl1RMQZWE3jEg2XVztPJu2RbgeLrPJ2Tl4FP1soA=; b=5y+Xx/onHhnl4UDODjeHV236cu11v77Flh1EgjjGrZ0ncXzVwhi8+E077aSPqg3tAs v1XinnUXvwKWzbvRt+JsWIw7GXUll68WvVywVay+I5BfPOzlJYNABoXHqROno2YFRtN4 zmYWMSNbJgLY1WpoDZBvPQKU4aF9Od8RUr8Z0MREIPd/tmg7RzYZgaS9AKIFBu4YPijw kMy/KTqnie6V8EYz+Dy5KTy2a59KtlzIUwF9iG0hCZCyXdcSNSdfsbchvD9AwAadUOnJ UhYCyYsdnXZXubntPvvxrwuOWeUrLLjbJ+CHHgH/XHU6ArgHKsgS9Dn+fEuszfqCpS2d lP5w== X-Gm-Message-State: AOAM530k19Ewu5YVeiUxOqpuj2aC2bu1SpCHdFV0B2S9RK60xzq0wE2+ 2QaLqPa5kBYroDyVsWPB3Q== X-Google-Smtp-Source: ABdhPJyavqXd6E1F+Ok3CwsfGK8qPHRcKMHn3sry6JXo2/tbJ+R4elSwpx1xYpRncV1FyJJ9r41UTw== X-Received: by 2002:a05:6870:1209:: with SMTP id 9mr1342957oan.8.1644441236746; Wed, 09 Feb 2022 13:13:56 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id n12sm7235105oop.5.2022.02.09.13.13.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Feb 2022 13:13:55 -0800 (PST) Received: (nullmailer pid 924633 invoked by uid 1000); Wed, 09 Feb 2022 21:13:54 -0000 Date: Wed, 9 Feb 2022 15:13:54 -0600 From: Rob Herring To: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= Subject: Re: [PATCH v2] dt-bindings: timer: nuvoton, npcm7xx-timer: Convert to YAML Message-ID: References: <20220130102704.2892072-1-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220130102704.2892072-1-j.neuschaefer@gmx.net> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Benjamin Fair , Avi Fishman , Patrick Venture , openbmc@lists.ozlabs.org, Daniel Lezcano , linux-kernel@vger.kernel.org, Tali Perry , Rob Herring , Thomas Gleixner , Tomer Maimon Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Sun, 30 Jan 2022 11:27:02 +0100, Jonathan Neuschäfer wrote: > Let's convert this devicetree binding to YAML, to make it easier to > extend later. > > Signed-off-by: Jonathan Neuschäfer > --- > > v2: > - Fix nuvoton,npcm750-timer compatible string > --- > .../bindings/timer/nuvoton,npcm7xx-timer.txt | 21 --------- > .../bindings/timer/nuvoton,npcm7xx-timer.yaml | 46 +++++++++++++++++++ > 2 files changed, 46 insertions(+), 21 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.txt > create mode 100644 Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.yaml > Applied, thanks! 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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7776C433F5 for ; Wed, 9 Feb 2022 21:14:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232942AbiBIVOC (ORCPT ); Wed, 9 Feb 2022 16:14:02 -0500 Received: from gmail-smtp-in.l.google.com ([23.128.96.19]:39006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230327AbiBIVNz (ORCPT ); Wed, 9 Feb 2022 16:13:55 -0500 Received: from mail-oo1-f48.google.com (mail-oo1-f48.google.com [209.85.161.48]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C731C03BFF4; Wed, 9 Feb 2022 13:13:57 -0800 (PST) Received: by mail-oo1-f48.google.com with SMTP id c7-20020a4ad207000000b002e7ab4185d2so3966523oos.6; Wed, 09 Feb 2022 13:13:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=wZPEl1RMQZWE3jEg2XVztPJu2RbgeLrPJ2Tl4FP1soA=; b=WD9hOaWHb9e2vUHVoCPVfjEhgRQiQFhxi2LQwY4urEo9Y0ZMjk5QryTPm+0E70Amas 72qPqnfSScMI5x7MdnDKTpnMX2LEC9HJramJSmXFNXxwgD0E+ztzBAY/i8p+JFYxD/mB 4s+IwDD90JZPF9UAKGzYLuWcAmpHtxkj054yhcZQ6NIhP2sYxwvj1+WeMqzatYQnmhhP G7sG3OKcDG5ZoK2FRsmBxXhlfs1L5fauYveKYROWwYTG59RgZS5EDzvjUQmHRBfMpBbj Ix9UREjOEs6ooZlasrroMSpMcw/ALilIzsCCJN6fTPnljvV9Xpyf/uiGsDvmcO+xNw9T SITw== X-Gm-Message-State: AOAM530CkMMnORIa5wRSuDtk03MPQuA79KsPq57WKOX5enS+talpq4k+ 1irA0pAHUPFSfZ+qp4Kqaw== X-Google-Smtp-Source: ABdhPJyavqXd6E1F+Ok3CwsfGK8qPHRcKMHn3sry6JXo2/tbJ+R4elSwpx1xYpRncV1FyJJ9r41UTw== X-Received: by 2002:a05:6870:1209:: with SMTP id 9mr1342957oan.8.1644441236746; Wed, 09 Feb 2022 13:13:56 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id n12sm7235105oop.5.2022.02.09.13.13.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Feb 2022 13:13:55 -0800 (PST) Received: (nullmailer pid 924633 invoked by uid 1000); Wed, 09 Feb 2022 21:13:54 -0000 Date: Wed, 9 Feb 2022 15:13:54 -0600 From: Rob Herring To: Jonathan =?iso-8859-1?Q?Neusch=E4fer?= Cc: Thomas Gleixner , Avi Fishman , linux-kernel@vger.kernel.org, Tomer Maimon , devicetree@vger.kernel.org, Benjamin Fair , Nancy Yuen , openbmc@lists.ozlabs.org, Rob Herring , Patrick Venture , Daniel Lezcano , Tali Perry Subject: Re: [PATCH v2] dt-bindings: timer: nuvoton,npcm7xx-timer: Convert to YAML Message-ID: References: <20220130102704.2892072-1-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220130102704.2892072-1-j.neuschaefer@gmx.net> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, 30 Jan 2022 11:27:02 +0100, Jonathan Neuschäfer wrote: > Let's convert this devicetree binding to YAML, to make it easier to > extend later. > > Signed-off-by: Jonathan Neuschäfer > --- > > v2: > - Fix nuvoton,npcm750-timer compatible string > --- > .../bindings/timer/nuvoton,npcm7xx-timer.txt | 21 --------- > .../bindings/timer/nuvoton,npcm7xx-timer.yaml | 46 +++++++++++++++++++ > 2 files changed, 46 insertions(+), 21 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.txt > create mode 100644 Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.yaml > Applied, thanks!