]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
riscv: dts: starfive: Enable pcie0 dts node
authorMinda Chen <minda.chen@starfivetech.com>
Mon, 7 Aug 2023 08:53:36 +0000 (16:53 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 10 Aug 2023 02:58:01 +0000 (10:58 +0800)
In StarFive VF2 board. pcie0 connect to VTI usb controller.
Enable it to support usb host.

Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi

index bf7fdb4dd614894cf34cbb2c5634833d28e9adf5..e40f57a15080a3e221264f24e72c70cd9d11833a 100644 (file)
 
 &pcie0 {
        reset-gpios = <&sysgpio 26 GPIO_ACTIVE_LOW>;
-       status = "disabled";
+       status = "okay";
 };
 
 &pcie1 {