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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B59A6C433EF for ; Tue, 16 Nov 2021 14:03:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9EECA61BF5 for ; Tue, 16 Nov 2021 14:03:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237116AbhKPOGL (ORCPT ); Tue, 16 Nov 2021 09:06:11 -0500 Received: from mail-oo1-f51.google.com ([209.85.161.51]:34412 "EHLO mail-oo1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236984AbhKPOF5 (ORCPT ); Tue, 16 Nov 2021 09:05:57 -0500 Received: by mail-oo1-f51.google.com with SMTP id b31-20020a4a98e2000000b002bce352296cso7235579ooj.1 for ; Tue, 16 Nov 2021 06:03: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:from:to:cc:in-reply-to:references:subject:date :message-id; bh=aRxOvxuYhfSjyyWHzEXHeQoimCcPflvJ9I7H8ssvLL8=; b=Uisxgxqvn/4MNwDr5hKv5Zy67nzMbn8vBI56JrRxcE52AKHMFpgim5Vq+8423B5qFO e32vsOu7SFxFGM9gPc6uMFJKEHtGVyAiOhcgXW4ywL/3breGhQRtfqNf1NKt3AmthIQI adfZ1pNj48foNgxSDoB+Ucaknrv1txcd/jYdBEZOVmb5e9n77D6/lkEc68kYGQ3a/fqp N89r9S750I7NSIE7SN/ib6CGsd13HKLiJJA+afRfXdpTt0/cGTVvA5auNVINJDblKb1V JMKDgFQU0OnZj2e66UmJkbkhqxWVQSYedcoM6VVl78ja1/2U1T0mlGsfigRkE3ejeYBk 5l7A== X-Gm-Message-State: AOAM530X5y67YQ+1sWwZ1VDs/FCyVrUgxbOE2lVcradusYSeLKMgYOFt CWqPSAZVg2MExvUfuExSXA== X-Google-Smtp-Source: ABdhPJyZgLhINqHQgKbvpIWeu7RfnoRggYC8kVxIjFnwsU5FGCNQJWnfPucnXss8XrvmGzjMmuFQew== X-Received: by 2002:a4a:d00a:: with SMTP id h10mr3888859oor.60.1637071380162; Tue, 16 Nov 2021 06:03:00 -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 v19sm3627393ott.13.2021.11.16.06.02.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Nov 2021 06:02:59 -0800 (PST) Received: (nullmailer pid 3444645 invoked by uid 1000); Tue, 16 Nov 2021 14:02:53 -0000 From: Rob Herring To: Jean-Philippe Brucker Cc: uchida.jun@socionext.com, iommu@lists.linux-foundation.org, jkchen@linux.alibaba.com, devicetree@vger.kernel.org, will@kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, joro@8bytes.org, mark.rutland@arm.com, robin.murphy@arm.com, leo.yan@linaro.org In-Reply-To: <20211116113536.69758-2-jean-philippe@linaro.org> References: <20211116113536.69758-1-jean-philippe@linaro.org> <20211116113536.69758-2-jean-philippe@linaro.org> Subject: Re: [PATCH 1/2] dt-bindings: Add Arm SMMUv3 PMCG binding Date: Tue, 16 Nov 2021 08:02:53 -0600 Message-Id: <1637071373.514426.3444644.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 16 Nov 2021 11:35:36 +0000, Jean-Philippe Brucker wrote: > Add binding for the Arm SMMUv3 PMU. Each node represents a PMCG, and is > placed as a sibling node of the SMMU. Although the PMCGs registers may > be within the SMMU MMIO region, they are separate devices, and there can > be multiple PMCG devices for each SMMU (for example one for the TCU and > one for each TBU). > > Signed-off-by: Jean-Philippe Brucker > --- > .../bindings/iommu/arm,smmu-v3-pmcg.yaml | 67 +++++++++++++++++++ > 1 file changed, 67 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: ./Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.yaml:24:9: [warning] wrong indentation: expected 10 but found 8 (indentation) ./Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.yaml:25:11: [warning] wrong indentation: expected 12 but found 10 (indentation) dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b420000:reg:0: [0, 725745664, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b420000:reg:1: [0, 725811200, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b440000:reg:0: [0, 725876736, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b440000:reg:1: [0, 725942272, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1555758 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8440CC433F5 for ; Tue, 16 Nov 2021 14:03:06 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.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 1BA4B61BE6 for ; Tue, 16 Nov 2021 14:03:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1BA4B61BE6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id D1D6740432; Tue, 16 Nov 2021 14:03:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Go8zHoh4dj-Z; Tue, 16 Nov 2021 14:03:04 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp2.osuosl.org (Postfix) with ESMTPS id 44C474020D; Tue, 16 Nov 2021 14:03:04 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 1693EC001E; Tue, 16 Nov 2021 14:03:04 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 3B029C0012 for ; Tue, 16 Nov 2021 14:03:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 1B2DE60726 for ; Tue, 16 Nov 2021 14:03:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z0MNAh6Y9hcM for ; Tue, 16 Nov 2021 14:03:01 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.8.0 Received: from mail-oo1-f47.google.com (mail-oo1-f47.google.com [209.85.161.47]) by smtp3.osuosl.org (Postfix) with ESMTPS id 3CD5C606F2 for ; Tue, 16 Nov 2021 14:03:01 +0000 (UTC) Received: by mail-oo1-f47.google.com with SMTP id w30-20020a4a355e000000b002c2649b8d5fso7242293oog.10 for ; Tue, 16 Nov 2021 06:03:01 -0800 (PST) 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=aRxOvxuYhfSjyyWHzEXHeQoimCcPflvJ9I7H8ssvLL8=; b=Qwq0z50hJqOzmfpbuyEjKdTek91Imyv6wZd0onE+6cApcO82yE7ftHcsWOSsJJiZ/E kxtRjX+PZRtB1uO7okbsNpc9tbSKyda6GD1E5Oss2oPwJhLo1x6yK768f7uwF2zhQDD1 hLe+hV3QrPpbxWLTsBM4ATb8dkuVmu1NsczEKO/w8HnF0GgJPX80G7+aVyD2HQaEZ+fe kPTOqlsPHH7fIgcgD+FWubuzhIYuWRv754V9lKyeVYj7VuD4wABYv0bk+r3wWLiEj2K4 Mw6JJfGOTAMbqOdkuh5lS+jBKOcqIMzDZ1TZLzM0yBXXnqDjjIJsDv//6iBeHmrgPBNN r8bw== X-Gm-Message-State: AOAM531gL6tIsitccdDrT3ERbksn5oCtSKhtn3dE2wp2AjG44tOI2+3V 41ENvhhP+JJm+HfzSobGBQ== X-Google-Smtp-Source: ABdhPJyZgLhINqHQgKbvpIWeu7RfnoRggYC8kVxIjFnwsU5FGCNQJWnfPucnXss8XrvmGzjMmuFQew== X-Received: by 2002:a4a:d00a:: with SMTP id h10mr3888859oor.60.1637071380162; Tue, 16 Nov 2021 06:03:00 -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 v19sm3627393ott.13.2021.11.16.06.02.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Nov 2021 06:02:59 -0800 (PST) Received: (nullmailer pid 3444645 invoked by uid 1000); Tue, 16 Nov 2021 14:02:53 -0000 From: Rob Herring To: Jean-Philippe Brucker In-Reply-To: <20211116113536.69758-2-jean-philippe@linaro.org> References: <20211116113536.69758-1-jean-philippe@linaro.org> <20211116113536.69758-2-jean-philippe@linaro.org> Subject: Re: [PATCH 1/2] dt-bindings: Add Arm SMMUv3 PMCG binding Date: Tue, 16 Nov 2021 08:02:53 -0600 Message-Id: <1637071373.514426.3444644.nullmailer@robh.at.kernel.org> Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, robin.murphy@arm.com, iommu@lists.linux-foundation.org, robh+dt@kernel.org, uchida.jun@socionext.com, leo.yan@linaro.org, will@kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support 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 Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" On Tue, 16 Nov 2021 11:35:36 +0000, Jean-Philippe Brucker wrote: > Add binding for the Arm SMMUv3 PMU. Each node represents a PMCG, and is > placed as a sibling node of the SMMU. Although the PMCGs registers may > be within the SMMU MMIO region, they are separate devices, and there can > be multiple PMCG devices for each SMMU (for example one for the TCU and > one for each TBU). > > Signed-off-by: Jean-Philippe Brucker > --- > .../bindings/iommu/arm,smmu-v3-pmcg.yaml | 67 +++++++++++++++++++ > 1 file changed, 67 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: ./Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.yaml:24:9: [warning] wrong indentation: expected 10 but found 8 (indentation) ./Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.yaml:25:11: [warning] wrong indentation: expected 12 but found 10 (indentation) dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b420000:reg:0: [0, 725745664, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b420000:reg:1: [0, 725811200, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b440000:reg:0: [0, 725876736, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b440000:reg:1: [0, 725942272, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1555758 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 964C3C433F5 for ; Tue, 16 Nov 2021 14:04:28 +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 5B27860F9C for ; Tue, 16 Nov 2021 14:04:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5B27860F9C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=Qy+VeEPM27v3dp2lmoxkCqjwqCWaTXsD8rdOcXiGbxw=; b=ShfenHyFYYd+qV LM/+Tr1NaK6pIiGpbJQAm/OF9yf+8a/IVLfF3n2gOKNrxqTksj5LvInolmw+yftSXriWLCQqtus06 hT4XtqgEDtVEPF9kYZsv1M4rSllm4PPLtvdVGwuDCi+0z0AVC1leWZkcSh80sp3PD66MZJEP4ICn9 lpRh2kMxC/sYgLkqFQVF6Z8hdxtWq7hFY8p44ZBbKnAT1NHKVI3/ALgyVf3JHEfHWscj7riqwSp1v HAPUm1+n2RfTKyOdeehov1weCLCKcO4zg+S6ONjrvCqEL3rhLbberHthdemjpQW0yFTdITNB6fNhT oPo1Y7f+JnzStaNjMB9g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mmz3D-001r9X-8L; Tue, 16 Nov 2021 14:03:07 +0000 Received: from mail-oo1-f52.google.com ([209.85.161.52]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mmz39-001r8T-6B for linux-arm-kernel@lists.infradead.org; Tue, 16 Nov 2021 14:03:04 +0000 Received: by mail-oo1-f52.google.com with SMTP id p2-20020a4adfc2000000b002c2676904fdso7239733ood.13 for ; Tue, 16 Nov 2021 06:03: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:from:to:cc:in-reply-to:references:subject:date :message-id; bh=aRxOvxuYhfSjyyWHzEXHeQoimCcPflvJ9I7H8ssvLL8=; b=gRkUm6JtWj80QT9EdZowN5+OCyH3C8vmnHlnPU4y+CIXJ0VHukaF8ZwgERKLM9NyC5 1ahSEXsQ36laXYJG+jwY9B8VIukxZNu6uEqY93ru0QnHaIMmrzO3AlgBcRgF0dg/DmrQ vMdivrO0hzZ3Vl7/mSPtZXojiaAuqehcAX3E51BVpS9KqJZA7lk2IS9SF0SByc2CoAnO ZuQrjFmJbYx4cS2zPpMFEgE+T3QnXjlE8j17bGofavktrBbYPajD/FLFb7VbQqEG/jtn G4guKe3d/WEFQKLonXuGbYFiYlFuVfgq1kYTfi7IxoGpYZbKmK27aBWnDRzwPTUFNjlc cOVQ== X-Gm-Message-State: AOAM532Lp65zpXeL/qFMlRxRtz2wWxYOW+eM8Sh91OBwOI7mfNYjKKqu Y6KDZaLFR6FxjrT1HlDPiQ== X-Google-Smtp-Source: ABdhPJyZgLhINqHQgKbvpIWeu7RfnoRggYC8kVxIjFnwsU5FGCNQJWnfPucnXss8XrvmGzjMmuFQew== X-Received: by 2002:a4a:d00a:: with SMTP id h10mr3888859oor.60.1637071380162; Tue, 16 Nov 2021 06:03:00 -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 v19sm3627393ott.13.2021.11.16.06.02.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Nov 2021 06:02:59 -0800 (PST) Received: (nullmailer pid 3444645 invoked by uid 1000); Tue, 16 Nov 2021 14:02:53 -0000 From: Rob Herring To: Jean-Philippe Brucker Cc: uchida.jun@socionext.com, iommu@lists.linux-foundation.org, jkchen@linux.alibaba.com, devicetree@vger.kernel.org, will@kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, joro@8bytes.org, mark.rutland@arm.com, robin.murphy@arm.com, leo.yan@linaro.org In-Reply-To: <20211116113536.69758-2-jean-philippe@linaro.org> References: <20211116113536.69758-1-jean-philippe@linaro.org> <20211116113536.69758-2-jean-philippe@linaro.org> Subject: Re: [PATCH 1/2] dt-bindings: Add Arm SMMUv3 PMCG binding Date: Tue, 16 Nov 2021 08:02:53 -0600 Message-Id: <1637071373.514426.3444644.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211116_060303_249506_880761B7 X-CRM114-Status: GOOD ( 13.16 ) 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 Tue, 16 Nov 2021 11:35:36 +0000, Jean-Philippe Brucker wrote: > Add binding for the Arm SMMUv3 PMU. Each node represents a PMCG, and is > placed as a sibling node of the SMMU. Although the PMCGs registers may > be within the SMMU MMIO region, they are separate devices, and there can > be multiple PMCG devices for each SMMU (for example one for the TCU and > one for each TBU). > > Signed-off-by: Jean-Philippe Brucker > --- > .../bindings/iommu/arm,smmu-v3-pmcg.yaml | 67 +++++++++++++++++++ > 1 file changed, 67 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: ./Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.yaml:24:9: [warning] wrong indentation: expected 10 but found 8 (indentation) ./Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.yaml:25:11: [warning] wrong indentation: expected 12 but found 10 (indentation) dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b420000:reg:0: [0, 725745664, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b420000:reg:1: [0, 725811200, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b440000:reg:0: [0, 725876736, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/iommu/arm,smmu-v3-pmcg.example.dt.yaml: example-0: pmu@2b440000:reg:1: [0, 725942272, 0, 4096] is too long From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/reg.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1555758 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel