ARM: dts: stm32: adjust whitespace around '=' on MCU boards

Fix whitespace coding style: use single space instead of tabs or
multiple spaces around '=' sign in property assignment.  No functional
changes (same DTB).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Krzysztof Kozlowski
2022-05-26 22:36:32 +02:00
committed by Alexandre Torgue
parent 1748c5c13e
commit 95a73a50da
5 changed files with 18 additions and 18 deletions

View File

@@ -251,10 +251,10 @@
&mac {
status = "okay";
pinctrl-0 = <&ethernet_mii>;
pinctrl-names = "default";
phy-mode = "mii";
phy-handle = <&phy1>;
pinctrl-0 = <&ethernet_mii>;
pinctrl-names = "default";
phy-mode = "mii";
phy-handle = <&phy1>;
mdio0 {
#address-cells = <1>;
#size-cells = <0>;