diff mbox series

[RFC,1/3] arch: riscv: dts: change perstn-gpios to reset-gpios of FU740

Message ID 20210330073615.38787-2-green.wan@sifive.com
State Accepted
Delegated to: Andes
Headers show
Series drivers: pci: refactor pcie_sifive to use pcie_dw_common | expand

Commit Message

Green Wan March 30, 2021, 7:36 a.m. UTC
To use more common gpio name for PCIE reset in DT, change the
'perstn-gpios' to 'reset-gpios'. The name is also aligned with
designware based uboot driver and Linux driver.

Signed-off-by: Green Wan <green.wan@sifive.com>
---
 arch/riscv/dts/fu740-c000.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/riscv/dts/fu740-c000.dtsi b/arch/riscv/dts/fu740-c000.dtsi
index 0325e51e39..9e876a4fe3 100644
--- a/arch/riscv/dts/fu740-c000.dtsi
+++ b/arch/riscv/dts/fu740-c000.dtsi
@@ -317,7 +317,7 @@ 
 					<0x0 0x0 0x0 0x3 &plic0 59>,
 					<0x0 0x0 0x0 0x4 &plic0 60>;
 			pwren-gpios = <&gpio 5 0>;
-			perstn-gpios = <&gpio 8 0>;
+			reset-gpios = <&gpio 8 0>;
 			clocks = <&prci PRCI_CLK_PCIEAUX>;
 			clock-names = "pcieaux";
 			resets = <&prci PRCI_RST_PCIE_POWER_UP_N>;