From: Peter Chen <peter.chen@nxp.com>
To: kishon@ti.com, robh+dt@kernel.org
Cc: linux-usb@vger.kernel.org, linux-imx@nxp.com,
aniljoy@cadence.com, jun.li@nxp.com, devicetree@vger.kernel.org,
Peter Chen <peter.chen@nxp.com>
Subject: [PATCH 2/2] doc: dt-binding: cdns-salvo-phy: add binding doc
Date: Thu, 27 Feb 2020 14:27:54 +0800 [thread overview]
Message-ID: <20200227062754.19131-2-peter.chen@nxp.com> (raw)
In-Reply-To: <20200227062754.19131-1-peter.chen@nxp.com>
Add Cadence SALVO PHY binding doc, this PHY is a lagacy module,
and is only used for USB3 and USB2.
Signed-off-by: Peter Chen <peter.chen@nxp.com>
---
.../bindings/phy/cdns,salvo-phy.yaml | 47 +++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/cdns,salvo-phy.yaml
diff --git a/Documentation/devicetree/bindings/phy/cdns,salvo-phy.yaml b/Documentation/devicetree/bindings/phy/cdns,salvo-phy.yaml
new file mode 100644
index 000000000000..f829f44c5e33
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/cdns,salvo-phy.yaml
@@ -0,0 +1,47 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+# Copyright (c) 2020 NXP
+%YAML 1.2
+---
+$id: "http://devicetree.org/schemas/phy/cdns,salvo-phy.yaml#"
+$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+
+title: Cadence SALVO PHY
+
+maintainers:
+ - Peter Chen <peter.chen@nxp.com>
+
+properties:
+ compatible:
+ enum:
+ - nxp,salvo-phy
+
+ reg:
+ maxItems: 1
+
+ clocks:
+ maxItems: 1
+
+ clock-names:
+ items:
+ - const: salvo_phy_clk
+
+ "#phy-cells":
+ const: 1
+
+required:
+ - compatible
+ - reg
+ - "#phy-cells"
+
+additionalProperties: false
+
+examples:
+ - |
+ usb3phy: usb3-phy {
+ compatible = "nxp,salvo-phy";
+ reg = <0x5B160000 0x40000>;
+ clocks = <&usb3_lpcg 4>;
+ clock-names = "salvo_phy_clk";
+ power-domains = <&pd IMX_SC_R_USB_2_PHY>;
+ #phy-cells = <0>;
+};
--
2.17.1
next prev parent reply other threads:[~2020-02-27 6:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-27 6:27 [PATCH 1/2] phy: cadence: salvo: add salvo phy driver Peter Chen
2020-02-27 6:27 ` Peter Chen [this message]
2020-02-27 17:08 ` [PATCH 2/2] doc: dt-binding: cdns-salvo-phy: add binding doc Rob Herring
2020-02-28 9:29 ` Peter Chen
2020-02-28 13:37 ` Rob Herring
2020-03-02 2:58 ` Peter Chen
2020-03-02 16:14 ` Rob Herring
2020-03-03 9:23 ` Peter Chen
2020-03-12 10:16 ` [PATCH 1/2] phy: cadence: salvo: add salvo phy driver Peter Chen
2020-03-13 11:15 ` Kishon Vijay Abraham I
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200227062754.19131-2-peter.chen@nxp.com \
--to=peter.chen@nxp.com \
--cc=aniljoy@cadence.com \
--cc=devicetree@vger.kernel.org \
--cc=jun.li@nxp.com \
--cc=kishon@ti.com \
--cc=linux-imx@nxp.com \
--cc=linux-usb@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.