]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: st: Use hyphen in node names
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Tue, 23 Dec 2025 15:25:45 +0000 (16:25 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Tue, 20 Jan 2026 08:54:16 +0000 (09:54 +0100)
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@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251223152544.155637-3-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm64/boot/dts/st/stm32mp231.dtsi
arch/arm64/boot/dts/st/stm32mp251.dtsi

index 4cc0cd9a6ccefba7a239e631368f119c5bd3982b..b5d81d1ee153fc2b7e74bd76aec1a63aef1828d3 100644 (file)
                        #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>;
                        };
index 106989e53d946d8a95317271dbdbfa9555bfd9fc..8b925ed0d8818df6b53d8fe2c66186010bf4254a 100644 (file)
                        #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>;
                        };