Merge tag 'cris-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper...
[cascardo/linux.git] / Documentation / devicetree / bindings / pci / designware-pcie.txt
index 64f2fff..1392c70 100644 (file)
@@ -17,6 +17,8 @@ Required properties:
 - num-lanes: number of lanes to use
 
 Optional properties:
+- num-viewport: number of view ports configured in hardware.  If a platform
+  does not specify it, the driver assumes 2.
 - num-lanes: number of lanes to use (this property should be specified unless
   the link is brought already up in BIOS)
 - reset-gpio: gpio pin number of power good signal
@@ -31,7 +33,7 @@ Optional properties:
 
 Example configuration:
 
-       pcie: pcie@0xdffff000 {
+       pcie: pcie@dffff000 {
                compatible = "snps,dw-pcie";
                reg = <0xdffff000 0x1000>, /* Controller registers */
                      <0xd0000000 0x2000>; /* PCI config space */
@@ -44,4 +46,5 @@ Example configuration:
                interrupts = <25>, <24>;
                #interrupt-cells = <1>;
                num-lanes = <1>;
+               num-viewport = <3>;
        };