Skip to content

Commit cd7d34d

Browse files
krzkAlexandre Torgue
authored andcommitted
arm64: dts: st: Minor whitespace cleanup
The DTS code coding style expects exactly one space around '=' and before '{' characters. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251223152544.155637-4-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent f4051bc commit cd7d34d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/st/stm32mp235f-dk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
phy1_eth1: ethernet-phy@1 {
111111
compatible = "ethernet-phy-id001c.c916";
112112
reg = <1>;
113-
reset-gpios = <&gpioa 2 GPIO_ACTIVE_LOW>;
113+
reset-gpios = <&gpioa 2 GPIO_ACTIVE_LOW>;
114114
reset-assert-us = <10000>;
115115
reset-deassert-us = <80000>;
116116
};

arch/arm64/boot/dts/st/stm32mp257f-dk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
phy1_eth1: ethernet-phy@1 {
118118
compatible = "ethernet-phy-id001c.c916";
119119
reg = <1>;
120-
reset-gpios = <&gpioa 2 GPIO_ACTIVE_LOW>;
120+
reset-gpios = <&gpioa 2 GPIO_ACTIVE_LOW>;
121121
reset-assert-us = <10000>;
122122
reset-deassert-us = <80000>;
123123
};

arch/arm64/boot/dts/st/stm32mp257f-ev1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
phy1_eth1: ethernet-phy@4 {
224224
compatible = "ethernet-phy-id001c.c916";
225225
reg = <4>;
226-
reset-gpios = <&gpioj 9 GPIO_ACTIVE_LOW>;
226+
reset-gpios = <&gpioj 9 GPIO_ACTIVE_LOW>;
227227
reset-assert-us = <10000>;
228228
reset-deassert-us = <80000>;
229229
};

0 commit comments

Comments
 (0)