Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753381AbbBQTmY (ORCPT ); Tue, 17 Feb 2015 14:42:24 -0500 Received: from mout.kundenserver.de ([212.227.126.187]:53857 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753039AbbBQTmW (ORCPT ); Tue, 17 Feb 2015 14:42:22 -0500 From: Arnd Bergmann To: Arun Ramamurthy Cc: Kishon Vijay Abraham I , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, Jonathan Richardson , Scott Branden , Ray Jui , linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org, Dmitry Torokhov , Anatol Pomazau Subject: Re: [PATCH 1/2] phy: usbphy: Add dt documentation for Broadcom Cygnus USB PHY driver Date: Tue, 17 Feb 2015 20:41:41 +0100 Message-ID: <8242260.cl4QTECoeX@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1424200821-16368-2-git-send-email-arun.ramamurthy@broadcom.com> References: <1424200821-16368-1-git-send-email-arun.ramamurthy@broadcom.com> <1424200821-16368-2-git-send-email-arun.ramamurthy@broadcom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:/ilp/sCKAB7CAvTR8KjSDtIWKn3ay0xJCoQ0jnkfX9JIaXUwyY2 pOIkD+WS/3N/pzOvtSDYx73KW8b5FMKmZE0acZ95auFDO4LtamOa2p88FfsEo8y2lu6J/iz Dkg7wotuseIkGa/9y0rHPQ2hUpebUTqDdNrVIE7nPrDKw1/b/SRvsU919433j4PsHq/K5RT dDuSvqiNnFu2Digp7Npeg== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1104 Lines: 30 On Tuesday 17 February 2015 11:20:20 Arun Ramamurthy wrote: > + /* This nodes declares port 0 > + and port 1 as host*/ > + > + ehci0: usb@0x18048000 { > + compatible = "generic-ehci"; > + reg = <0x18048000 0x100>; > + interrupts = ; > + 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/