linux-brain/arch/arm/boot/dts/imx6q-sabresd-pcie.dts
Richard Zhu e07881a460 MLK-24014 arm: dts: only enable pcie in the pcie dts file
Since iMX6Q/DL PCIe have the PM limitation (ERR005723).
Only enable PCIe in the xxx-pcie.dts files.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
2020-05-15 17:47:10 +08:00

13 lines
137 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2020 NXP
*/
/dts-v1/;
#include "imx6q-sabresd.dts"
&pcie {
status = "okay";
};