[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <093c0166-e740-4f7a-9b4a-0de018610494@foss.st.com>
Date: Thu, 8 Jan 2026 18:06:15 +0100
From: Alexandre TORGUE <alexandre.torgue@...s.st.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@....qualcomm.com>,
Rob Herring
<robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley
<conor+dt@...nel.org>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
<devicetree@...r.kernel.org>,
<linux-stm32@...md-mailman.stormreply.com>,
<linux-arm-kernel@...ts.infradead.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] arm64: dts: st: Minor whitespace cleanup
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@....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@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@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@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
Powered by blists - more mailing lists