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 6A45F38550C; Thu, 19 Mar 2026 17:05:05 +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=1773939905; cv=none; b=faZPQvwGD4yg9sj6qlXkt5D2KDtjRrrvlBbiGFBVzkV7sBmfVE9/lF3tdGTxscfogsXJ7rXYhQn9G/ombkFDuJ4BGzkEvHonHrUOTHe5n9wLXShz8rkyrIEEm5x2KppXZESK81ZbrMGZgEnj8BusXI+g/RWyPIe1jSwyW6bm8fc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773939905; c=relaxed/simple; bh=dp5TXBiDu+vK4NhHATnAX3a+wpecLWfNEQc3Apzs7i8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=W78aj4hSyB6gJixbCHsZ3PjrVUSpZdTYvGZg9nZuRqONw4flzi2li8N6tfy7uUswm3BPvyN8bNK1DUtgbM8qHMS3xVXKyKWM15O8PQM+p6OZ3NGbZhL8zJamNpDrvhILmwmg8oizeFSKvt1VrI/qbM61p0k9k31u82HhOduwx3s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Iv6+cWyO; 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="Iv6+cWyO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18BAAC19424; Thu, 19 Mar 2026 17:05:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773939905; bh=dp5TXBiDu+vK4NhHATnAX3a+wpecLWfNEQc3Apzs7i8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Iv6+cWyOCRLbOqlRnp3hXQJEjDZGLaAjmgz/CeEaHpG1cEfd8eYys8Wblh3Wr11+A k03QXjcb20gVQGEBAiVAsIwL5Xr/137DDU9GABRiuwFbEEbtFH//BjlL/GpmH3HTfz xg6y/PdZBVGRNXkYuhgSUt86vhChxbrk6Cha0G/j0I7GC+ILLAWsqB//7XrgIBWR3b UK2QN+QfPV7Ig22C+rE2q3OkeY/9GwDYjMKKAdhWltSBcWhW/JB+xeznWkbzGYX1kN NX/HKKCJkJBwOiw+no8ULxPUt7m4MPLg9s8QIclN8evMHfzI/z5B/Nc1c9tnt6mFWd XLyLp1FSeXo6A== Date: Thu, 19 Mar 2026 10:05:03 -0700 From: Drew Fustini To: Guenter Roeck Cc: Icenowy Zheng , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Guo Ren , Fu Wei , Rahul Tanwar , linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Icenowy Zheng , Han Gao Subject: Re: [PATCH v3 1/2] dt-bindings: hwmon: moortec,mr75203: adapt multipleOf for T-Head TH1520 Message-ID: References: <20260309162457.4128205-1-zhengxingda@iscas.ac.cn> <20260309162457.4128205-2-zhengxingda@iscas.ac.cn> <7f043ae1-c863-4884-a2c7-710a8d9d8771@roeck-us.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7f043ae1-c863-4884-a2c7-710a8d9d8771@roeck-us.net> On Tue, Mar 17, 2026 at 08:55:05AM -0700, Guenter Roeck wrote: > On Tue, Mar 10, 2026 at 12:24:56AM +0800, Icenowy Zheng wrote: > > The G and J coefficients provided by T-Head TH1520 manual (which calls > > them A and C coefficients and calls H coefficient in the binding as B) > > have 1/100 degree Celsius precision (the values are 42.74 and -0.16 > > respectively), however the binding currently only allows coefficients as > > precise as 100 milli-Celsius (1/10 degree Celsius). > > > > Change the multipleOf value of these two coefficients to 10 (in the unit > > of milli-Celsius) to satisfy the need of TH1520. > > > > Signed-off-by: Icenowy Zheng > > Reviewed-by: Drew Fustini > > Acked-by: Conor Dooley > > Applied. > > Thanks, > Guenter Hi, what branch is it applied to? I don't see it in next-20260319, so I'm thinking I should wait on the dts patch. Thanks, Drew