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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,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 A9EE9C433FF for ; Mon, 12 Aug 2019 14:11:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7C0A0206A2 for ; Mon, 12 Aug 2019 14:11:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565619110; bh=Pz8gnq2FA5s5y8w7DuRNIWBIHEt1e36T4KvhlqHuyEs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=rX/DQYa/uQFwG19zbD5SFp4AuwDVKvkhYvN1H6hFFYeyrTyiO0KiiOoHTcY4EOeOi NNlkZz8oGNWk4a8xNs3eSEH2XMkHxrbDU2Yf20QIIiVZI7WUyBtQAaJDkEsV0dmFJq Ky2ccbUMGIM2JYra8s7Ad2LbLVsY7IVOYCUEHsZI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727192AbfHLOLt (ORCPT ); Mon, 12 Aug 2019 10:11:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:43070 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726610AbfHLOLt (ORCPT ); Mon, 12 Aug 2019 10:11:49 -0400 Received: from X250 (37.80-203-192.nextgentel.com [80.203.192.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5777220679; Mon, 12 Aug 2019 14:11:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565619108; bh=Pz8gnq2FA5s5y8w7DuRNIWBIHEt1e36T4KvhlqHuyEs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ttPOM1rdYoG6U/v/9W/edMZLYgYSBb7BKBPPILdPez4HT85g3uHCdEWIYnDGoINik IlrD6tEhYt1DDqYinHwjqTIAwwP5tc4V4KWEMXsaYpCGQIKclLwU1ql0Wl373+5jpe FAhbsqzgpQde6Nt5fESgj4DOStxi95M5pkbGJ3m4= Date: Mon, 12 Aug 2019 16:11:38 +0200 From: Shawn Guo To: Yuantian Tang Cc: leoyang.li@nxp.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] arm64: dts: ls1028a: Add Thermal Monitor Unit node Message-ID: <20190812141137.GH27041@X250> References: <20190806053507.37069-1-andy.tang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190806053507.37069-1-andy.tang@nxp.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 06, 2019 at 01:35:07PM +0800, Yuantian Tang wrote: > The Thermal Monitoring Unit (TMU) monitors and reports the > temperature from 2 remote temperature measurement sites > located on ls1028a chip. > Add TMU dts node to enable this feature. > > Signed-off-by: Yuantian Tang > Acked-by: Eduardo Valentin Applied, thanks.