arm: dts: meson-khadas-vim3: enable PCIe in U-boot
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 25 Feb 2021 17:47:05 +0000 (18:47 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Mon, 19 Apr 2021 14:59:33 +0000 (16:59 +0200)
Enable PCIe by default in u-boot, this should eventually be made dynamic
in the runtime board config depending on the MCU configuration.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/dts/meson-khadas-vim3-u-boot.dtsi

index 81fd5be..24dbf8c 100644 (file)
        };
 };
 
+&pcie {
+       status = "okay";
+};
+
 &sd_emmc_c {
        status = "okay";
        pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_data_4b_pins>, <&emmc_ds_pins>;