[PATCH 2/2] arm64: dts: qcom: lemans: Use hyphen in rpmhpd OPP node names
From: Shawn Guo
Date: Sun Aug 16 2026 - 08:38:08 EST
Two OPP nodes in the rpmhpd OPP table are named opp2 and opp3, while the
surrounding nodes in the same table use the opp-N form. Rename them for
consistency. Change should be safe, because node names are not
considered an ABI, and all references go through labels.
Signed-off-by: Shawn Guo <shengchao.guo@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/lemans.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/lemans.dtsi b/arch/arm64/boot/dts/qcom/lemans.dtsi
index 695eae1b7256..fc55624f5043 100644
--- a/arch/arm64/boot/dts/qcom/lemans.dtsi
+++ b/arch/arm64/boot/dts/qcom/lemans.dtsi
@@ -7168,11 +7168,11 @@ rpmhpd_opp_min_svs: opp-1 {
opp-level = <RPMH_REGULATOR_LEVEL_MIN_SVS>;
};
- rpmhpd_opp_low_svs: opp2 {
+ rpmhpd_opp_low_svs: opp-2 {
opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
};
- rpmhpd_opp_svs: opp3 {
+ rpmhpd_opp_svs: opp-3 {
opp-level = <RPMH_REGULATOR_LEVEL_SVS>;
};
--
2.43.0