aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/pci/designware-pcie.txt
diff options
context:
space:
mode:
authorStephen Boyd <stephen.boyd@linaro.org>2016-04-12 13:01:34 -0700
committerRob Herring <robh@kernel.org>2016-04-19 17:25:19 -0500
commitea9b269fa561c6a4a452e85bc1af7e0288418b53 (patch)
tree9751949220ad00bc9fc39be7be8758c213855d43 /Documentation/devicetree/bindings/pci/designware-pcie.txt
parentdt-bindings: tegra: Rename some bindings for consistency (diff)
downloadlinux-dev-ea9b269fa561c6a4a452e85bc1af7e0288418b53.tar.xz
linux-dev-ea9b269fa561c6a4a452e85bc1af7e0288418b53.zip
devicetree: bindings: designware-pcie: Fix unit address
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>
Diffstat (limited to 'Documentation/devicetree/bindings/pci/designware-pcie.txt')
-rw-r--r--Documentation/devicetree/bindings/pci/designware-pcie.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pci/designware-pcie.txt b/Documentation/devicetree/bindings/pci/designware-pcie.txt
index 64f2fff12128..6c5322c55411 100644
--- a/Documentation/devicetree/bindings/pci/designware-pcie.txt
+++ b/Documentation/devicetree/bindings/pci/designware-pcie.txt
@@ -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 */