mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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>
This commit is contained in:
parent
f4051bcb0f
commit
cd7d34dad6
|
|
@ -110,7 +110,7 @@ mdio {
|
|||
phy1_eth1: ethernet-phy@1 {
|
||||
compatible = "ethernet-phy-id001c.c916";
|
||||
reg = <1>;
|
||||
reset-gpios = <&gpioa 2 GPIO_ACTIVE_LOW>;
|
||||
reset-gpios = <&gpioa 2 GPIO_ACTIVE_LOW>;
|
||||
reset-assert-us = <10000>;
|
||||
reset-deassert-us = <80000>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ mdio {
|
|||
phy1_eth1: ethernet-phy@1 {
|
||||
compatible = "ethernet-phy-id001c.c916";
|
||||
reg = <1>;
|
||||
reset-gpios = <&gpioa 2 GPIO_ACTIVE_LOW>;
|
||||
reset-gpios = <&gpioa 2 GPIO_ACTIVE_LOW>;
|
||||
reset-assert-us = <10000>;
|
||||
reset-deassert-us = <80000>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@ mdio {
|
|||
phy1_eth1: ethernet-phy@4 {
|
||||
compatible = "ethernet-phy-id001c.c916";
|
||||
reg = <4>;
|
||||
reset-gpios = <&gpioj 9 GPIO_ACTIVE_LOW>;
|
||||
reset-gpios = <&gpioj 9 GPIO_ACTIVE_LOW>;
|
||||
reset-assert-us = <10000>;
|
||||
reset-deassert-us = <80000>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user