summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@nxp.com>2016-09-30 13:40:00 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-18 16:26:14 -0200
commit9113f609311d83e7aac2b7cdd10bd94d0baeae77 (patch)
tree6505e5e58c1a1ef58000e2534e9e2eb0b5a03489 /conf
parentcc45eed608303608602e347c218d89756e3c6bae (diff)
downloadmeta-freescale-9113f609311d83e7aac2b7cdd10bd94d0baeae77.tar.gz
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 <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6qpsabresd.conf3
1 files changed, 2 insertions, 1 deletions
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:"
8 8
9require conf/machine/include/imx6sabresd-common.inc 9require conf/machine/include/imx6sabresd-common.inc
10 10
11KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-ldo.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb" 11KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb \
12 imx6qp-sabresd-ldo.dtb imx6qp-sabresd-ldo-pcie-cert.dtb"
12 13
13UBOOT_CONFIG ??= "sd" 14UBOOT_CONFIG ??= "sd"
14UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard" 15UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard"