From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Date: Tue, 30 Sep 2014 10:08:29 +0000 Subject: Re: [PATCH v4] ARM: shmobile: r8a7790: link PCI USB devices to USB PHY Message-Id: <2349534.Ie3QeIWjJF@wuerfel> List-Id: References: <6141061.UF13qqqgfz@wasted.cogentembedded.com> In-Reply-To: <6141061.UF13qqqgfz@wasted.cogentembedded.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Monday 29 September 2014 22:21:59 Sergei Shtylyov wrote: > + > + usb@0,1 { > + reg = <0x800 0 0 0 0>; > + device_type = "pci"; > + phys = <&usb0 0>; > + phy-names = "usb"; > + }; > + > + usb@0,2 { Nice to see this actually works! The patch looks good to me, but I wasn't sure if the ARM PCI code handled of_nodes correctly. We frequently get people asking for the same functionality on USB device, which should really work the same way, so I guess I can point them at this now. Arnd