diff options
author | Lauren Post <lauren.post@nxp.com> | 2016-09-30 13:40:00 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:14 -0200 |
commit | 9113f609311d83e7aac2b7cdd10bd94d0baeae77 (patch) | |
tree | 6505e5e58c1a1ef58000e2534e9e2eb0b5a03489 | |
parent | cc45eed608303608602e347c218d89756e3c6bae (diff) | |
download | meta-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>
-rw-r--r-- | conf/machine/imx6qpsabresd.conf | 3 |
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 | ||
9 | require conf/machine/include/imx6sabresd-common.inc | 9 | require conf/machine/include/imx6sabresd-common.inc |
10 | 10 | ||
11 | KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-ldo.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb" | 11 | KERNEL_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 | ||
13 | UBOOT_CONFIG ??= "sd" | 14 | UBOOT_CONFIG ??= "sd" |
14 | UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard" | 15 | UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard" |