arm64: dts: renesas: rcar-gen4: Switch PCIe to reset-gpios

Commit 42694f9f64 ("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@glider.be>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/853019acdfcdf05fcb46d8124157ef298da55188.1727438172.git.geert+renesas@glider.be
This commit is contained in:
Geert Uytterhoeven 2024-09-27 13:58:38 +02:00
parent 0f458e7db3
commit 25e289d062
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@
};
&pciec0 {
reset-gpio = <&gpio_exp_20 0 GPIO_ACTIVE_LOW>;
reset-gpios = <&gpio_exp_20 0 GPIO_ACTIVE_LOW>;
status = "okay";
};

View file

@ -302,7 +302,7 @@
};
&pciec0 {
reset-gpio = <&io_expander_a 0 GPIO_ACTIVE_LOW>;
reset-gpios = <&io_expander_a 0 GPIO_ACTIVE_LOW>;
status = "okay";
};