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 74545C4345F for ; Sat, 13 Apr 2024 23:22:30 +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:Subject:Message-Id:References: In-Reply-To:Cc:To:From:MIME-Version:Date:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=v1dcJcOpGBcTarB2L1reVhO7irFNs6xeKJQEwgx8Reo=; b=PhDbjL0xJ3Vf2a7sUxKV0tvo85 9HiR3hjxiKPApe/NKFR2HS13ggOJFIyrYuRgeS17eb2JeO1DPcSpB4ccg7dYanbCuEEB7cFocrsA1 nfe4gej1x+wMP2Yits8O+wyEfjo4Oixo/PnBIKHlMhpkSNnU0GmrHkxaHYpqXrsKAsaLJvMWZOSgg H1rVA2IJcun9SEKggK1OC/K9l/mr5jMZR/Mbmw6OzYO5Hy/7p1QFKnDFzDHa/fhOiPrI0/8K32hVg 4p4au/Q8Gk2Oj6MCl0Z3TaLto36ATwaHyoivvkXkshgw5Ccw88wF5Zu7OLVay394k4TlRfA7a8WfD zmURnv+g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rvmhL-00000004AuA-47fm; Sat, 13 Apr 2024 23:22:16 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rvmhI-00000004AtD-24wg for linux-arm-kernel@lists.infradead.org; Sat, 13 Apr 2024 23:22:14 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 5730C6091A; Sat, 13 Apr 2024 23:22:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EEF86C113CD; Sat, 13 Apr 2024 23:22:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713050524; bh=dYwE/utphvFiXMvi6lhwuVBR/u7nokSBYRdoiGMWjzs=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=HXJgLXIULVL77T5/GL6EDP6uVplkDrhQw+hr4msoOi7dD5UkaRABK/aZshBcvT8yn YmCHObfoorUX97gQJwXRLktANXDAGGwuRSI9KBQXrHpBh9Jz45g4KxWX5Df7nQseja L554971aCzRhDdm9kE9n6HCZMeNmQdpc4A2pJ0XbDUWzOYvV2l/sJEN+ihh45+rJAW N2d5Lm53iYaZo7Vy0LaJmnDcNeR20WW2H5xqN2p4JWV36ZNNT7A8lQeaghbCqWySZ7 QoyLn6BIF4MDEMqXEwVRO2vAaCQU4cSs94Qe9VkRZG/UGy4d2g7nWXV4Yu2kKm7m3X TXdwo/T03EnOg== Date: Sat, 13 Apr 2024 18:22:02 -0500 MIME-Version: 1.0 From: Rob Herring To: Andrea della Porta Cc: linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Al Cooper , Kamal Dasu , devicetree@vger.kernel.org, Linus Walleij , Phil Elwell , Jonathan Bell , Florian Fainelli , linux-gpio@vger.kernel.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Broadcom internal kernel review list , Ulf Hansson , Adrian Hunter , Conor Dooley In-Reply-To: References: Message-Id: <171305051934.2374020.7888405372204781496.robh@kernel.org> Subject: Re: [PATCH 2/6] dt-bindings: mmc: Add support for BCM2712 SD host controller X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240413_162212_615407_4F1F73AD X-CRM114-Status: UNSURE ( 9.32 ) X-CRM114-Notice: Please train this message. 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 Sun, 14 Apr 2024 00:14:24 +0200, Andrea della Porta wrote: > Signed-off-by: Andrea della Porta > --- > .../bindings/mmc/brcm,sdhci-brcmstb.yaml | 51 ++++++++++++++++++- > 1 file changed, 50 insertions(+), 1 deletion(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/mmc/brcm,sdhci-brcmstb.yaml:91:10: [warning] wrong indentation: expected 10 but found 9 (indentation) ./Documentation/devicetree/bindings/mmc/brcm,sdhci-brcmstb.yaml:91:17: [error] string value is redundantly quoted with any quotes (quoted-strings) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/ad96fff723675c2d65a5e3328da9b09f2781cbcd.1713036964.git.andrea.porta@suse.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