mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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:
parent
0f458e7db3
commit
25e289d062
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue