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,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 F2018C433DF for ; Thu, 18 Jun 2020 14:33:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CFA8720888 for ; Thu, 18 Jun 2020 14:33:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592490832; bh=C7ZYkDUKtqNmQK9XpqU0E9C/xc5qiOrmi1v9i16eauo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TbvSVtGjqx98Cs1f+XGCZ8yzt8+0/UFWKizEZUFBmYyRtde+uSqr4Q1c6F6KQUz3J YDNqI60p5SQZEt9hmAfTqHpGbZ3gFTjcWUskZ8Zp1XryYkp/lbe0R3WEqFd9XErD1k fi4E/GmkBMd7K1XWjpBhzcEHbxX8n2/AFTmZrvfI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730805AbgFROdv (ORCPT ); Thu, 18 Jun 2020 10:33:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:55100 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728161AbgFROdv (ORCPT ); Thu, 18 Jun 2020 10:33:51 -0400 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 40390207E8; Thu, 18 Jun 2020 14:33:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592490830; bh=C7ZYkDUKtqNmQK9XpqU0E9C/xc5qiOrmi1v9i16eauo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WcD1MxsJYeK3+FbwpQ9EuBja9XRN1Hzk7g34G64GdYbtOyFzJt0gOJqGhLZR8rFGd C47ToJctnLFdFxLDtGaWWn6vjEpPC2S+i3ok2O1UCb9UU0fo87STJZZ9MIIREBcHpJ jh6eppxd8O2w+BbeRxTeaXNpXX0sFrcTv0bxjhKc= Date: Thu, 18 Jun 2020 22:33:46 +0800 From: Shawn Guo To: Yuantian Tang Cc: robh+dt@kernel.org, mark.rutland@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: ls1028a: add one more thermal zone support Message-ID: <20200618143345.GD464@dragon> References: <20200525073827.13272-1-andy.tang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200525073827.13272-1-andy.tang@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, May 25, 2020 at 03:38:27PM +0800, Yuantian Tang wrote: > There are 2 thermal zones in ls1028a soc. Current dts only > includes one. This patch adds the other thermal zone node > in dts to enable it. > > Signed-off-by: Yuantian Tang Applied, thanks.