
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 --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>;