devicetree: bindings: designware-pcie: Fix unit address
authorStephen Boyd <stephen.boyd@linaro.org>
Tue, 12 Apr 2016 20:01:34 +0000 (13:01 -0700)
committerRob Herring <robh@kernel.org>
Tue, 19 Apr 2016 22:25:19 +0000 (17:25 -0500)
Remove the 0x in the unit address because it shouldn't be there.

Cc: Joao Pinto <jpinto@synopsys.com>
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/pci/designware-pcie.txt

index 64f2fff..6c5322c 100644 (file)
@@ -31,7 +31,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 */