diff options
author | Richard Zhu <r65037@freescale.com> | 2013-11-11 02:33:02 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:47:17 -0400 |
commit | 85c1a7d77eb947e8d6dc7cbdaa9086209d25a140 (patch) | |
tree | cb744daa7ff4c533ea60265857f51f26287baac3 /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | 3b6afe6cbee864fbf579ea6837fdaa0e8dda813c (diff) |
ENGR00288405: pcie: switch to upstreamed pcie driver
Based on community patch-set, re-setup pcie driver on
imx6 platforms.
* re-fine the pcie clks.
* add the pcie support in dts files.
Signed-off-by: Richard Zhu <r65037@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index c2f7fd5af550..1e401641b720 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi | |||
@@ -128,8 +128,8 @@ | |||
128 | 0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */ | 128 | 0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */ |
129 | num-lanes = <1>; | 129 | num-lanes = <1>; |
130 | interrupts = <0 123 0x04>; | 130 | interrupts = <0 123 0x04>; |
131 | clocks = <&clks 189>, <&clks 187>, <&clks 206>, <&clks 144>; | 131 | clocks = <&clks 189>, <&clks 187>, <&clks 144>, <&clks 212>; |
132 | clock-names = "pcie_ref_125m", "sata_ref_100m", "lvds_gate", "pcie_axi"; | 132 | clock-names = "pcie_ref_125m", "sata_ref_100m", "pcie_axi", "lvds_gate"; |
133 | status = "disabled"; | 133 | status = "disabled"; |
134 | }; | 134 | }; |
135 | 135 | ||