From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F0D0713B5B1; Thu, 23 May 2024 12:25:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716467129; cv=none; b=fO6maEGatpa6fL1URq3mqaZG0HFQ9xp1bhtt9GynTJqfCru8OR71l03PkLJOy/r/hdMK7dC8VKpdmYfJztESBzMCic61+7sOpaA0ysHiFgptxcu8cOzk9YvH4RbRgWIQho0weXRSkeogm3C9IgwC+lX8bR0bTBhQX9HBGiChRDg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716467129; c=relaxed/simple; bh=634cOFOD65tGG3cW/Dv64LlAod66RbAwHRiThD4dagg=; h=Date:Content-Type:MIME-Version:From:To:Cc:In-Reply-To:References: Message-Id:Subject; b=qT566RiPqvEpPdbCRlBUTEAuxpJ+WyzGHGgXcXEmRfjbgk+iyNiofQjSNHAx5cIMk8LqU3r0yPI1JuqXysEhyr2ewMCNreNWKK/66bTrFnrhnd1lEkuNscXa1F93p4QwvTCbt+B3rzihI/WS37ZhR/q9hwXF8Y8yzdYTHE7DYrY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=K3uPRWnb; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="K3uPRWnb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55492C2BD10; Thu, 23 May 2024 12:25:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1716467128; bh=634cOFOD65tGG3cW/Dv64LlAod66RbAwHRiThD4dagg=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=K3uPRWnbzmbBCCxHrhCweOvj1zOzly6hK6JSpQO0p0vTbpTOrhCZlVNzqvIkm0XKh wj8i3qUozdrul3DtZx358q8nTvtxSBg4y/vC+19AEqUkeo7W6fUQKT0GFh0Ipm8vUk x9ZW/y7dmTa+nUByIyXpFeUCzeDu1HGHSN21nJDVJnPFhWwe9iw6GMxWLWxm+fXITP eH7DsDkn1EY32TOBGnphvLPVQwdYE9m7uPm80in8o8WrKXUuwTeq2uMKmqzFF9DG3Z O0Wd/xbKWCnbaLrHMHN2GkHjRGc95kCEMaudy1tjZE3wDT6SBgjioA2yJVA0P6T8S3 3bEilVfQLCifQ== Date: Thu, 23 May 2024 07:25:27 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Pankaj Gupta Cc: linux-doc@vger.kernel.org, Jonathan Corbet , Krzysztof Kozlowski , imx@lists.linux.dev, Shawn Guo , Fabio Estevam , linux-kernel@vger.kernel.org, Sascha Hauer , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Rob Herring , Conor Dooley , Krzysztof Kozlowski , Pengutronix Kernel Team In-Reply-To: <20240523-imx-se-if-v2-2-5a6fd189a539@nxp.com> References: <20240523-imx-se-if-v2-0-5a6fd189a539@nxp.com> <20240523-imx-se-if-v2-2-5a6fd189a539@nxp.com> Message-Id: <171646712724.2026308.5404698488082776575.robh@kernel.org> Subject: Re: [PATCH v2 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc On Thu, 23 May 2024 16:19:33 +0530, Pankaj Gupta wrote: > The NXP security hardware IP(s) like: i.MX EdgeLock Enclave, V2X etc., > creates an embedded secure enclave within the SoC boundary to enable > features like: > - HSM > - SHE > - V2X > > Secure-Enclave(s) communication interface are typically via message > unit, i.e., based on mailbox linux kernel driver. This driver enables > communication ensuring well defined message sequence protocol between > Application Core and enclave's firmware. > > Driver configures multiple misc-device on the MU, for multiple > user-space applications, to be able to communicate over single MU. > > It exists on some i.MX processors. e.g. i.MX8ULP, i.MX93 etc. > > Signed-off-by: Pankaj Gupta > --- > .../devicetree/bindings/firmware/fsl,imx-se.yaml | 154 +++++++++++++++++++++ > 1 file changed, 154 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/firmware/fsl,imx-se.example.dtb: /example-2/firmware/v2x-if@0: failed to match any schema with compatible: ['fsl,imx95-v2x'] Documentation/devicetree/bindings/firmware/fsl,imx-se.example.dtb: /example-2/firmware/v2x-if@1: failed to match any schema with compatible: ['fsl,imx95-v2x'] Documentation/devicetree/bindings/firmware/fsl,imx-se.example.dtb: /example-2/firmware/v2x-if@2: failed to match any schema with compatible: ['fsl,imx95-v2x'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240523-imx-se-if-v2-2-5a6fd189a539@nxp.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. 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 C601EC25B75 for ; Thu, 23 May 2024 12:25:48 +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=aApUSZqBvuX5fMFTVWT5bjNucCwazV9hu/idD69gJi0=; b=tHYXX3I8wnRKrBZvNhG6kKoqGp uO5vec19FeMbtm6+r11RPCeSpBWcahWOKfIRcxvAG076xg9kJlDGrkytTaARPWiLSXv8c/zrYF9ua KIwq1sc2a7/Xes2vl1RPp5S9b+i/IeNctihNtmWdgy3x05mpXu/Z+Z/F/T1FOJeFLOD6MbL4O8xcQ AFF9yUP54S+bNjMxfJZUwid7/NLYpWxOn2WlCrtNdVpsLBdQt7Xy5Bwg+SbkYz53o8SfKKbsdjDCL 1RC904W6zHpjTnLQbwFiQyQiZOZ9xirFuOlsmS6gi0Fum7f9cX3wE3gXAAfKbtG49MT2scftlOTAj ca8ctHnA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sA7Vp-00000006BOB-2Kqb; Thu, 23 May 2024 12:25:37 +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 1sA7Vm-00000006BNg-1dyj for linux-arm-kernel@lists.infradead.org; Thu, 23 May 2024 12:25:36 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id EBC7BCE16FA; Thu, 23 May 2024 12:25:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55492C2BD10; Thu, 23 May 2024 12:25:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1716467128; bh=634cOFOD65tGG3cW/Dv64LlAod66RbAwHRiThD4dagg=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=K3uPRWnbzmbBCCxHrhCweOvj1zOzly6hK6JSpQO0p0vTbpTOrhCZlVNzqvIkm0XKh wj8i3qUozdrul3DtZx358q8nTvtxSBg4y/vC+19AEqUkeo7W6fUQKT0GFh0Ipm8vUk x9ZW/y7dmTa+nUByIyXpFeUCzeDu1HGHSN21nJDVJnPFhWwe9iw6GMxWLWxm+fXITP eH7DsDkn1EY32TOBGnphvLPVQwdYE9m7uPm80in8o8WrKXUuwTeq2uMKmqzFF9DG3Z O0Wd/xbKWCnbaLrHMHN2GkHjRGc95kCEMaudy1tjZE3wDT6SBgjioA2yJVA0P6T8S3 3bEilVfQLCifQ== Date: Thu, 23 May 2024 07:25:27 -0500 MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Pankaj Gupta Cc: linux-doc@vger.kernel.org, Jonathan Corbet , Krzysztof Kozlowski , imx@lists.linux.dev, Shawn Guo , Fabio Estevam , linux-kernel@vger.kernel.org, Sascha Hauer , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Rob Herring , Conor Dooley , Krzysztof Kozlowski , Pengutronix Kernel Team In-Reply-To: <20240523-imx-se-if-v2-2-5a6fd189a539@nxp.com> References: <20240523-imx-se-if-v2-0-5a6fd189a539@nxp.com> <20240523-imx-se-if-v2-2-5a6fd189a539@nxp.com> Message-Id: <171646712724.2026308.5404698488082776575.robh@kernel.org> Subject: Re: [PATCH v2 2/5] dt-bindings: arm: fsl: add imx-se-fw binding doc X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240523_052534_849103_75CF8B57 X-CRM114-Status: GOOD ( 14.11 ) 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, 23 May 2024 16:19:33 +0530, Pankaj Gupta wrote: > The NXP security hardware IP(s) like: i.MX EdgeLock Enclave, V2X etc., > creates an embedded secure enclave within the SoC boundary to enable > features like: > - HSM > - SHE > - V2X > > Secure-Enclave(s) communication interface are typically via message > unit, i.e., based on mailbox linux kernel driver. This driver enables > communication ensuring well defined message sequence protocol between > Application Core and enclave's firmware. > > Driver configures multiple misc-device on the MU, for multiple > user-space applications, to be able to communicate over single MU. > > It exists on some i.MX processors. e.g. i.MX8ULP, i.MX93 etc. > > Signed-off-by: Pankaj Gupta > --- > .../devicetree/bindings/firmware/fsl,imx-se.yaml | 154 +++++++++++++++++++++ > 1 file changed, 154 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/firmware/fsl,imx-se.example.dtb: /example-2/firmware/v2x-if@0: failed to match any schema with compatible: ['fsl,imx95-v2x'] Documentation/devicetree/bindings/firmware/fsl,imx-se.example.dtb: /example-2/firmware/v2x-if@1: failed to match any schema with compatible: ['fsl,imx95-v2x'] Documentation/devicetree/bindings/firmware/fsl,imx-se.example.dtb: /example-2/firmware/v2x-if@2: failed to match any schema with compatible: ['fsl,imx95-v2x'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240523-imx-se-if-v2-2-5a6fd189a539@nxp.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