[PATCH 1/2] arm64: dts: st: Use hyphen in node names
Krzysztof Kozlowski
krzysztof.kozlowski at oss.qualcomm.com
Tue Dec 23 07:25:45 PST 2025
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 at oss.qualcomm.com>
---
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 at 44000000 {
#address-cells = <1>;
#size-cells = <1>;
- part_number_otp at 24 {
+ part-number-otp at 24 {
reg = <0x24 0x4>;
};
- package_otp at 1e8 {
+ package-otp at 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 at 44000000 {
#address-cells = <1>;
#size-cells = <1>;
- part_number_otp at 24 {
+ part-number-otp at 24 {
reg = <0x24 0x4>;
};
- package_otp at 1e8 {
+ package-otp at 1e8 {
reg = <0x1e8 0x1>;
bits = <0 3>;
};
--
2.51.0
More information about the linux-arm-kernel
mailing list