diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2014-08-07 13:39:41 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-15 22:26:00 -0400 |
commit | fcd1730394330bdccac762190f8ec50d06c24daf (patch) | |
tree | 21a4da870a9228437ba2eca2614ab6f661784b6d /Documentation/devicetree/bindings/pci | |
parent | acc3329e04029f41f69d07a22d5c450094230213 (diff) |
ARM: imx6: add pci config space as platform resource
Fixes "imx6q-pcie 1ffc000.pcie: missing *config* reg space"
error exposed by new versions of the designware pcie driver.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pci')
-rw-r--r-- | Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt index 9455fd0ec830..6fbba53a309b 100644 --- a/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt +++ b/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt | |||
@@ -17,7 +17,9 @@ Example: | |||
17 | 17 | ||
18 | pcie@0x01000000 { | 18 | pcie@0x01000000 { |
19 | compatible = "fsl,imx6q-pcie", "snps,dw-pcie"; | 19 | compatible = "fsl,imx6q-pcie", "snps,dw-pcie"; |
20 | reg = <0x01ffc000 0x4000>; | 20 | reg = <0x01ffc000 0x04000>, |
21 | <0x01f00000 0x80000>; | ||
22 | reg-names = "dbi", "config"; | ||
21 | #address-cells = <3>; | 23 | #address-cells = <3>; |
22 | #size-cells = <2>; | 24 | #size-cells = <2>; |
23 | device_type = "pci"; | 25 | device_type = "pci"; |