diff mbox series

[3/5] arm: dts: meson-khadas-vim3: enable PCIe in U-boot

Message ID 20210408075047.4076954-4-narmstrong@baylibre.com
State Accepted, archived
Commit c8dd2ad696677107dee00ee4a87ed8fe273c6831
Delegated to: Neil Armstrong
Headers show
Series ARM: khadas-vim3: enable PCIe and NVMe | expand

Commit Message

Neil Armstrong April 8, 2021, 7:50 a.m. UTC
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 | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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