Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp327118imu; Mon, 5 Nov 2018 01:20:32 -0800 (PST) X-Google-Smtp-Source: AJdET5fns0hMIZ2Uvt6IwYk2uDS03tDy7DZ9P4fcdiOOOuN2em8qO3tGo0uOtvs3gUFuYrrnSXcJ X-Received: by 2002:a17:902:b83:: with SMTP id 3-v6mr22013857plr.202.1541409632861; Mon, 05 Nov 2018 01:20:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541409632; cv=none; d=google.com; s=arc-20160816; b=qBAHm+n4RtNL4BKQ5sdp8JbRBF7DtxLAjKQf2+wsNNaJ0t68zR16F999t0giRC2rWZ GPVxUgwSGoygnz1FoQT1dWNVhKXoFONI2fGsG7tFULFMIornKjH9W0Bct0wIUwuuGDK5 3BHWuywZ01Yy2IEOK7KFVVsJ8DXhBqa5xbfH9gx+ohTG3We3R1Pnx+TzQwSsAr8K9Vl0 4fKc7GPE09b4XFvPvgwQYfodNHOvPNclrs/Onocee5H6CFWrtuRMjZMFx0CQi9fInSCj uryAUtx1UsE3UJx0Plz4SlEkY47tyXJtjwp0eOYSNsTjArRvB22eswMsDXYcs2wXTFYN +pgg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kGq+oT6S/OTZIZFGazsO1C994jiHFCLcTgf0QzPLLLs=; b=Q1enbuaQcUuUAYCtm2NYTDDx/Jn/xDUrorbkHaTq8FkmAKzX/TzXbsyoxnTkpjAkE8 OotHLrIprqu81RTmzTKIUo8eV2lzAbnNhuOokBMXXZvPJN7isNtTNBQoDHYjL9Agds0G X9cUEn7l6P694lGXzS1sUE0EMZ62M22xUwrMYMvbt6898VdWsmP+WAfOCDSdTNZYIibG R58Dxh/nYrItv9+bY+8AniNVFcqQNx3wkt5ouNVTYnRk1+hoZd7salJMwVj2rrEWQqHq /l4N546YoSQWGAxegXRhojv58HM+nC1PGMKTV4IKHPVJC1M+0kJ9YqhFWHw+g8eLQM6X o2HQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f6-v6si41154165plt.346.2018.11.05.01.20.18; Mon, 05 Nov 2018 01:20:32 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729244AbeKESiU (ORCPT + 99 others); Mon, 5 Nov 2018 13:38:20 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:46113 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726086AbeKESiT (ORCPT ); Mon, 5 Nov 2018 13:38:19 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 7AF54807E4; Mon, 5 Nov 2018 10:19:30 +0100 (CET) Date: Mon, 5 Nov 2018 10:19:32 +0100 From: Pavel Machek To: Lubomir Rintel Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Mark Rutland , Greg Kroah-Hartman , Eric Miao , Haojian Zhuang , Kishon Vijay Abraham I , Alan Stern Subject: Re: [PATCH 02/14] dt-bindings: phy-pxa-usb: add bindings Message-ID: <20181105091932.GF4439@amd> References: <20180822204307.13251-1-lkundrak@v3.sk> <20180822204307.13251-3-lkundrak@v3.sk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SxgehGEc6vB0cZwN" Content-Disposition: inline In-Reply-To: <20180822204307.13251-3-lkundrak@v3.sk> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --SxgehGEc6vB0cZwN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2018-08-22 22:42:55, Lubomir Rintel wrote: > This is the PHY chip for USB OTG on PXA platforms. >=20 > Signed-off-by: Lubomir Rintel > --- > .../devicetree/bindings/phy/phy-pxa-usb.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/phy-pxa-usb.txt >=20 > diff --git a/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt b/Docu= mentation/devicetree/bindings/phy/phy-pxa-usb.txt > new file mode 100644 > index 000000000000..5b12ab44c9e6 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt > @@ -0,0 +1,17 @@ > +Marvell PXA USB PHY > +------------------- > + > +Required properties: > +- compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy", > + "marvell,pxa168-usb-phy", > +- #phy-cells: must be 0 > + > +Example: > + usb-phy: usbphy@d4207000 { > + compatible =3D "marvell,mmp2-usb-phy"; > + reg =3D <0xd4207000 0x40>; > + #phy-cells =3D <0>; > + status =3D "okay"; > + }; > +This document explains only the device tree data binding. For general > +information about PHY subsystem refer to Documentation/phy.txt Add empty space between last paragraph? Delete "only" and "data"? Acked-by: Pavel Machek Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --SxgehGEc6vB0cZwN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlvgCyQACgkQMOfwapXb+vL/yACgv1MFtxXrWKXvNP3xKw8WYuOr LQAAoJmIje6ccB4EM2TKjFEZgaSNDNO+ =weir -----END PGP SIGNATURE----- --SxgehGEc6vB0cZwN--