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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 21A54C48BE0 for ; Thu, 10 Jun 2021 17:50:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0580A613BD for ; Thu, 10 Jun 2021 17:50:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230313AbhFJRwg (ORCPT ); Thu, 10 Jun 2021 13:52:36 -0400 Received: from mail-oo1-f53.google.com ([209.85.161.53]:37638 "EHLO mail-oo1-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230216AbhFJRwf (ORCPT ); Thu, 10 Jun 2021 13:52:35 -0400 Received: by mail-oo1-f53.google.com with SMTP id k10-20020a4abd8a0000b0290249ed2f2919so85392oop.4; Thu, 10 Jun 2021 10:50:39 -0700 (PDT) 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; bh=NeXPeoGgdwqVg+0zla10NtNb6Gyin6Kob8zl01r9rKA=; b=OHkhhK9GTu+vtbd6WgjHrWfSajoXItnq2ezndj+3sS4SA/inunkGKREeq4OIrKs3aC 9FTGEcaU+W8J4eAZplPIR8KtwtdJ8DE0RUuktvjVMgDz6yw0y0/4fXVgjgTf3LkiATPA BtvzABKN0IvU+jQlxfbGKJBibA1LUrzZZ7jXCqawxkmEIVvLVCj/CBR/6IPlh0h3Jv9M v8idvCgiVZJzDoivXQk6YXfvKirVudSN3YiiTYF3mn6xuN/+q0dM0C3eAfc3lHpEWSSH 3TNk+lLJWng2Mi6umg+Lyp7obubcJmc5dibUTsCqLoOeirEzTXocQf4e6oMLWQJqZApN pWgQ== X-Gm-Message-State: AOAM5300WCVT9VHsbAs6TARe526vtuAdKSwk5q7V5jrIkpQ20BFV8HpJ BEPVG0dbtKjRHhoYfwu+hQ== X-Google-Smtp-Source: ABdhPJzqi1ApRbqW5KOE33CLWJkfrZffEQeEfH/il8Xk71CokpwyU/VQWSx8856WyKsOFoDCkjQDbg== X-Received: by 2002:a4a:9b0f:: with SMTP id a15mr3224210ook.4.1623347438659; Thu, 10 Jun 2021 10:50:38 -0700 (PDT) Received: from robh.at.kernel.org ([172.58.99.113]) by smtp.gmail.com with ESMTPSA id n127sm664477oif.55.2021.06.10.10.50.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 10:50:37 -0700 (PDT) Received: (nullmailer pid 2331980 invoked by uid 1000); Thu, 10 Jun 2021 17:50:34 -0000 Date: Thu, 10 Jun 2021 11:50:34 -0600 From: Rob Herring To: Nobuhiro Iwamatsu Cc: Michael Turquette , Stephen Boyd , Michal Simek , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: clk: zynqmp: convert bindings to YAML Message-ID: <20210610175034.GA2294595@robh.at.kernel.org> References: <20210602001449.780075-1-iwamatsu@nigauri.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210602001449.780075-1-iwamatsu@nigauri.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 02, 2021 at 09:14:49AM +0900, Nobuhiro Iwamatsu wrote: > Convert common clock for Xilinx Zynq MPSoC SoC bindings documentation > to YAML. > > Signed-off-by: Nobuhiro Iwamatsu > --- > > v2: Fix warning with DT_CHECKER_FLAGS=-m. > > .../bindings/clock/xlnx,zynqmp-clk.txt | 63 --------- > .../bindings/clock/xlnx,zynqmp-clk.yaml | 63 +++++++++ > .../mailbox/xlnx,zynqmp-ipi-mailbox.txt | 127 ------------------ Why is this removed? Otherwise, looks fine. > 3 files changed, 63 insertions(+), 190 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/xlnx,zynqmp-clk.txt > create mode 100644 Documentation/devicetree/bindings/clock/xlnx,zynqmp-clk.yaml > delete mode 100644 Documentation/devicetree/bindings/mailbox/xlnx,zynqmp-ipi-mailbox.txt