[PATCH 0/2] arm64: dts: qcom: Use hyphen in rpmhpd OPP node names
Shawn Guo <[email protected]>
| Newsgroups | org.kernel.vger.linux-devicetree,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
The rpmhpd OPP tables on kodiak and lemans have some OPP nodes named oppN rather than opp-N. On lemans this is inconsistent within the very same table, which starts with opp-0 and opp-1, then has opp2 and opp3, and goes back to opp-4 and onwards. On kodiak the whole table uses the oppN form, which is inconsistent with the rest of the qcom DTS files and with DTS coding style. Rename the nodes to the opp-N form, keeping the existing numbering. The change should be safe, because node names are not considered an ABI and all references to these nodes go through labels. Shawn Guo (2): arm64: dts: qcom: kodiak: Use hyphen in rpmhpd OPP node names arm64: dts: qcom: lemans: Use hyphen in rpmhpd OPP node names arch/arm64/boot/dts/qcom/kodiak.dtsi | 18 +++++++++--------- arch/arm64/boot/dts/qcom/lemans.dtsi | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) -- 2.43.0