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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DC29CDB47E for ; Wed, 18 Oct 2023 08:03:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235082AbjJRIDO (ORCPT ); Wed, 18 Oct 2023 04:03:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234909AbjJRIDJ (ORCPT ); Wed, 18 Oct 2023 04:03:09 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4C6F7F7; Wed, 18 Oct 2023 01:03:07 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 1FC1B66072F4; Wed, 18 Oct 2023 09:03:04 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1697616185; bh=BzCeLcDnyVpGNQ25QSxsx2zwulo4lGI2Vka4ybY5HjA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=NE+Dui5a6xhmhcondJxHHYw+UhK723wueVo/00NuAro4Oepei8lsvl6fVuZFnOoQk LcPbBnYIomG9s6riHWfNHl5HyC6niRV68J/8LdrXHjzgmCBN5Fni80qvvER4t4/pHD zJTsNYui4MBRXVDyrf6q5xRUA3IuoZnocvB1g2q9zIlibHdYgkqjVaSqE9CEE7rv+4 +qyVT9n2B1A/RwPq2xXoaGdIzxgCxtOUzBGxGVQAsf1Ia7Ux1IFI2+iAxe9SZMPlql YtVACzVw80+8GZtrNeqg1+J2IUVGN7eG+wg+SEO3+GPtF3/qy3K1+oPZq8JbEjMB6b WdOmAlm169YUQ== Message-ID: <0130480d-aebf-44fd-9334-e288ac2ddc32@collabora.com> Date: Wed, 18 Oct 2023 10:03:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v5 4/5] arm64: dts: mediatek: mt8192: Add thermal nodes and thermal zones Content-Language: en-US To: =?UTF-8?Q?Bernhard_Rosenkr=C3=A4nzer?= , daniel.lezcano@linaro.org, rafael@kernel.org, amitk@kernel.org, rui.zhang@intel.com, matthias.bgg@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, dunlap@infradead.org, e.xingchen@zte.com.cn, p.zabel@pengutronix.de Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, wenst@chromium.org, ames.lo@mediatek.com, rex-bc.chen@mediatek.com, nfraprado@collabora.com, abailon@baylibre.com, amergnat@baylibre.com, khilman@baylibre.com References: <20231017190545.157282-1-bero@baylibre.com> <20231017190545.157282-5-bero@baylibre.com> From: AngeloGioacchino Del Regno In-Reply-To: <20231017190545.157282-5-bero@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 17/10/23 21:05, Bernhard Rosenkränzer ha scritto: > From: Balsam CHIHI > > Add thermal nodes and thermal zones for the mt8192. > > The mt8192 SoC has several hotspots around the CPUs. > Specify the targeted temperature threshold to apply the mitigation > and define the associated cooling devices. > > Signed-off-by: Balsam CHIHI > Reviewed-by: Nícolas F. R. A. Prado > [bero@baylibre.com: cosmetic changes, reduce lvts_ap size] > Signed-off-by: Bernhard Rosenkränzer > Reviewed-by: Alexandre Mergnat Reviewed-by: AngeloGioacchino Del Regno