Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ff95030 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

Merge branch 'pci/host-rcar' into next

* pci/host-rcar:
  dt-bindings: PCI: rcar: Correct example to match reality
parents 89000e89 f6755643
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -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";
		};
	};