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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3B03C64E8A for ; Mon, 30 Nov 2020 09:37:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5512A2076E for ; Mon, 30 Nov 2020 09:37:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="D9Z/Lpro" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727375AbgK3JhN (ORCPT ); Mon, 30 Nov 2020 04:37:13 -0500 Received: from mail.kernel.org ([198.145.29.99]:53186 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726298AbgK3JhN (ORCPT ); Mon, 30 Nov 2020 04:37:13 -0500 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 65F8620578; Mon, 30 Nov 2020 09:36:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606728993; bh=d4lgpKU06SJ+PAtZJyVWZbeLI8bmr3++iqfqZhWWmIA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D9Z/LprowU2b42t1gpqRQYY74yc+jGCFAh1MY81ER8lTQHvMaVyIUP9qW5bSWLBSY +TXhhnPisdMDeSwunThQQUjgSsigH2vYECYJH0rRiFZxEIAixncZ6AXIHwTcfbMfDa HI4HYsJsK+1mCRpG4dO/xVmuxRHyhiUodDtF+0Ow= Date: Mon, 30 Nov 2020 17:36:26 +0800 From: Shawn Guo To: andy.tang@nxp.com Cc: leoyang.li@nxp.com, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] arm64: dts: freescale: update calibration table for TMU module Message-ID: <20201130093625.GF4072@dragon> References: <20201117034305.42546-1-andy.tang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201117034305.42546-1-andy.tang@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Nov 17, 2020 at 11:43:04AM +0800, andy.tang@nxp.com wrote: > From: Yuantian Tang > > Update the calibration table to make the temperature more accurate. > Three platforms have been updated: ls1012a, ls1043a and ls1046a. > > Signed-off-by: Yuantian Tang Applied both, thanks.