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 C0C0CC77B73 for ; Mon, 5 Jun 2023 07:36:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230187AbjFEHgs (ORCPT ); Mon, 5 Jun 2023 03:36:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229982AbjFEHgr (ORCPT ); Mon, 5 Jun 2023 03:36:47 -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 1F08483; Mon, 5 Jun 2023 00:36:47 -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 E77F966056AC; Mon, 5 Jun 2023 08:36:44 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1685950605; bh=J26N876qhqy+oXA3TrC9yeaPT4WUXxr7qA4zM4FsXpI=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=C2Z8ZECKZYSjFeJAZIJBBJWYXBQyp6GA2qaWGaPe31T4lfmm0heMZlDDhQTMFRAqV fu/4W/fDYFbfetIQ75qFnNS6pzkVkFQUPpuh91Bd2j63ZgjDEzIZP8UYRGawdFJha8 YVhsahztRL0lLB+2bM4mVPJXZrVAhMfauyYJyuo2KVPAa0+BdwmCDsyZjpGJx2og/m d/Az85yPA0enqsBsyOYxaw393x3T4khEPuDBAfbGTSD7hmp5M/SpGf7CP8ZmTSzBdo ZguGSRDoVXKOZhO1cy14G9mbJY1eg/ePsVdfgxiZ3HDCQ+ZLe5vkG7YajM6YIaCEaC ighBEFtWA7KgA== Message-ID: <1423b370-6212-7f19-3db4-a70102bf615f@collabora.com> Date: Mon, 5 Jun 2023 09:36:42 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: [PATCH v2 2/2] arm64: dts: mt8173: Update thermal node Content-Language: en-US To: matthias.bgg@kernel.org, rafael@kernel.org, Daniel Lezcano , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: devicetree@vger.kernel.org, Amit Kucheria , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Zhang Rui , linux-arm-kernel@lists.infradead.org, Matthias Brugger References: <20230601134425.29499-1-matthias.bgg@kernel.org> <20230601134425.29499-2-matthias.bgg@kernel.org> From: AngeloGioacchino Del Regno In-Reply-To: <20230601134425.29499-2-matthias.bgg@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Il 01/06/23 15:44, matthias.bgg@kernel.org ha scritto: > From: Matthias Brugger > > Following the binding description, update to use > thermal-sensor-cells = 1 > While at it also fix the node name of the CPU critical trip point. > > Signed-off-by: Matthias Brugger > Reviewed-by: AngeloGioacchino Del Regno