]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: renesas: rcar-gen4: Switch PCIe to reset-gpios
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 27 Sep 2024 11:58:38 +0000 (13:58 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 1 Oct 2024 12:19:29 +0000 (14:19 +0200)
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@glider.be>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/853019acdfcdf05fcb46d8124157ef298da55188.1727438172.git.geert+renesas@glider.be
arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi
arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi

index 4ed8d4c379066342ecf20fb0b82369ad0a77158b..e03baefb6a98b07016d427d45fcca627048d418e 100644 (file)
 };
 
 &pciec0 {
-       reset-gpio = <&gpio_exp_20 0 GPIO_ACTIVE_LOW>;
+       reset-gpios = <&gpio_exp_20 0 GPIO_ACTIVE_LOW>;
        status = "okay";
 };
 
index 3845b413bd24cd72fbee3b61476ce1aca8d2ee41..6dc968352c04612972f24dd44f235f23f54cfba0 100644 (file)
 };
 
 &pciec0 {
-       reset-gpio = <&io_expander_a 0 GPIO_ACTIVE_LOW>;
+       reset-gpios = <&io_expander_a 0 GPIO_ACTIVE_LOW>;
        status = "okay";
 };