Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1189984

[PATCH v3 1/5] dt-bindings: Add usb3.0 phy binding for MT65xx SoCs

From Chunfeng Yun <chunfeng.yun@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH v3 1/5] dt-bindings: Add usb3.0 phy binding for MT65xx SoCs
Date 2015-07-22 16:10 +0200
Message-ID <pP2SD-Cp-55@gated-at.bofh.it> (permalink)
References <pP2SC-Cp-27@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


add a DT binding documentation of usb3.0 phy for MT65xx
SoCs from Mediatek.

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
 .../devicetree/bindings/phy/phy-mt65xx-u3.txt       | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-mt65xx-u3.txt

diff --git a/Documentation/devicetree/bindings/phy/phy-mt65xx-u3.txt b/Documentation/devicetree/bindings/phy/phy-mt65xx-u3.txt
new file mode 100644
index 0000000..752abc0
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/phy-mt65xx-u3.txt
@@ -0,0 +1,21 @@
+MT65xx USB3.0 PHY
+
+The device node for Mediatek SOC usb3.0 phy
+
+Required properties:
+ - compatible : Should be "mediatek,mt8173-u3phy"
+ - reg        : Offset and length of registers for phy domain
+ - clocks     : must support all clocks that phy need
+ - clock-names: should be "u3phya_ref" for u3phya reference clock.
+ - #phy-cells : must be 1 for the phy
+
+Example:
+
+u3phy: usb-phy@11290000 {
+	compatible = "mediatek,mt8173-u3phy";
+	reg = <0 0x11290000 0 0x3000>;
+	clocks = <&apmixedsys CLK_APMIXED_REF2USB_TX>;
+	clock-names = "u3phya_ref";
+	#phy-cells = <1>;
+	status = "okay";
+};
-- 
1.8.1.1.dirty

--
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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

(none) Chunfeng Yun <chunfeng.yun@mediatek.com> - 2015-07-22 16:10 +0200
  [PATCH v3 3/5] usb: phy: add usb3.0 phy driver for mt65xx SoCs Chunfeng Yun <chunfeng.yun@mediatek.com> - 2015-07-22 16:10 +0200
    Re: [PATCH v3 3/5] usb: phy: add usb3.0 phy driver for mt65xx SoCs Felipe Balbi <balbi@ti.com> - 2015-07-22 16:30 +0200
      Re: [PATCH v3 3/5] usb: phy: add usb3.0 phy driver for mt65xx SoCs chunfeng yun <chunfeng.yun@mediatek.com> - 2015-07-26 05:00 +0200
        Re: [PATCH v3 3/5] usb: phy: add usb3.0 phy driver for mt65xx SoCs Kishon Vijay Abraham I <kishon@ti.com> - 2015-07-28 07:50 +0200
          Re: [PATCH v3 3/5] usb: phy: add usb3.0 phy driver for mt65xx SoCs chunfeng yun <chunfeng.yun@mediatek.com> - 2015-08-01 04:50 +0200
    Re: [PATCH v3 3/5] usb: phy: add usb3.0 phy driver for mt65xx SoCs Ricky Liang <jcliang@chromium.org> - 2015-07-27 16:00 +0200
  [PATCH v3 1/5] dt-bindings: Add usb3.0 phy binding for MT65xx SoCs Chunfeng Yun <chunfeng.yun@mediatek.com> - 2015-07-22 16:10 +0200
  [PATCH v3 2/5] dt-bindings: Add a binding for Mediatek xHCI host controller Chunfeng Yun <chunfeng.yun@mediatek.com> - 2015-07-22 16:10 +0200
    Re: [PATCH v3 2/5] dt-bindings: Add a binding for Mediatek xHCI host  controller Mark Rutland <mark.rutland@arm.com> - 2015-07-22 16:30 +0200
      Re: [PATCH v3 2/5] dt-bindings: Add a binding for Mediatek xHCI  host controller chunfeng yun <chunfeng.yun@mediatek.com> - 2015-07-26 05:50 +0200
        Re: [PATCH v3 2/5] dt-bindings: Add a binding for Mediatek xHCI  host controller chunfeng yun <chunfeng.yun@mediatek.com> - 2015-08-01 05:50 +0200
  [PATCH v3 5/5] arm64: dts: mediatek: add xHCI & usb phy for mt8173 Chunfeng Yun <chunfeng.yun@mediatek.com> - 2015-07-22 16:10 +0200
    Re: [PATCH v3 5/5] arm64: dts: mediatek: add xHCI & usb phy for  mt8173 chunfeng yun <chunfeng.yun@mediatek.com> - 2015-07-26 04:50 +0200

csiph-web