From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 2EC223C344D; Thu, 9 Jul 2026 06:27:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783578425; cv=none; b=prUC6F9sfiyt7BxCvU03aiIFNkabl5QyXU+tg0/L/MQp1HHJeTIkJc69CQsKCypdGpEfPyXIECKpNxIcAZmHNPOY9ARQCDFNUhYjVdn6h5bXX6wZslcxOngMbCzfxUUpLYhtE97xeZ9RAAyeBVXs7MGxlvOfQJ8Sk1wNxxLNkRU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783578425; c=relaxed/simple; bh=tIF/4sb9k03T1hnlPdwGe7DwZNLEH4JOGcJEXyWdIgQ=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=uiuh2cOB/lN4Rsak7iVLLlU1HU9v8o1y8DCXcGZWGakCG5Z7yTpna1OQEpaKi7gSgzjsu12nkSTF7VM5yIJm7fxjPblWSggLxnIs2q21HHSXeduSgohRra6AflpDhdYHhtzmoTIFdAeAtCOcFk8MPLdWn8kzpeyK3wWMInY8zfU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FIchCuaJ; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FIchCuaJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4E3F1F000E9; Thu, 9 Jul 2026 06:26:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783578418; bh=nB+cpqmLQ5TvquFyBkVqXjC4cUU8Rx0rLzive8Z2Klw=; h=Date:From:Cc:To:In-Reply-To:References:Subject; b=FIchCuaJZfI3hMERE7nFlfjJMObH+5Xvhdauf1jzYaSKlEWnVskZzT+A78UIbRvq5 wxX+Lj6NdAv6fmgEz7gmZRbcpWoL0H5ZOAUfUVLb+tCYqyTt9DtY+VLdqe/hWecZZ7 x+7hx8UmZPZZBe0cqHE9fbbc5WMpOYXp4/UcfZMBwbv6bZSr4tIRa041Jsugh59nW4 f4A653EJbP2EOuI/oF2QWANakQ/8d52otcMD0vQiDCqnB0qoiH15X4BvucK4XifodR TYwpv8IvqGGplFixKe/hAJTV4ig986fgATtQiSBhanBMj3DQ6HDk9hdOy0ijLJtnWy OKcbsOkxm3SYw== Date: Thu, 09 Jul 2026 01:26:58 -0500 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: Zhang Rui , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Conor Dooley , imx@lists.linux.dev, Fabio Estevam , Sascha Hauer , "Rafael J. Wysocki" , linux-pm@vger.kernel.org, Lukasz Luba , Daniel Lezcano , Shawn Guo , Pengutronix Kernel Team , Krzysztof Kozlowski , linux-kernel@vger.kernel.org To: HaoNing Cheng In-Reply-To: <20260709-b4-symana21-11221-imx-thermal-support-upstream-6-18-v1-1-00f88f42930b@cn.bosch.com> References: <20260709-b4-symana21-11221-imx-thermal-support-upstream-6-18-v1-0-00f88f42930b@cn.bosch.com> <20260709-b4-symana21-11221-imx-thermal-support-upstream-6-18-v1-1-00f88f42930b@cn.bosch.com> Message-Id: <178357841806.2262413.17682316564929970184.robh@kernel.org> Subject: Re: [PATCH 1/2] dt-bindings: thermal: imx: Document calibration offset property On Thu, 09 Jul 2026 13:43:27 +0800, HaoNing Cheng wrote: > Some boards need a small per-design correction to align the reported CPU > temperature with board-level measurements. > > Document the optional fsl,temp-calibration-offset-millicelsius property, > a signed offset in millicelsius that is added to the calculated sensor > temperature. The property is optional and the existing behaviour is kept > when it is omitted. > > Update the binding example to show its usage. > > Signed-off-by: HaoNing Cheng > --- > Documentation/devicetree/bindings/thermal/imx-thermal.yaml | 8 ++++++++ > 1 file changed, 8 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/thermal/imx-thermal.yaml: properties:fsl,temp-calibration-offset-millicelsius: '$ref' should not be valid under {'const': '$ref'} hint: Standard unit suffix properties don't need a type $ref from schema $id: http://devicetree.org/meta-schemas/core.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/thermal/imx-thermal.example.dtb: tempmon (fsl,imx6sx-tempmon): fsl,temp-calibration-offset-millicelsius: -6400 is not of type 'array' from schema $id: http://devicetree.org/schemas/property-units.yaml doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260709-b4-symana21-11221-imx-thermal-support-upstream-6-18-v1-1-00f88f42930b@cn.bosch.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.