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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, 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 6BF30C433EF for ; Tue, 7 Sep 2021 18:25:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4DE4961104 for ; Tue, 7 Sep 2021 18:25:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345833AbhIGS0j (ORCPT ); Tue, 7 Sep 2021 14:26:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:53816 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239182AbhIGS0i (ORCPT ); Tue, 7 Sep 2021 14:26:38 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E7A7361102; Tue, 7 Sep 2021 18:25:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631039131; bh=T9r99jJy9qqRYuAHlqVi3Yv+TYq9Jj1Ndmmxx0xcMpU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=u6KFZPre4Ue+oyeToLjtVODGFvk4+sEATe6832nfhxNBLj6wAxdZEy7DSodRAiWwU V5igKUkiDcwtm6Qbhcu66zoMG9nPfYd6+qcBXIaqcuOpJ9SdVQ06+JrTX4A2/g5dyG SWAx61ad4ypwV7JyNDg+hixd98Pa0E3CBEGIJ8TeO5l6/ruQombNpF5OUmHASmllLj nt6kgwqN7J7N9OfN7c8o8dnvJXUVU3Nz/TsJzBKJrfIFZr9thiTXewe4TDpN2nTMoc 2yUxhw+fzh7GTWkl/gGZy89b9yiIBuYvAspdRTWPHwv4WCoTcxrS2JBbZ+x9D5CQkg Y4v0Iwx3PKWHg== Received: by mail-ej1-f52.google.com with SMTP id t19so14172ejr.8; Tue, 07 Sep 2021 11:25:31 -0700 (PDT) X-Gm-Message-State: AOAM532iWid2ZT1vmYvCzBbQQkG0g0ccfQDcG3/2uURQYaGXrJUQl0Em TwH2iB+FTs0aAJonaeH1+YSChmmLZeP/edS3Dg== X-Google-Smtp-Source: ABdhPJzPfjmJuXmhf39xZm6Gb8q2o1mNVGrw3pykfcgYpGNgwRdlSKaVWs0KYTqG+194JBAH+24p39myD4ZB4cjbG2I= X-Received: by 2002:a17:906:43d2:: with SMTP id j18mr661253ejn.363.1631039130587; Tue, 07 Sep 2021 11:25:30 -0700 (PDT) MIME-Version: 1.0 References: <20210812174209.1970-1-bbudiredla@marvell.com> <20210812174209.1970-3-bbudiredla@marvell.com> <1628856667.648308.3179071.nullmailer@robh.at.kernel.org> In-Reply-To: From: Rob Herring Date: Tue, 7 Sep 2021 13:25:19 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [EXT] Re: [PATCH 2/2] dt-bindings: perf: Add YAML schemas for Marvell CN10K LLC-TAD pmu bindings To: Bhaskara Budiredla Cc: "will@kernel.org" , "linux-arm-kernel@lists.infradead.org" , "mark.rutland@arm.com" , Sunil Kovvuri Goutham , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 17, 2021 at 4:11 AM Bhaskara Budiredla wrote: > > Hi Rob, > > Thanks for the steps. I seeing minimum version error, though the dtschema is latest. > > $ make dt_binding_check > sort: -:2: disorder: 0 > ERROR: dtschema minimum version is v2021.2.1 > Documentation/devicetree/bindings/Makefile:12: recipe for target 'check_dtschema_version' failed > make[1]: *** [check_dtschema_version] Error 1 > Makefile:1418: recipe for target 'dt_binding_check' failed > make: *** [dt_binding_check] Error 2 > > $ pip3 show dtschema > Name: dtschema > Version: 2021.7 > Summary: DeviceTree validation schema and tools > Home-page: https://github.com/devicetree-org/dt-schema > Author: Rob Herring > Author-email: robh@kernel.org > License: BSD Check your PATH? What does 'dt-doc-validate --version' give you? Rob 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=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham 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 A4485C433EF for ; Tue, 7 Sep 2021 18:27:02 +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 6935E610A3 for ; Tue, 7 Sep 2021 18:27:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6935E610A3 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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc: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=QIVOwUagWDQliX0TrPDAA5e4YUg5xgFAvWI1wOA/L7o=; b=o82ZHR7+VQcMrh snyTzhMzspjU6Pr6nwZ8ua9MVeJVUTpxT6Qa65SRa3gEYalXtyGn4ldGy446mGAEPSzP48gOFAH0o oWzjXU65oMqQzpGYmRSKXvlNV9aYCLZP0hpqI1s+5akN2Pnb9f2UC4Xky1C0paPmAjDwiZC4y+jFV 1S5AkdCzN6w5qqjUNhpsIwluSon+enqgQyRScl+qtL4PGGRBVZNf/UX8dPzzjcBCE2L3J0p3eI6g0 s489PVq+ydFsaDSTsS+1XSoQpw7no2bT71HwlONrUskm/jVHO5lcSn9zB836P7EWxkDblk8fhX/lK rKGAVqfPdCHOREtgjVIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mNfmq-004Ry5-3P; Tue, 07 Sep 2021 18:25:36 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mNfmm-004RxB-8w for linux-arm-kernel@lists.infradead.org; Tue, 07 Sep 2021 18:25:33 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id E55FE61104 for ; Tue, 7 Sep 2021 18:25:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631039131; bh=T9r99jJy9qqRYuAHlqVi3Yv+TYq9Jj1Ndmmxx0xcMpU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=u6KFZPre4Ue+oyeToLjtVODGFvk4+sEATe6832nfhxNBLj6wAxdZEy7DSodRAiWwU V5igKUkiDcwtm6Qbhcu66zoMG9nPfYd6+qcBXIaqcuOpJ9SdVQ06+JrTX4A2/g5dyG SWAx61ad4ypwV7JyNDg+hixd98Pa0E3CBEGIJ8TeO5l6/ruQombNpF5OUmHASmllLj nt6kgwqN7J7N9OfN7c8o8dnvJXUVU3Nz/TsJzBKJrfIFZr9thiTXewe4TDpN2nTMoc 2yUxhw+fzh7GTWkl/gGZy89b9yiIBuYvAspdRTWPHwv4WCoTcxrS2JBbZ+x9D5CQkg Y4v0Iwx3PKWHg== Received: by mail-ej1-f50.google.com with SMTP id u14so21397304ejf.13 for ; Tue, 07 Sep 2021 11:25:31 -0700 (PDT) X-Gm-Message-State: AOAM532EgYiUQVYncF38lABQ1n0VsziguyRRut55rG/GoBIGUIZ3keUq qwsU1hZrWyLtKLF6Q/iAXihlh6Ff+wEtdwiwZw== X-Google-Smtp-Source: ABdhPJzPfjmJuXmhf39xZm6Gb8q2o1mNVGrw3pykfcgYpGNgwRdlSKaVWs0KYTqG+194JBAH+24p39myD4ZB4cjbG2I= X-Received: by 2002:a17:906:43d2:: with SMTP id j18mr661253ejn.363.1631039130587; Tue, 07 Sep 2021 11:25:30 -0700 (PDT) MIME-Version: 1.0 References: <20210812174209.1970-1-bbudiredla@marvell.com> <20210812174209.1970-3-bbudiredla@marvell.com> <1628856667.648308.3179071.nullmailer@robh.at.kernel.org> In-Reply-To: From: Rob Herring Date: Tue, 7 Sep 2021 13:25:19 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [EXT] Re: [PATCH 2/2] dt-bindings: perf: Add YAML schemas for Marvell CN10K LLC-TAD pmu bindings To: Bhaskara Budiredla Cc: "will@kernel.org" , "linux-arm-kernel@lists.infradead.org" , "mark.rutland@arm.com" , Sunil Kovvuri Goutham , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210907_112532_377248_9A6D2CE8 X-CRM114-Status: GOOD ( 11.72 ) 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: , 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, Aug 17, 2021 at 4:11 AM Bhaskara Budiredla wrote: > > Hi Rob, > > Thanks for the steps. I seeing minimum version error, though the dtschema is latest. > > $ make dt_binding_check > sort: -:2: disorder: 0 > ERROR: dtschema minimum version is v2021.2.1 > Documentation/devicetree/bindings/Makefile:12: recipe for target 'check_dtschema_version' failed > make[1]: *** [check_dtschema_version] Error 1 > Makefile:1418: recipe for target 'dt_binding_check' failed > make: *** [dt_binding_check] Error 2 > > $ pip3 show dtschema > Name: dtschema > Version: 2021.7 > Summary: DeviceTree validation schema and tools > Home-page: https://github.com/devicetree-org/dt-schema > Author: Rob Herring > Author-email: robh@kernel.org > License: BSD Check your PATH? What does 'dt-doc-validate --version' give you? Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel