[PATCH 1/2] arm64: dts: st: Use hyphen in node names

From: Krzysztof Kozlowski

Date: Tue Dec 23 2025 - 10:25:51 EST


DTS coding style prefers hyphens instead of underscores in the node
names. Change should be safe, because node names are not considered an
ABI.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>

---

Patches done with sed, verified with comparing unflattened DTB and
dtx_diff.
---
arch/arm64/boot/dts/st/stm32mp231.dtsi | 4 ++--
arch/arm64/boot/dts/st/stm32mp251.dtsi | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/st/stm32mp231.dtsi b/arch/arm64/boot/dts/st/stm32mp231.dtsi
index 88e214d395ab..a6658d836122 100644
--- a/arch/arm64/boot/dts/st/stm32mp231.dtsi
+++ b/arch/arm64/boot/dts/st/stm32mp231.dtsi
@@ -761,11 +761,11 @@ bsec: efuse@44000000 {
#address-cells = <1>;
#size-cells = <1>;

- part_number_otp@24 {
+ part-number-otp@24 {
reg = <0x24 0x4>;
};

- package_otp@1e8 {
+ package-otp@1e8 {
reg = <0x1e8 0x1>;
bits = <0 3>;
};
diff --git a/arch/arm64/boot/dts/st/stm32mp251.dtsi b/arch/arm64/boot/dts/st/stm32mp251.dtsi
index a8e6e0f77b83..ec5db00b9d72 100644
--- a/arch/arm64/boot/dts/st/stm32mp251.dtsi
+++ b/arch/arm64/boot/dts/st/stm32mp251.dtsi
@@ -1739,11 +1739,11 @@ bsec: efuse@44000000 {
#address-cells = <1>;
#size-cells = <1>;

- part_number_otp@24 {
+ part-number-otp@24 {
reg = <0x24 0x4>;
};

- package_otp@1e8 {
+ package-otp@1e8 {
reg = <0x1e8 0x1>;
bits = <0 3>;
};
--
2.51.0