Thread (15 messages) 15 messages, 4 authors, 2015-03-11

[PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver

From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-02-17 19:42:24
Also in: linux-devicetree, lkml

On Tuesday 17 February 2015 11:20:20 Arun Ramamurthy wrote:
+       /* This nodes declares  port 0
+       and port 1 as host*/
+
+       ehci0: usb at 0x18048000 {
+               compatible = "generic-ehci";
+               reg = <0x18048000 0x100>;
+               interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
+               phys = <&usbphy0 0 1 &usbphy0 1>;
The second reference in the example is missing the last cell,
as you have #phy-cells = <2>.
+               phy-names = "usbp0","usbp1";
+               status = "okay";
+       };
Further, the binding for "generic-ehci" requires the name to be "usb",
not "usbp0". You should probably update that binding if you can have
multiple references to mention that.

Can you make both names "usb"? If not, we should document a common
naming scheme that the driver can use.

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help