Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752376AbbKPXSb (ORCPT ); Mon, 16 Nov 2015 18:18:31 -0500 Received: from mail.kernel.org ([198.145.29.136]:53997 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751261AbbKPXSa (ORCPT ); Mon, 16 Nov 2015 18:18:30 -0500 Date: Mon, 16 Nov 2015 17:18:25 -0600 From: Rob Herring To: Alban Bedel Cc: linux-mips@linux-mips.org, Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Ralf Baechle , Kishon Vijay Abraham I , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/5] devicetree: Add bindings for the ATH79 USB phy Message-ID: <20151116231825.GA18204@rob-hp-laptop> References: <1447708924-15076-1-git-send-email-albeu@free.fr> <1447708924-15076-3-git-send-email-albeu@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447708924-15076-3-git-send-email-albeu@free.fr> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1323 Lines: 42 On Mon, Nov 16, 2015 at 10:22:01PM +0100, Alban Bedel wrote: > Signed-off-by: Alban Bedel Acked-by: Rob Herring > --- > .../devicetree/bindings/phy/phy-ath79-usb.txt | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/phy-ath79-usb.txt > > diff --git a/Documentation/devicetree/bindings/phy/phy-ath79-usb.txt b/Documentation/devicetree/bindings/phy/phy-ath79-usb.txt > new file mode 100644 > index 0000000..cafe219 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/phy-ath79-usb.txt > @@ -0,0 +1,18 @@ > +* Atheros AR71XX/9XXX USB PHY > + > +Required properties: > +- compatible: "qca,ar7100-usb-phy" > +- #phys-cells: should be 0 > +- reset-names: "usb-phy"[, "usb-suspend-override"] > +- resets: references to the reset controllers > + > +Example: > + > + usb-phy { > + compatible = "qca,ar7100-usb-phy"; > + > + reset-names = "usb-phy", "usb-suspend-override"; > + resets = <&rst 4>, <&rst 3>; > + > + #phy-cells = <0>; > + }; > -- > 2.0.0 > -- 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/