From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 92A228821 for ; Fri, 10 Mar 2023 15:03:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1EFDC433EF; Fri, 10 Mar 2023 15:03:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678460608; bh=QZ/J5c16T3DlhoxUHH4nItPt0x0tksRPap4dyxd48Xg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=R9rssSGsoYb1ZFg6qYWQX9EgOevRG5eeL2AJsYJSIY/HO7Qt63cI/8ZuLmDhc9xvX YoIQMNl9O+3mjbX6vPbGHLtEVYiIjd7JmlbHo0OGyOV9y9BtY2DNpPRB1HFSPgHItN ixZEsYzHBv77fs/xEbwDJ+TU2nFvL+VucjJOXqec= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krzysztof Kozlowski Subject: [PATCH 5.10 392/529] ARM: dts: exynos: correct TMU phandle in Exynos4 Date: Fri, 10 Mar 2023 14:38:55 +0100 Message-Id: <20230310133823.180809547@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230310133804.978589368@linuxfoundation.org> References: <20230310133804.978589368@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Krzysztof Kozlowski commit 8e4505e617a80f601e2f53a917611777f128f925 upstream. TMU node uses 0 as thermal-sensor-cells, thus thermal zone referencing it must not have an argument to phandle. Fixes: 328829a6ad70 ("ARM: dts: define default thermal-zones for exynos4") Cc: Link: https://lore.kernel.org/r/20230209105841.779596-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/exynos4-cpu-thermal.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/exynos4-cpu-thermal.dtsi +++ b/arch/arm/boot/dts/exynos4-cpu-thermal.dtsi @@ -10,7 +10,7 @@ / { thermal-zones { cpu_thermal: cpu-thermal { - thermal-sensors = <&tmu 0>; + thermal-sensors = <&tmu>; polling-delay-passive = <0>; polling-delay = <0>; trips {