Skip to content

Commit

Permalink
Merge branch 'pci/host-rcar' into next
Browse files Browse the repository at this point in the history
* pci/host-rcar:
  dt-bindings: PCI: rcar: Correct example to match reality
  • Loading branch information
Bjorn Helgaas committed Nov 14, 2017
2 parents 89000e8 + f675564 commit 9ff9503
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
Expand Down

0 comments on commit 9ff9503

Please sign in to comment.