From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 DF6EC27ECE for ; Wed, 27 Sep 2023 13:07:40 +0000 (UTC) Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4103CF5; Wed, 27 Sep 2023 06:07:39 -0700 (PDT) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by fd01.gateway.ufhost.com (Postfix) with ESMTP id 290758022; Wed, 27 Sep 2023 21:07:37 +0800 (CST) Received: from EXMBX062.cuchost.com (172.16.6.62) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 27 Sep 2023 21:07:37 +0800 Received: from ubuntu.localdomain (113.72.144.128) by EXMBX062.cuchost.com (172.16.6.62) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 27 Sep 2023 21:07:36 +0800 From: Changhuang Liang To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , "Ulf Hansson" CC: Walker Chen , Changhuang Liang , Hal Feng , , , Subject: [-next v1 2/2] pmdomain: starfive: Update prefixes for AON power domain Date: Wed, 27 Sep 2023 06:07:34 -0700 Message-ID: <20230927130734.9921-3-changhuang.liang@starfivetech.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230927130734.9921-1-changhuang.liang@starfivetech.com> References: <20230927130734.9921-1-changhuang.liang@starfivetech.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [113.72.144.128] X-ClientProxiedBy: EXCAS062.cuchost.com (172.16.6.22) To EXMBX062.cuchost.com (172.16.6.62) X-YovoleRuleAgent: yovoleflag Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Use "JH7110_AON_PD_" prefix for AON power doamin for JH7110 SoC. Reviewed-by: Walker Chen Signed-off-by: Changhuang Liang --- drivers/pmdomain/starfive/jh71xx-pmu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pmdomain/starfive/jh71xx-pmu.c b/drivers/pmdomain/st= arfive/jh71xx-pmu.c index 2724bee7e85f..74720c09a6e3 100644 --- a/drivers/pmdomain/starfive/jh71xx-pmu.c +++ b/drivers/pmdomain/starfive/jh71xx-pmu.c @@ -419,11 +419,11 @@ static const struct jh71xx_pmu_match_data jh7110_pm= u =3D { }; =20 static const struct jh71xx_domain_info jh7110_aon_power_domains[] =3D { - [JH7110_PD_DPHY_TX] =3D { + [JH7110_AON_PD_DPHY_TX] =3D { .name =3D "DPHY-TX", .bit =3D 30, }, - [JH7110_PD_DPHY_RX] =3D { + [JH7110_AON_PD_DPHY_RX] =3D { .name =3D "DPHY-RX", .bit =3D 31, }, --=20 2.25.1