diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-07-31 04:14:10 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:30 -0400 |
commit | 0a42956e57a08e7b9e8629c87c5d6e83cb4f2702 (patch) | |
tree | 46c58854b2805af61fc4e6f4f30ebf94bf8ffcb3 /arch | |
parent | da6f04e46fe7c37f55e1136c139537fda0f0d575 (diff) |
PCI: exynos: Split into Synopsys part and Exynos part
Exynos PCIe IP consists of Synopsys specific part and Exynos
specific part. Only core block is a Synopsys Designware part;
other parts are Exynos specific.
Also, the Synopsys Designware part can be shared with other
platforms; thus, it can be split two parts such as Synopsys
Designware part and Exynos specific part.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Pratyush Anand <pratyush.anand@st.com>
Cc: Mohit KUMAR <Mohit.KUMAR@st.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos5440.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index b7ffc4dfe219..b035e463492e 100644 --- a/arch/arm/boot/dts/exynos5440.dtsi +++ b/arch/arm/boot/dts/exynos5440.dtsi | |||
@@ -234,6 +234,7 @@ | |||
234 | #interrupt-cells = <1>; | 234 | #interrupt-cells = <1>; |
235 | interrupt-map-mask = <0 0 0 0>; | 235 | interrupt-map-mask = <0 0 0 0>; |
236 | interrupt-map = <0x0 0 &gic 53>; | 236 | interrupt-map = <0x0 0 &gic 53>; |
237 | num-lanes = <4>; | ||
237 | }; | 238 | }; |
238 | 239 | ||
239 | pcie@2a0000 { | 240 | pcie@2a0000 { |
@@ -253,5 +254,6 @@ | |||
253 | #interrupt-cells = <1>; | 254 | #interrupt-cells = <1>; |
254 | interrupt-map-mask = <0 0 0 0>; | 255 | interrupt-map-mask = <0 0 0 0>; |
255 | interrupt-map = <0x0 0 &gic 56>; | 256 | interrupt-map = <0x0 0 &gic 56>; |
257 | num-lanes = <4>; | ||
256 | }; | 258 | }; |
257 | }; | 259 | }; |