aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2017-11-14 12:11:34 -0600
committerBjorn Helgaas <bhelgaas@google.com>2017-11-14 12:11:34 -0600
commit9ff950304d2b39e00e090e71e7d1316d4e9fdd9d (patch)
treea6e1899290a9a96572337ca63e92da292c97c8f3 /Documentation/devicetree/bindings/pci
parentMerge branch 'pci/host-layerscape' into next (diff)
parentdt-bindings: PCI: rcar: Correct example to match reality (diff)
downloadlinux-dev-9ff950304d2b39e00e090e71e7d1316d4e9fdd9d.tar.xz
linux-dev-9ff950304d2b39e00e090e71e7d1316d4e9fdd9d.zip
Merge branch 'pci/host-rcar' into next
* pci/host-rcar: dt-bindings: PCI: rcar: Correct example to match reality
Diffstat (limited to 'Documentation/devicetree/bindings/pci')
-rw-r--r--Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
index 3d038638612b..9fe7e12a7bf3 100644
--- a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
+++ b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
@@ -60,17 +60,15 @@ Example SoC configuration:
0x0800 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
0x1000 0 0 2 &gic 0 108 IRQ_TYPE_LEVEL_HIGH>;
- pci@0,1 {
+ usb@1,0 {
reg = <0x800 0 0 0 0>;
- device_type = "pci";
- phys = <&usbphy 0 0>;
+ phys = <&usb0 0>;
phy-names = "usb";
};
- pci@0,2 {
+ usb@2,0 {
reg = <0x1000 0 0 0 0>;
- device_type = "pci";
- phys = <&usbphy 0 0>;
+ phys = <&usb0 0>;
phy-names = "usb";
};
};