* [02/14] dt-bindings: phy-pxa-usb: add bindings
@ 2018-08-22 20:42 Lubomir Rintel
0 siblings, 0 replies; 2+ messages in thread
From: Lubomir Rintel @ 2018-08-22 20:42 UTC (permalink / raw)
To: linux-kernel
Cc: linux-usb, linux-arm-kernel, Rob Herring, Mark Rutland,
Greg Kroah-Hartman, Eric Miao, Haojian Zhuang,
Kishon Vijay Abraham I, Alan Stern, Lubomir Rintel
This is the PHY chip for USB OTG on PXA platforms.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
.../devicetree/bindings/phy/phy-pxa-usb.txt | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/phy-pxa-usb.txt
diff --git a/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt b/Documentation/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 = "marvell,mmp2-usb-phy";
+ reg = <0xd4207000 0x40>;
+ #phy-cells = <0>;
+ status = "okay";
+ };
+This document explains only the device tree data binding. For general
+information about PHY subsystem refer to Documentation/phy.txt
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [02/14] dt-bindings: phy-pxa-usb: add bindings
@ 2018-11-05 9:19 Pavel Machek
0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2018-11-05 9:19 UTC (permalink / raw)
To: Lubomir Rintel
Cc: linux-kernel, linux-usb, linux-arm-kernel, Rob Herring,
Mark Rutland, Greg Kroah-Hartman, Eric Miao, Haojian Zhuang,
Kishon Vijay Abraham I, Alan Stern
On Wed 2018-08-22 22:42:55, Lubomir Rintel wrote:
> This is the PHY chip for USB OTG on PXA platforms.
>
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
> .../devicetree/bindings/phy/phy-pxa-usb.txt | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/phy/phy-pxa-usb.txt
>
> diff --git a/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt b/Documentation/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 = "marvell,mmp2-usb-phy";
> + reg = <0xd4207000 0x40>;
> + #phy-cells = <0>;
> + status = "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@ucw.cz>
Pavel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-05 9:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-05 9:19 [02/14] dt-bindings: phy-pxa-usb: add bindings Pavel Machek
-- strict thread matches above, loose matches on Subject: below --
2018-08-22 20:42 Lubomir Rintel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).