mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 23:29:10 -04: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:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user