diff options
author | Richard Zhu <hongxing.zhu@nxp.com> | 2016-09-05 16:04:47 +0800 |
---|---|---|
committer | Richard Zhu <hongxing.zhu@nxp.com> | 2016-09-12 10:42:09 +0800 |
commit | 1273a895598d61b1cba698493085fb7610d28569 (patch) | |
tree | 3ffef10fd1f9abd1bd171f53636f046491befa49 /arch/arm/boot/dts | |
parent | 7d0b0a5dee98273f41575d8a373ed2e0f9d38072 (diff) |
MLK-13186-1 ARM: imx: enable pcie external osc on imx6qp
In order to pass the pcie gen2 electronic compliance
tests, the external oscillator is manatory required.
Enable pcie external osc support on imx6qp platforms
Signed-off-by: Richard Zhu <Richard.Zhu@freescale.com>
(cherry picked from commit ee2b4d19c79e514ca3a7257cb4fdff53c3f7cc9f)
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx6qp.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6qp.dtsi b/arch/arm/boot/dts/imx6qp.dtsi index 90fa94b85ea0..c6a228822400 100644 --- a/arch/arm/boot/dts/imx6qp.dtsi +++ b/arch/arm/boot/dts/imx6qp.dtsi @@ -48,10 +48,10 @@ <0 0 0 2 &intc 0 122 IRQ_TYPE_LEVEL_HIGH>, <0 0 0 3 &intc 0 121 IRQ_TYPE_LEVEL_HIGH>, <0 0 0 4 &intc 0 120 IRQ_TYPE_LEVEL_HIGH>; - clocks = <&clks IMX6QDL_CLK_PCIE_REF_125M>, - <&clks IMX6QDL_CLK_SATA_REF_100M>, + clocks = <&clks IMX6QDL_CLK_PCIE_REF_125M>, <&clks IMX6QDL_PLL6_BYPASS>, + <&clks IMX6QDL_PLL6_BYPASS_SRC>, <&clks IMX6QDL_CLK_LVDS1_GATE>, <&clks IMX6QDL_CLK_PCIE_AXI>; - clock-names = "pcie_phy", "ref_100m", "pcie_bus", "pcie"; + clock-names = "pcie_phy", "pcie_ext", "pcie_ext_src", "pcie_bus", "pcie"; status = "disabled"; }; |