From 9113f609311d83e7aac2b7cdd10bd94d0baeae77 Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Fri, 30 Sep 2016 13:40:00 -0500 Subject: [PATCH] imx6qpsabresd: Add imx6qp-sabresd-ldo-pcie-cert device tree In order to pass the pcie gen2 compliance tests on imx6qp sd revb board, add one standalone imx6qp sd ldo pcie dtb - disalbe fec/sata, because that the fec/sata can't work when pll6 is in bypass mode. NOTE: Bypass mode of pll6 is mandatory required when external oscillator is used as pcie ref clk. Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- conf/machine/imx6qpsabresd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/imx6qpsabresd.conf b/conf/machine/imx6qpsabresd.conf index 123a4358..b0aba5d6 100644 --- a/conf/machine/imx6qpsabresd.conf +++ b/conf/machine/imx6qpsabresd.conf @@ -8,7 +8,8 @@ MACHINEOVERRIDES =. "mx6:mx6q:" require conf/machine/include/imx6sabresd-common.inc -KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-ldo.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb" +KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb \ + imx6qp-sabresd-ldo.dtb imx6qp-sabresd-ldo-pcie-cert.dtb" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard" -- 2.40.1