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 16E6DC433EF for ; Tue, 4 Jan 2022 13:29:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233598AbiADN3d (ORCPT ); Tue, 4 Jan 2022 08:29:33 -0500 Received: from mail-0201.mail-europe.com ([51.77.79.158]:56441 "EHLO mail-0201.mail-europe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232341AbiADN3c (ORCPT ); Tue, 4 Jan 2022 08:29:32 -0500 Date: Tue, 04 Jan 2022 13:29:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail2; t=1641302967; bh=sR/YQB+9UhT4OEEpJHtDhmgJhmBoOU3G+c+isEuYc2M=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc; b=VuBt7aVyrB38xmnjFUII3WhHHLmOJULT7fk8AY3i+3Ws/08S2eWnCNUu1mPkrR5E9 dW65Kvue8FdK9X0QtAbpirfaCooT0AWTsqJabyKsrLwwv0Anqz7A3DgTg+C1/0Lv2b DX6zxTqNTIWYl4HQnveWAIkhq+zMIXWwGZwssFRLlysWGm2ofwzqAMaZc5q1yb/ybS QK6ru1NQKknky552Yc735ys9XJe9nyqhX16J77UkRLbfA3uG+QLNjz1gcNxBDwnmKQ I5m7t3vxlmcgvYvRaCi5yX8i6OBuOa6A19Bdh4hcIe9MX5ih/M/gvF6jv4JWfZMhFW 3v3dUrYfCe3Fg== To: Rob Herring , Ilia Lin , Niklas Cassel , Andy Gross , Bjorn Andersson , "Rafael J. Wysocki" , Viresh Kumar , Nishanth Menon , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org From: Yassine Oudjana Cc: Yassine Oudjana , linux-kernel@vger.kernel.org Reply-To: Yassine Oudjana Subject: [PATCH 5/7] arm64: dts: qcom: msm8996: Rename cluster OPP tables Message-ID: <20220104132618.391799-6-y.oudjana@protonmail.com> In-Reply-To: <20220104132618.391799-1-y.oudjana@protonmail.com> References: <20220104132618.391799-1-y.oudjana@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Rename cluster OPP table node names to match the nodename pattern defined in the opp-v2-base DT schema. Signed-off-by: Yassine Oudjana --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qc= om/msm8996.dtsi index 91bc974aeb0a..036de52c54f1 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -134,7 +134,7 @@ CPU_SLEEP_0: cpu-sleep-0 { =09=09}; =09}; =20 -=09cluster0_opp: opp_table0 { +=09cluster0_opp: opp-table-cluster0 { =09=09compatible =3D "operating-points-v2-kryo-cpu"; =09=09nvmem-cells =3D <&speedbin_efuse>; =09=09opp-shared; @@ -222,7 +222,7 @@ opp-1593600000 { =09=09}; =09}; =20 -=09cluster1_opp: opp_table1 { +=09cluster1_opp: opp-table-cluster1 { =09=09compatible =3D "operating-points-v2-kryo-cpu"; =09=09nvmem-cells =3D <&speedbin_efuse>; =09=09opp-shared; --=20 2.34.1