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 3DC89C4321E for ; Mon, 28 Mar 2022 12:51:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242637AbiC1MxG (ORCPT ); Mon, 28 Mar 2022 08:53:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242643AbiC1Mww (ORCPT ); Mon, 28 Mar 2022 08:52:52 -0400 Received: from mail-oa1-f52.google.com (mail-oa1-f52.google.com [209.85.160.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4AD7A6424; Mon, 28 Mar 2022 05:51:10 -0700 (PDT) Received: by mail-oa1-f52.google.com with SMTP id 586e51a60fabf-de3eda6b5dso15113393fac.0; Mon, 28 Mar 2022 05:51:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=cQGZg2ywem6zxyCvwABFfPlNmUhfTOw/8YRFpemaFf4=; b=lxYI6PE/y1AyVi/kPrz3uzfMQr9NaeAJKx8sGYkkgayhNhRdX+0v8MSLkl0ltW8lPc +bQaTpJ9DHNQyC4ADdh5zwr4gAP4aTUFj6xsZ2JYYDOeobyBPIKgd9ci+lZ08p2jFaMv 801DaSCgvRAMAndOHxMccqrF18/Txhat1aQdT3HFXkJh19UHjybZWD6n8ega68PUY3Fo pZELp6whHbujMgMelI8H9FtkqWGMxsWL1vHbvfiJ4YPOB1RRr8A3bU0TPUWc5HSaniAR Ay3ZvsiiNOn3Uv6RyWymXtu2xVYsPSkL1t6kahtYQhtQD5QdxlssOaFRMeF7Wx4koVlE 0LNw== X-Gm-Message-State: AOAM530/wo7YVM7ixMwqwClLMz94E/DAq0sQuC9xy79gOFymU07BV7gS STn7jcA96DPvD+7wBftaxA== X-Google-Smtp-Source: ABdhPJxhc/XOS06cKfWmV8nxW6YHrYLXoTD/KyWUtNUbx5hNVIsj9+PLIdx7x7AayOuJl1MVzaw89Q== X-Received: by 2002:a05:6870:a1a0:b0:dd:e471:8baf with SMTP id a32-20020a056870a1a000b000dde4718bafmr14907619oaf.40.1648471869579; Mon, 28 Mar 2022 05:51:09 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id n62-20020acaef41000000b002ef646e6690sm7309500oih.53.2022.03.28.05.51.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Mar 2022 05:51:08 -0700 (PDT) Received: (nullmailer pid 2153574 invoked by uid 1000); Mon, 28 Mar 2022 12:51:05 -0000 From: Rob Herring To: Kunihiko Hayashi Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Bjorn Helgaas , Masami Hiramatsu In-Reply-To: <1648433498-23450-1-git-send-email-hayashi.kunihiko@socionext.com> References: <1648433498-23450-1-git-send-email-hayashi.kunihiko@socionext.com> Subject: Re: [PATCH] dt-bindings: PCI: uniphier: Convert uniphier-pcie.txt to json-schema Date: Mon, 28 Mar 2022 07:51:05 -0500 Message-Id: <1648471865.799906.2153573.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Mon, 28 Mar 2022 11:11:38 +0900, Kunihiko Hayashi wrote: > Convert the file into a JSON description at the yaml format. > > Signed-off-by: Kunihiko Hayashi > --- > .../bindings/pci/socionext,uniphier-pcie.yaml | 100 ++++++++++++++++++ > .../devicetree/bindings/pci/uniphier-pcie.txt | 82 -------------- > MAINTAINERS | 2 +- > 3 files changed, 101 insertions(+), 83 deletions(-) > create mode 100644 Documentation/devicetree/bindings/pci/socionext,uniphier-pcie.yaml > delete mode 100644 Documentation/devicetree/bindings/pci/uniphier-pcie.txt > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/1609988 pcie@66000000: compatible: ['socionext,uniphier-pcie', 'snps,dw-pcie'] is too long arch/arm64/boot/dts/socionext/uniphier-ld20-akebi96.dt.yaml arch/arm64/boot/dts/socionext/uniphier-ld20-global.dt.yaml arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dt.yaml arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dt.yaml 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 270A7C433F5 for ; Mon, 28 Mar 2022 12:58:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=2UVwU9TyyGOv1kgxI2aod+8DghkVaZsYzt7yQgVNeN4=; b=i1txUIWMkqXJF0 7eZOVygqAZpfefhQCRjksZxs9UvubLV5qiGkBOmiJt6GV8j9kXhi5hR866j8aN0ece+p0iedVSR3n VMseT1uYcGiIJ+iOs6N5q/MUuRAGZuY5kk7pxMB9T0eFFWjTqVAkCf9uQQiMPatgRlpalC3/wW1HK 4ruijUeL2Xc0PV/q/TWGUmzlNxkOXFjUfBWK1MzNbL7/x0omR4JmuvudkaFto+7yFZtJTg5DXagt4 0dxWJ2rkf4upAQ2m3RG9x8Ry3DkXMiJ9ZCyJWpB9KYimJrtLv6c45dIgcogDpggBcyChJei2kyCvy ldfz/KPX/DN5rDnK05Tg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nYovc-008cOl-7c; Mon, 28 Mar 2022 12:57:00 +0000 Received: from mail-oi1-f175.google.com ([209.85.167.175]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nYovY-008cNb-Dd for linux-arm-kernel@lists.infradead.org; Mon, 28 Mar 2022 12:56:57 +0000 Received: by mail-oi1-f175.google.com with SMTP id e189so15454413oia.8 for ; Mon, 28 Mar 2022 05:56:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=cQGZg2ywem6zxyCvwABFfPlNmUhfTOw/8YRFpemaFf4=; b=n/Aqwge14YgxIchS6JwS3skplqPHOZXy3UEPdD1mBfx2w1e7LsMp02J1/bJiJOwMEz 6WbyM33t4nOoMNnd3+6e4/hWbAsfopMWfTyq6W1d9K09deDXXf3WybuYoyc5pSwgYBvI i9lEubc6KiMJp/RZXg9l0dDs1UeaFcUDC7OTsXD/TyB6+ryfJa3Aa+S+zZSFvC6UQKR4 3KFpDo1eWRI2jqkd6qKyIMAoOI6LepDi+PRI1XtdCRiMQNc9WJcTwSIdGlQ6z8FwkEMk o/fn5MfG0cB9fRRGklN02FMdgbxBMck4REb57zqu71VQ+g5KrQKGfCXZE0pVOB3gG0Gk ot/w== X-Gm-Message-State: AOAM531Qg3+78kxMXVn1ZOGK2uzQ3pubafKsh74D6ZbcZ0WteWIeYa9o Finn4mz+9vhOyxc8VtjjS9szqc22qA== X-Google-Smtp-Source: ABdhPJxhc/XOS06cKfWmV8nxW6YHrYLXoTD/KyWUtNUbx5hNVIsj9+PLIdx7x7AayOuJl1MVzaw89Q== X-Received: by 2002:a05:6870:a1a0:b0:dd:e471:8baf with SMTP id a32-20020a056870a1a000b000dde4718bafmr14907619oaf.40.1648471869579; Mon, 28 Mar 2022 05:51:09 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id n62-20020acaef41000000b002ef646e6690sm7309500oih.53.2022.03.28.05.51.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Mar 2022 05:51:08 -0700 (PDT) Received: (nullmailer pid 2153574 invoked by uid 1000); Mon, 28 Mar 2022 12:51:05 -0000 From: Rob Herring To: Kunihiko Hayashi Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Bjorn Helgaas , Masami Hiramatsu In-Reply-To: <1648433498-23450-1-git-send-email-hayashi.kunihiko@socionext.com> References: <1648433498-23450-1-git-send-email-hayashi.kunihiko@socionext.com> Subject: Re: [PATCH] dt-bindings: PCI: uniphier: Convert uniphier-pcie.txt to json-schema Date: Mon, 28 Mar 2022 07:51:05 -0500 Message-Id: <1648471865.799906.2153573.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220328_055656_473655_B0E12F9D X-CRM114-Status: GOOD ( 12.74 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 28 Mar 2022 11:11:38 +0900, Kunihiko Hayashi wrote: > Convert the file into a JSON description at the yaml format. > > Signed-off-by: Kunihiko Hayashi > --- > .../bindings/pci/socionext,uniphier-pcie.yaml | 100 ++++++++++++++++++ > .../devicetree/bindings/pci/uniphier-pcie.txt | 82 -------------- > MAINTAINERS | 2 +- > 3 files changed, 101 insertions(+), 83 deletions(-) > create mode 100644 Documentation/devicetree/bindings/pci/socionext,uniphier-pcie.yaml > delete mode 100644 Documentation/devicetree/bindings/pci/uniphier-pcie.txt > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/1609988 pcie@66000000: compatible: ['socionext,uniphier-pcie', 'snps,dw-pcie'] is too long arch/arm64/boot/dts/socionext/uniphier-ld20-akebi96.dt.yaml arch/arm64/boot/dts/socionext/uniphier-ld20-global.dt.yaml arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dt.yaml arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dt.yaml _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel