[PATCH 2/2] arm64: dts: st: Minor whitespace cleanup
Alexandre TORGUE
alexandre.torgue at foss.st.com
Thu Jan 8 09:06:15 PST 2026
Hi Krzysztof
On 12/23/25 16:25, Krzysztof Kozlowski wrote:
> The DTS code coding style expects exactly one space around '=' and
> before '{' characters.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at oss.qualcomm.com>
> ---
> arch/arm64/boot/dts/st/stm32mp235f-dk.dts | 2 +-
> arch/arm64/boot/dts/st/stm32mp257f-dk.dts | 2 +-
> arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/st/stm32mp235f-dk.dts b/arch/arm64/boot/dts/st/stm32mp235f-dk.dts
> index c3e688068223..9a2b2f50df76 100644
> --- a/arch/arm64/boot/dts/st/stm32mp235f-dk.dts
> +++ b/arch/arm64/boot/dts/st/stm32mp235f-dk.dts
> @@ -93,7 +93,7 @@ mdio {
> phy1_eth1: ethernet-phy at 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>;
> };
> diff --git a/arch/arm64/boot/dts/st/stm32mp257f-dk.dts b/arch/arm64/boot/dts/st/stm32mp257f-dk.dts
> index e718d888ce21..4a489a8d9aca 100644
> --- a/arch/arm64/boot/dts/st/stm32mp257f-dk.dts
> +++ b/arch/arm64/boot/dts/st/stm32mp257f-dk.dts
> @@ -93,7 +93,7 @@ mdio {
> phy1_eth1: ethernet-phy at 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>;
> };
> diff --git a/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts b/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts
> index bb6d6393d2e4..0c5fc7a7be8d 100644
> --- a/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts
> +++ b/arch/arm64/boot/dts/st/stm32mp257f-ev1.dts
> @@ -186,7 +186,7 @@ mdio {
> phy1_eth1: ethernet-phy at 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>;
> };
Both patches applied on stm32-next.
Thanks
Alex
More information about the linux-arm-kernel
mailing list