Hello Geert-san, > From: Geert Uytterhoeven, Sent: Friday, September 27, 2024 8:59 PM > > Commit 42694f9f6407a933 ("dt-bindings: PCI: add snps,dw-pcie.yaml") > deprecated the "reset-gpio" property in favor of "reset-gpios". > Hence replace the "reset-gpio" property by "reset-gpios" in PCIe device > nodes. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Thank you for the patch! Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> Best regards, Yoshihiro Shimoda > --- > To be queued in renesas-devel for v6.13. > > arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi | 2 +- > arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi > b/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi > index 4ed8d4c379066342..e03baefb6a98b070 100644 > --- a/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi > @@ -171,7 +171,7 @@ &pcie0_clkref { > }; > > &pciec0 { > - reset-gpio = <&gpio_exp_20 0 GPIO_ACTIVE_LOW>; > + reset-gpios = <&gpio_exp_20 0 GPIO_ACTIVE_LOW>; > status = "okay"; > }; > > diff --git a/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi > b/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi > index 3845b413bd24cd72..6dc968352c046129 100644 > --- a/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi > +++ b/arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi > @@ -302,7 +302,7 @@ &pcie0_clkref { > }; > > &pciec0 { > - reset-gpio = <&io_expander_a 0 GPIO_ACTIVE_LOW>; > + reset-gpios = <&io_expander_a 0 GPIO_ACTIVE_LOW>; > status = "okay"; > }; > > -- > 2.34.1