From patchwork Fri Sep 27 11:58:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13814159 X-Patchwork-Delegate: geert@linux-m68k.org Received: from andre.telenet-ops.be (andre.telenet-ops.be [195.130.132.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BC89C18A6DE for ; Fri, 27 Sep 2024 11:58:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.53 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727438332; cv=none; b=O8d32852lpirgPIGT7iwvogRAXW3qaGsQzbbYT4PMEtoXNJyDWEUDKVMl5I4hfnAHb7sCBVyFjnO9qukxDZSRLiXjEhtxrWlWG6l8eRJ4YVsEx2ua86tDy+sJI8YMOChMxa5G+6GfYiaJtDSOtzQGd4ZaeMY2yxChuj06bvX6I8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727438332; c=relaxed/simple; bh=jGfrihTMjOjtDU0xAXTW+0hESJNZ1uSL6quBcZx9ieQ=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=J7eJwem6lvVI3eteC2pdbfIeC7nzPKX6yvY3TjH4fV7zvi+IDkl7AhrJexHwOYmRPT6ZxcPDwVObNFtvpdHTzZn5i2Jev2w9tR8RjDPjLgTJGkhGpgU4mjY3ACmbQya2IdrM8XE1e7NLUrpGO+/3sfbW3xLICoWDytM4zYOkxcg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.53 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:b47d:fd74:3975:15b7]) by andre.telenet-ops.be with cmsmtp id HPyh2D00N3BfLyr01PyhEX; Fri, 27 Sep 2024 13:58:42 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1su9cJ-000fNw-Q0; Fri, 27 Sep 2024 13:58:41 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1su9cP-0089tB-A1; Fri, 27 Sep 2024 13:58:41 +0200 From: Geert Uytterhoeven To: Yoshihiro Shimoda , Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] arm64: dts: renesas: rcar-gen4: Switch PCIe to reset-gpios Date: Fri, 27 Sep 2024 13:58:38 +0200 Message-Id: <853019acdfcdf05fcb46d8124157ef298da55188.1727438172.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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 Reviewed-by: 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"; };