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 06594C77B7A for ; Wed, 31 May 2023 08:04:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235124AbjEaIEK (ORCPT ); Wed, 31 May 2023 04:04:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235072AbjEaID4 (ORCPT ); Wed, 31 May 2023 04:03:56 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B8A49183; Wed, 31 May 2023 01:03:53 -0700 (PDT) Received: from [IPV6:2001:b07:2ed:14ed:a962:cd4d:a84:1eab] (unknown [IPv6:2001:b07:2ed:14ed:a962:cd4d:a84:1eab]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 3CDDA6606EAD; Wed, 31 May 2023 09:03:51 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1685520232; bh=8YkvE3YTk0eL92xEzGrj7xp7cVyw3DffJoEnRzrXvuA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=hbfWsOmCNRx8U0dVadqzd6jsKQo/XidFS8v5sLez1Zj1J5r1/LqyhY1/Kja4nbiq1 HgvVYpSdqnIdiCzzbGD8VNIPbs7PnQIc5VF+/lPa5L1oy74WJmjOn1Dq9YeG9EpgQJ jbKq/888/991RZ0hxbxyW3qYaE/ZFGOVzaYH3xF84k/g68VxBKxJ3P9YrqmBemIacC pgozQx3L+RiHWfGCx0qfR7ZJsnlIq9Ngc94hisEN9jkW4KXJ3QJOWFeWwcBQRp2QFm 6P+oX7PJitj/280iX70mQ6NGFGtv9Q5HP2IivSW5f7t3fvyvINeNXuNgkmdvzPf144 /jmzymWWNCYHA== Message-ID: <0f765410-04b7-64a0-e957-0e619919ac83@collabora.com> Date: Wed, 31 May 2023 10:03:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: [PATCH v4 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, rdunlap@infradead.org, ye.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, james.lo@mediatek.com, rex-bc.chen@mediatek.com, nfraprado@collabora.com, abailon@baylibre.com, amergnat@baylibre.com, khilman@baylibre.com References: <20230530195132.2286163-1-bero@baylibre.com> <20230530195132.2286163-5-bero@baylibre.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230530195132.2286163-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 30/05/23 21:51, 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: AngeloGioacchino Del Regno