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 14700C52D7B for ; Tue, 13 Aug 2024 20:59:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id: References:In-Reply-To:Cc:To:From:MIME-Version:Content-Transfer-Encoding: Content-Type:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=VcuSb0ZjqENTc4SCKaE2Qdpwgkterp863mMHrQVlKQE=; b=EGAMllx/F3IJeU0Mdyiux3AtpE zqIc2ne37BGywD1/jFp6jsav3U0kKfjt8KStbXmEvnuy4q21Ql0CtMbW+pO5XYKp5IDETuMyrVH6w fhmkmIBtXO0uKVgP+xRybmjam7yL8RyRWGdhtoQ9eyf14ofLZXTJYGQy1WhcMrXpEQcrM9GV7jf6Z EU2CEE4YkuxvrUW2pvlZeFvZxluViMWfyy9jZoJQpxfgjDHto8OvUI5fKl7Msi0FQwOI7RApdgvqJ VMDsyirjnSHyt479lmJ+eZJODJi0W2lkvyNK0X4pPtkEbVgy5cyaO4wP4/1a8rNRTsTtLbdGvN5/r 4aLfWdAQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sdycI-00000004w4f-04HQ; Tue, 13 Aug 2024 20:59:42 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sdycE-00000004w44-2p2f for ath11k@lists.infradead.org; Tue, 13 Aug 2024 20:59:40 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 4B454CE17D5; Tue, 13 Aug 2024 20:59:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16CD4C32782; Tue, 13 Aug 2024 20:59:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723582775; bh=n9dg36LXmN2upFJapMn9PpdzfL1juCkf2K9+76G+g80=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=NzFBZ6YbcMhvmgf7XIZ2DzmarlbrWhFmaDDbK97NoCOsjcPVuoabA2tAGqCPSNXyr RYbEj6H/qTw36+dVpoEkPVD82k/KRXLkfMSUEsZBBYwAWgyGCBRsIPS43oPRw++9l8 kcYPGTN/HaOsDM164QtRaHiyZr7VSez2LjyjHiXxa7loxO2maFhTGSzb4QxVNGRwRR Tlk/tIUXJ0FRLiM/l93r/cZtQo6iJdOEd94Ys/klshVHxgLOQkgF0i0mWS8TTfcuNY dLd7sB42vcETMjCWuQO3/vF0e2lITU8fLY/1QgD+t4KxqGTybDOvo0adFSSRrdT84d WJIPrhQYf2zVg== Date: Tue, 13 Aug 2024 14:59:33 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Bartosz Golaszewski Cc: Krzysztof Kozlowski , "David S . Miller" , Kalle Valo , Paolo Abeni , Conor Dooley , Jeff Johnson , Eric Dumazet , linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, Jakub Kicinski , ath11k@lists.infradead.org, Bartosz Golaszewski , netdev@vger.kernel.org, devicetree@vger.kernel.org In-Reply-To: <20240813190306.154943-1-brgl@bgdev.pl> References: <20240813190306.154943-1-brgl@bgdev.pl> Message-Id: <172358277338.2007176.5717215982820920385.robh@kernel.org> Subject: Re: [PATCH] dt-bindings: net: ath11k: document the inputs of the ath11k on WCN6855 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240813_135939_078381_05BDDE4D X-CRM114-Status: UNSURE ( 9.70 ) X-CRM114-Notice: Please train this message. X-BeenThere: ath11k@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "ath11k" Errors-To: ath11k-bounces+ath11k=archiver.kernel.org@lists.infradead.org On Tue, 13 Aug 2024 21:03:05 +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Describe the inputs from the PMU of the ath11k module on WCN6855. > > Signed-off-by: Bartosz Golaszewski > --- > .../net/wireless/qcom,ath11k-pci.yaml | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath11k-pci.example.dtb: wifi@0: 'vddrfacmn-supply' is a required property from schema $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath11k-pci.example.dtb: wifi@0: 'vddaon-supply' is a required property from schema $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath11k-pci.example.dtb: wifi@0: 'vddwlcx-supply' is a required property from schema $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath11k-pci.example.dtb: wifi@0: 'vddwlmx-supply' is a required property from schema $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath11k-pci.example.dtb: wifi@0: 'vddrfa0p8-supply' is a required property from schema $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath11k-pci.example.dtb: wifi@0: 'vddrfa1p2-supply' is a required property from schema $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath11k-pci.example.dtb: wifi@0: 'vddrfa1p8-supply' is a required property from schema $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath11k-pci.example.dtb: wifi@0: 'vddpcie0p9-supply' is a required property from schema $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/wireless/qcom,ath11k-pci.example.dtb: wifi@0: 'vddpcie1p8-supply' is a required property from schema $id: http://devicetree.org/schemas/net/wireless/qcom,ath11k-pci.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240813190306.154943-1-brgl@bgdev.pl 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.