Hi, Yuri,
PCIe external clock patch disable ENET below.
When PCIe and ENET use both, is it OK to remove only below line of patch?
+&fec {
+ status = "disabled";
-----------------------------------------------------------------------------------------------------------------
cde0060 MLK-13186-2 arm: imx6qp: add imx6qp standalone pcie dtb
From cde006010b2d436891817982144fba9927a72a61 Mon Sep 17 00:00:00 2001
From: Richard Zhu <hongxing.zhu@nxp.com>
Date: Mon, 5 Sep 2016 16:05:38 +0800
Subject: [PATCH] MLK-13186-2 arm: imx6qp: add imx6qp standalone pcie dtb
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: Richard Zhu <hongxing.zhu@nxp.com>
(cherry picked from commit 35cd4bdd4d8451a62475ecb922803d656f144bcf)
---
.....
diff --git a/arch/arm/boot/dts/imx6qp-sabresd-ldo-pcie-cert.dts b/arch/arm/boot/dts/imx\
6qp-sabresd-ldo-pcie-cert.dts
new file mode 100644
index 0000000..da6b117
--- /dev/null
+++ b/arch/arm/boot/dts/imx6qp-sabresd-ldo-pcie-cert.dts
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2016 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx6qp-sabresd-ldo.dts"
+
+&fec {
+ status = "disabled";
+};
+
+&pcie {
+ ext_osc = <1>;
+};
+
+&sata {
+ status = "disabled";
+};
--
-UU-:----F1 0001-MLK-13186-2-arm-imx6qp-add-imx6qp-standalone-pcie-dt.patch 64% L65
Best Regards,
Sugiyama