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 086EABA44 for ; Tue, 7 Mar 2023 17:53:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1846FC4339B; Tue, 7 Mar 2023 17:53:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678211628; bh=UWLThVzDV7ZJE7s7ShauHgMP9/ILRfV2ccr+Ii9WPR8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=o/Xs79F0JepqIjI3A3axPJElWSx0dAjZpQvFD9Fr5PtQauootSjjxfoXFEiKa9u9M wYzvQb3jjqLfBexCz2bsZE/Setxtoy5UgLlDwoAVUKYeZUeLNNxZVzhJu6mDaEf3TX tg9VgqKF6JtLBWdqA2+QPC+ZLTg0UsXxzNiR/Q88= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krzysztof Kozlowski Subject: [PATCH 6.2 0923/1001] ARM: dts: exynos: correct TMU phandle in Exynos5250 Date: Tue, 7 Mar 2023 18:01:35 +0100 Message-Id: <20230307170102.143662862@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230307170022.094103862@linuxfoundation.org> References: <20230307170022.094103862@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 33e2c595e2e4016991ead44933a29d1ef93d5f26 upstream. TMU node uses 0 as thermal-sensor-cells, thus thermal zone referencing it must not have an argument to phandle. Cc: Fixes: 9843a2236003 ("ARM: dts: Provide dt bindings identical for Exynos TMU") Link: https://lore.kernel.org/r/20230209105841.779596-3-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/exynos5250.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -1107,7 +1107,7 @@ &cpu_thermal { polling-delay-passive = <0>; polling-delay = <0>; - thermal-sensors = <&tmu 0>; + thermal-sensors = <&tmu>; cooling-maps { map0 {