From nobody Mon Sep 29 20:17:18 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 69C7CC00140 for ; Mon, 15 Aug 2022 22:45:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351568AbiHOWp3 (ORCPT ); Mon, 15 Aug 2022 18:45:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350812AbiHOWko (ORCPT ); Mon, 15 Aug 2022 18:40:44 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F33B94DB3A; Mon, 15 Aug 2022 12:52:02 -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 sin.source.kernel.org (Postfix) with ESMTPS id 662E5CE1262; Mon, 15 Aug 2022 19:52:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55B5DC433C1; Mon, 15 Aug 2022 19:51:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660593119; bh=y00JDlmXaOUG89+arkkzRd59IEcKQ9D8Us7X+XR4hQI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hG0YsDD6w1Y0Gkg5lfSJ7oGpYUBGRJa+ljUbHnUqz1b8IMNnQJ9DCkif2kcYafq8w sBe50AplLZkeWgAuHcVAwIl2wfF293cSstxsZfFpVqMbEdnGhLmpfluX3z98YonmV1 NNFgpsC5u75AcbErKJ5RzdX5bMAunGYneqLQSrAg= 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.19 0217/1157] arm64: dts: mt8192: Fix idle-states nodes naming scheme Date: Mon, 15 Aug 2022 19:52:53 +0200 Message-Id: <20220815180448.278004903@linuxfoundation.org> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220815180439.416659447@linuxfoundation.org> References: <20220815180439.416659447@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 399e23ad51caaf62400a531c9268ad3c453c3d76 ] Tweak the name of the idle-states subnodes so that they follow the binding pattern, getting rid of dtbs_check warnings. Only the usage of "-" in the name was necessary, but "off" was also exchanged for "sleep" since that seems to be a more common wording in other dts files. 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-2-nfraprado@collabor= a.com Signed-off-by: Matthias Brugger Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/mediatek/mt8192.dtsi | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts= /mediatek/mt8192.dtsi index 733aec2e7f77..c739e910883a 100644 --- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi @@ -43,7 +43,7 @@ cpu0: cpu@0 { reg =3D <0x000>; enable-method =3D "psci"; clock-frequency =3D <1701000000>; - cpu-idle-states =3D <&cpuoff_l &clusteroff_l>; + cpu-idle-states =3D <&cpu_sleep_l &cluster_sleep_l>; next-level-cache =3D <&l2_0>; capacity-dmips-mhz =3D <530>; }; @@ -54,7 +54,7 @@ cpu1: cpu@100 { reg =3D <0x100>; enable-method =3D "psci"; clock-frequency =3D <1701000000>; - cpu-idle-states =3D <&cpuoff_l &clusteroff_l>; + cpu-idle-states =3D <&cpu_sleep_l &cluster_sleep_l>; next-level-cache =3D <&l2_0>; capacity-dmips-mhz =3D <530>; }; @@ -65,7 +65,7 @@ cpu2: cpu@200 { reg =3D <0x200>; enable-method =3D "psci"; clock-frequency =3D <1701000000>; - cpu-idle-states =3D <&cpuoff_l &clusteroff_l>; + cpu-idle-states =3D <&cpu_sleep_l &cluster_sleep_l>; next-level-cache =3D <&l2_0>; capacity-dmips-mhz =3D <530>; }; @@ -76,7 +76,7 @@ cpu3: cpu@300 { reg =3D <0x300>; enable-method =3D "psci"; clock-frequency =3D <1701000000>; - cpu-idle-states =3D <&cpuoff_l &clusteroff_l>; + cpu-idle-states =3D <&cpu_sleep_l &cluster_sleep_l>; next-level-cache =3D <&l2_0>; capacity-dmips-mhz =3D <530>; }; @@ -87,7 +87,7 @@ cpu4: cpu@400 { reg =3D <0x400>; enable-method =3D "psci"; clock-frequency =3D <2171000000>; - cpu-idle-states =3D <&cpuoff_b &clusteroff_b>; + cpu-idle-states =3D <&cpu_sleep_b &cluster_sleep_b>; next-level-cache =3D <&l2_1>; capacity-dmips-mhz =3D <1024>; }; @@ -98,7 +98,7 @@ cpu5: cpu@500 { reg =3D <0x500>; enable-method =3D "psci"; clock-frequency =3D <2171000000>; - cpu-idle-states =3D <&cpuoff_b &clusteroff_b>; + cpu-idle-states =3D <&cpu_sleep_b &cluster_sleep_b>; next-level-cache =3D <&l2_1>; capacity-dmips-mhz =3D <1024>; }; @@ -109,7 +109,7 @@ cpu6: cpu@600 { reg =3D <0x600>; enable-method =3D "psci"; clock-frequency =3D <2171000000>; - cpu-idle-states =3D <&cpuoff_b &clusteroff_b>; + cpu-idle-states =3D <&cpu_sleep_b &cluster_sleep_b>; next-level-cache =3D <&l2_1>; capacity-dmips-mhz =3D <1024>; }; @@ -120,7 +120,7 @@ cpu7: cpu@700 { reg =3D <0x700>; enable-method =3D "psci"; clock-frequency =3D <2171000000>; - cpu-idle-states =3D <&cpuoff_b &clusteroff_b>; + cpu-idle-states =3D <&cpu_sleep_b &cluster_sleep_b>; next-level-cache =3D <&l2_1>; capacity-dmips-mhz =3D <1024>; }; @@ -173,7 +173,7 @@ l3_0: l3-cache { =20 idle-states { entry-method =3D "arm,psci"; - cpuoff_l: cpuoff_l { + cpu_sleep_l: cpu-sleep-l { compatible =3D "arm,idle-state"; arm,psci-suspend-param =3D <0x00010001>; local-timer-stop; @@ -181,7 +181,7 @@ cpuoff_l: cpuoff_l { exit-latency-us =3D <140>; min-residency-us =3D <780>; }; - cpuoff_b: cpuoff_b { + cpu_sleep_b: cpu-sleep-b { compatible =3D "arm,idle-state"; arm,psci-suspend-param =3D <0x00010001>; local-timer-stop; @@ -189,7 +189,7 @@ cpuoff_b: cpuoff_b { exit-latency-us =3D <145>; min-residency-us =3D <720>; }; - clusteroff_l: clusteroff_l { + cluster_sleep_l: cluster-sleep-l { compatible =3D "arm,idle-state"; arm,psci-suspend-param =3D <0x01010002>; local-timer-stop; @@ -197,7 +197,7 @@ clusteroff_l: clusteroff_l { exit-latency-us =3D <155>; min-residency-us =3D <860>; }; - clusteroff_b: clusteroff_b { + cluster_sleep_b: cluster-sleep-b { compatible =3D "arm,idle-state"; arm,psci-suspend-param =3D <0x01010002>; local-timer-stop; --=20 2.35.1