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 DD684C001DB for ; Thu, 10 Aug 2023 05:20:18 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Date:Subject:Message-Id:References: In-Reply-To:Cc:To:From:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NwDS7KliIaFnuzJkVWTWAVMyA3ohTPcba4dPkJWzF9Q=; b=czfb/XaCRWT/pd fmPlJem8B8j300SU/yeFNsXOE7mfx5zeBmqe4/dahrFChZQ8aFbTFFDNTCC7Gw5Z5CVjQmkceDXhZ vkRNBFjESZFTy6/8kHCtlC3TnprEtsuHJ6Kjibd0tylsyqmtwAGjOSqCpzKeYAKsy1Hw1xMD6sr2j 49V5zveS+Q+zzyx6nPZo+INoMh0RLkX3s1IUZ6CbNTWGuzrHKwuY5B67PJlb9m/mZAkSywQiR0hBV KaWVvwCBefYC1o+QcXRXsKEqoqbztQq5DRxaZdGKfsRgUfzZrkqOYBMtrFD+VxtaHQNL6vw4YeKNe KWjlsPG5mLFWU6i3r3Ig==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qTy5U-006Z0v-1e; Thu, 10 Aug 2023 05:19:56 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qTy5Q-006Z0H-2t for linux-arm-kernel@lists.infradead.org; Thu, 10 Aug 2023 05:19:54 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5B4386308A; Thu, 10 Aug 2023 05:19:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1AB0CC433C8; Thu, 10 Aug 2023 05:19:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691644791; bh=QFLn9h6VVqEtBTfV9feFjjdqKBnNT2qBS7HxC5a7oAQ=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=j9FVtT/Od5QMEUU2RYij7kdF6SSg0bLa4y/zzyk9p4ZDWPXUfVnBk5rYLSTMOv0s1 5HIzz0ipQelpGnv6/J0+ovbk2GNKWuvyhymRavO9NN5jsZ9qW/kDrNFdgzFmGeppe1 tupoAnTVk/pQ+1i239l5jtwTgDDCegP3L0q9HTwEIpPtHXVrsYTMgBttUGWPJpI1ft 8ozeCWFTCOYxRp6gPyMJDQpbH4JDjZG0IjxKh3HDfxbzYmj983eNpi8nmz8qEqCaVz AUY3NtAePy7JFG4RVE2g4hvoMkisUXQwI/tgT1eZ8vJ7i1o35hw7wEimC5lR/3H4sW UNEov5PNJCcUA== Received: (nullmailer pid 3706279 invoked by uid 1000); Thu, 10 Aug 2023 05:19:50 -0000 MIME-Version: 1.0 From: Rob Herring To: Vignesh Raghavendra Cc: Conor Dooley , Rob Herring , linux-arm-kernel@lists.infradead.org, Nishanth Menon , Tero Kristo , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski In-Reply-To: <20230810045314.2676833-2-vigneshr@ti.com> References: <20230810045314.2676833-1-vigneshr@ti.com> <20230810045314.2676833-2-vigneshr@ti.com> Message-Id: <169164479003.3706263.2577852836283634822.robh@kernel.org> Subject: Re: [PATCH 1/3] dt-bindings: arm: ti: Add bindings for AM62P5 SoCs Date: Wed, 09 Aug 2023 23:19:50 -0600 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230809_221952_982846_56DC99D1 X-CRM114-Status: GOOD ( 13.09 ) 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 Thu, 10 Aug 2023 10:23:12 +0530, Vignesh Raghavendra wrote: > From: Bryan Brattlof > > Add bindings for TI's AM62P5 family of devices. > > Signed-off-by: Bryan Brattlof > Signed-off-by: Vignesh Raghavendra > --- > Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > 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: dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230810045314.2676833-2-vigneshr@ti.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. 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 after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel