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 1B116270023; Thu, 27 Feb 2025 18:38:43 +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=1740681525; cv=none; b=eUo3Zt2J8xJfaOPcAvLeg/TILh1xHW5WzWKjkxZ4KB1N6PrAd0wt8ClY97UyR89GPeI1cCxDeEF5DraxUf+xhVV0EKaJZvf6kXJ51D5McAPf/o2EVaIBu1T3e3EOjzm58LulkPmkM6RndUkfqvv3fp3Ay9PSOsFegsQjeQzFB5k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740681525; c=relaxed/simple; bh=gaDfvyAyEGdnh+pBzY02Mc2ZhsDIKncJW5KgRSiIhjc=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=S+71lMJpjF/5fwm+aTLEAQaq2R8ahejMucFBEsKUTdweYauvsnSlApwLtdLIkax79S4d+cThbs8INmt282s6Ap/3g587qFsUfmOvn3qlDNhnD+b1vZm+JWygONVtWIF/EZBOSoozxUywSamdIyCFQzmNkSoEBiuOnuVWYh4KPMc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qSHGOAE5; 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="qSHGOAE5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E8B1C4CEDD; Thu, 27 Feb 2025 18:38:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740681523; bh=gaDfvyAyEGdnh+pBzY02Mc2ZhsDIKncJW5KgRSiIhjc=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=qSHGOAE5CS9mvoPTeN7OC6NF9NHWFWZPFoNwLuYXD7d6j+4tbS9+oFL593MPL6UC9 WO18g4G+u9hSw0ethh4nS3l49mnhdnuWJiU0HgStcXfKxAht4DNfVEqhQ5YvTb5KKk 869/GUT+3g+Tl1O5DtL6bh9OYIMSeCOiglNWNM5tdeFngzwXx/ndkBkcTDbX+I8s8k YktWGltKaz+SsAeDoBDyGDffM2R8FrIvpYhm6qsdjCGbfTmQN6ki7lEclXN9G/Rn0f SkrZfn9S85iJS2GVAnBdHELGvvCTyjKQQkdn9MIcyjUuU48VAalRlF6x66At3ZFEcl Vpw67HHjS+XdA== Date: Thu, 27 Feb 2025 12:38:41 -0600 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: imx@lists.linux.dev, Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, Shawn Guo , David Airlie , Maxime Ripard , Sascha Hauer , Fabio Estevam , Steven Price , Philipp Zabel , Liviu Dudau , Simona Vetter , Sebastian Reichel , Maarten Lankhorst , Boris Brezillon , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, Pengutronix Kernel Team To: Marek Vasut In-Reply-To: <20250227170012.124768-2-marex@denx.de> References: <20250227170012.124768-1-marex@denx.de> <20250227170012.124768-2-marex@denx.de> Message-Id: <174068151845.3906421.16004446583205919737.robh@kernel.org> Subject: Re: [PATCH 1/9] dt-bindings: reset: imx95-gpu-blk-ctrl: Document Freescale i.MX95 GPU reset On Thu, 27 Feb 2025 17:58:01 +0100, Marek Vasut wrote: > The instance of the GPU populated in Freescale i.MX95 does require > release from reset by writing into a single GPUMIX block controller > GPURESET register bit 0. Document support for this reset register. > > Signed-off-by: Marek Vasut > --- > Cc: Boris Brezillon > Cc: Conor Dooley > Cc: David Airlie > Cc: Fabio Estevam > Cc: Krzysztof Kozlowski > Cc: Liviu Dudau > Cc: Maarten Lankhorst > Cc: Maxime Ripard > Cc: Pengutronix Kernel Team > Cc: Philipp Zabel > Cc: Rob Herring > Cc: Sascha Hauer > Cc: Sebastian Reichel > Cc: Shawn Guo > Cc: Simona Vetter > Cc: Steven Price > Cc: Thomas Zimmermann > Cc: devicetree@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > Cc: imx@lists.linux.dev > Cc: linux-arm-kernel@lists.infradead.org > --- > .../reset/fsl,imx95-gpu-blk-ctrl.yaml | 49 +++++++++++++++++++ > 1 file changed, 49 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/fsl,imx95-gpu-blk-ctrl.yaml > 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/reset/fsl,imx95-gpu-blk-ctrl.yaml: ignoring, error in schema: properties: compatible /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/reset/fsl,imx95-gpu-blk-ctrl.yaml: properties:compatible: [{'const': 'fsl,imx95-gpu-blk-ctrl'}] is not of type 'object', 'boolean' from schema $id: http://json-schema.org/draft-07/schema# /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/reset/fsl,imx95-gpu-blk-ctrl.yaml: properties:compatible: [{'const': 'fsl,imx95-gpu-blk-ctrl'}] is not of type 'object', 'boolean' from schema $id: http://devicetree.org/meta-schemas/keywords.yaml# Error: Documentation/devicetree/bindings/reset/fsl,imx95-gpu-blk-ctrl.example.dts:21.33-34 syntax error FATAL ERROR: Unable to parse input tree make[2]: *** [scripts/Makefile.dtbs:131: Documentation/devicetree/bindings/reset/fsl,imx95-gpu-blk-ctrl.example.dtb] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1511: dt_binding_check] Error 2 make: *** [Makefile:251: __sub-make] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250227170012.124768-2-marex@denx.de 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.