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 99C05C07545 for ; Tue, 24 Oct 2023 09:54:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234269AbjJXJyq (ORCPT ); Tue, 24 Oct 2023 05:54:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234332AbjJXJyk (ORCPT ); Tue, 24 Oct 2023 05:54:40 -0400 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7866118; Tue, 24 Oct 2023 02:54:35 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPSA id 2B12B1BF20A; Tue, 24 Oct 2023 09:54:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1698141274; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=A6kpnCauGpieWhcMLKeK1rtS0Ofn4S7bu6jwngyl3s0=; b=L+Xqh5Fx2hVbFpW0OYWntx/WrCJXy4GXTE0DVdPVQGEU879NpTo2VCtqKl8EecnRz+us/n 0eD2Ic3DphekNkJwZoe+ZlO94pwlwIDomXT9/GSlERM8WEgEm1YrCjqPIlZVHAI7kgiyhs r0GcytSD7vlUQSAMaTYwW+V03QMztxGa47Dr6e/bT96j/6Fgxml91yQ+xUK9LiNDiIs6qy LRryjMKU7CT96ixVyiNFy/WS4g+LdKXMsAHFMsj/Scx36mCSgQE+urHwzz3u9U7/bY4sw5 F40xBEdfI9hKDfjRExeWrretWdk+w4dLhS4xyrpiuD90jSaU7gYi2YY3ct8ezA== Date: Tue, 24 Oct 2023 11:54:44 +0200 (CEST) From: Romain Gantois To: Rob Herring cc: Romain Gantois , Luka Perkov , Konrad Dybcio , Rob Herring , netdev@vger.kernel.org, Jakub Kicinski , Maxime Chevallier , Russell King , Andy Gross , davem@davemloft.net, thomas.petazzoni@bootlin.com, Paolo Abeni , devicetree@vger.kernel.org, Krzysztof Kozlowski , Florian Fainelli , linux-kernel@vger.kernel.org, Eric Dumazet , Bjorn Andersson , linux-arm-kernel@lists.infradead.org, Robert Marko , Vladimir Oltean , Andrew Lunn , Heiner Kallweit Subject: Re: [PATCH net-next 1/5] net: dt-bindings: Introduce the Qualcomm IPQESS Ethernet switch In-Reply-To: <169808266457.861402.14537617078362005098.robh@kernel.org> Message-ID: <35ec9e4b-21ee-1436-da00-02e11effdc23@bootlin.com> References: <20231023155013.512999-1-romain.gantois@bootlin.com> <20231023155013.512999-2-romain.gantois@bootlin.com> <169808266457.861402.14537617078362005098.robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-GND-Sasl: romain.gantois@bootlin.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Rob, On Mon, 23 Oct 2023, Rob Herring wrote: > 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. > > Even after upgrading dtschema to 2023.9, installing yamllint 1.32.0 and running without DT_SCHEMA_FILES, I can't seem to reproduce this error. I've also tried rebasing on v6.5-rc1 which didn't show it either. However, It seems like the error is related to the psgmii-ethphy node which I'm planning on removing anyway. Thanks, Romain