From nobody Sun Dec 14 06:16:24 2025 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 2FFEEC00140 for ; Mon, 15 Aug 2022 18:34:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243650AbiHOSeG (ORCPT ); Mon, 15 Aug 2022 14:34:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40908 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243384AbiHOSda (ORCPT ); Mon, 15 Aug 2022 14:33:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DE24437F81; Mon, 15 Aug 2022 11:21:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E9CED60F1D; Mon, 15 Aug 2022 18:21:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DAC0BC433C1; Mon, 15 Aug 2022 18:21:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660587713; bh=ERQwP8uKDUfGNJbBFJ0TAgA9TP/S/fhReXq7rTHMIb0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oAdHwRHJpfFXM69Kl30MLWUB+Rqa7hVt26ecAakelUkoZS6ZSuWCyTZcIq56qQaA3 qGKi2oN+CAMl7JxiHQHBDt7OcZAot3PTFS0LSCPHboe2GL0Ey7jsTMACZlp8cI1lrM mkpUC4qpN6qlfFgTixWEA3j8Y0mVVEDIF/+ObDyU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, "=?UTF-8?q?N=C3=ADcolas=20F . =20R . =20A . =20Prado?=" , AngeloGioacchino Del Regno , Matthias Brugger , Sasha Levin Subject: [PATCH 5.15 172/779] arm64: dts: mt8192: Fix idle-states entry-method Date: Mon, 15 Aug 2022 19:56:56 +0200 Message-Id: <20220815180344.637976650@linuxfoundation.org> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220815180337.130757997@linuxfoundation.org> References: <20220815180337.130757997@linuxfoundation.org> User-Agent: quilt/0.67 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: N=C3=ADcolas F. R. A. Prado [ Upstream commit 2e599740f7e423ee89fb027896cb2635dd43784f ] The entry-method property of the idle-states node should be "psci" as described in the idle-states binding, since this is already the value of enable-method in the CPU nodes. Fix it to get rid of a dtbs_check warning. Fixes: 9260918d3a4f ("arm64: dts: mt8192: Add cpu-idle-states") Signed-off-by: N=C3=ADcolas F. R. A. Prado Reviewed-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20220617233150.2466344-3-nfraprado@collabor= a.com Signed-off-by: Matthias Brugger Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/mediatek/mt8192.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts= /mediatek/mt8192.dtsi index a57ac5163acc..d1e63527b387 100644 --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi @@ -168,7 +168,7 @@ l3_0: l3-cache { }; =20 idle-states { - entry-method =3D "arm,psci"; + entry-method =3D "psci"; cpu_sleep_l: cpu-sleep-l { compatible =3D "arm,idle-state"; arm,psci-suspend-param =3D <0x00010001>; --=20 2.35.1