From: Neil Armstrong Date: Thu, 25 Feb 2021 17:47:05 +0000 (+0100) Subject: arm: dts: meson-khadas-vim3: enable PCIe in U-boot X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=4a892b5554a8e13cea7e96eb84b3da96e10111b0;p=u-boot.git arm: dts: meson-khadas-vim3: enable PCIe in U-boot 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 --- diff --git a/arch/arm/dts/meson-khadas-vim3-u-boot.dtsi b/arch/arm/dts/meson-khadas-vim3-u-boot.dtsi index 81fd5be378..24dbf8ca2c 100644 --- a/arch/arm/dts/meson-khadas-vim3-u-boot.dtsi +++ b/arch/arm/dts/meson-khadas-vim3-u-boot.dtsi @@ -10,6 +10,10 @@ }; }; +&pcie { + status = "okay"; +}; + &sd_emmc_c { status = "okay"; pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_data_4b_pins>, <&emmc_ds_pins>;