summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2015-02-04 16:20:33 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 10:59:09 -0600
commit5f10d5929fe5b5f49974f31377961a1d92af5e80 (patch)
tree8c8bb876093434e8e1bdbbba51d144682abc1a83 /Documentation/devicetree
parent12e4c790702756f6a7405b3145e7d7840261ed5e (diff)
MLK-10202-2 doc: usb: mxs-phy: add tx-d-cal property
Add tx-d-cal property Signed-off-by: Peter Chen <peter.chen@freescale.com> (cherry picked from commit ebb97b3d3ca99516d3daac09813ae480de2adffe)
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/usb/mxs-phy.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/mxs-phy.txt b/Documentation/devicetree/bindings/usb/mxs-phy.txt
index 379b84a567cc..a3b6055bec15 100644
--- a/Documentation/devicetree/bindings/usb/mxs-phy.txt
+++ b/Documentation/devicetree/bindings/usb/mxs-phy.txt
@@ -12,10 +12,16 @@ Required properties:
- interrupts: Should contain phy interrupt
- fsl,anatop: phandle for anatop register, it is only for imx6 SoC series
+Optional properties:
+- tx-d-cal: Try to adjust this value to improve signal quality, and pass
+ USB Certification, the value is from 0x0 to 0xf, and the register offset
+ is 0x10 (USBPHY_TX).
+
Example:
usbphy1: usbphy@020c9000 {
compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
reg = <0x020c9000 0x1000>;
interrupts = <0 44 0x04>;
fsl,anatop = <&anatop>;
+ tx-d-cal = <0x5>;
};