Skip to content

Commit f4051bc

Browse files
krzkAlexandre Torgue
authored andcommitted
arm64: dts: st: Use hyphen in node names
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>
1 parent 8648e9b commit f4051bc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm64/boot/dts/st/stm32mp231.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,11 +776,11 @@
776776
#address-cells = <1>;
777777
#size-cells = <1>;
778778

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

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

arch/arm64/boot/dts/st/stm32mp251.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,11 +1765,11 @@
17651765
#address-cells = <1>;
17661766
#size-cells = <1>;
17671767

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

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

0 commit comments

Comments
 (0)