summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/phy/mxs-usb-phy.txt
AgeCommit message (Collapse)Author
2018-08-24MLK-13570-2 usb: phy: phy-mxs-usb: add imx7ulp supportPeter Chen
At imx7ulp, the USB related analog register is located in PHY register region too, so we need to control PLL at PHY driver directly. Signed-off-by: Peter Chen <peter.chen@nxp.com>
2018-08-23MLK-10783-7 doc: dt-binding: mxs-phy: add compatible string "fsl,imx6ul-usbphy"Peter Chen
add compatible string "fsl,imx6ul-usbphy" Signed-off-by: Peter Chen <peter.chen@freescale.com> (cherry picked from commit 45583aa93ee7d3f8e930854603121f7facdcffb9)
2018-08-23MLK-10202-2 doc: usb: mxs-phy: add tx-d-cal propertyPeter Chen
Add tx-d-cal property Signed-off-by: Peter Chen <peter.chen@freescale.com> (cherry picked from commit ebb97b3d3ca99516d3daac09813ae480de2adffe)
2016-08-25usb: phy: mxs: Add DT bindings to configure TX settingsJaret Cantu
The TX settings can be calibrated for particular hardware. The phy is reset by Linux, so this cannot be handled by the bootloader. The TRM mentions that the maximum resistance should be used for the DN/DP calibration in order to pass USB certification. The values for the TX registers are poorly described in the TRM. The meanings of the register values were taken from another NXP-provided document: https://community.nxp.com/message/566147#comment-566912 Acked-by: Peter Chen <peter.chen@nxp.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Jaret Cantu <jaret.cantu@timesys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2015-10-22dt-bindings: consolidate USB PHYs in bindings/phyRob Herring
Move USB PHY bindings under usb directory to phy directory which already contains other USB PHY bindings. The Samsung USB PHY binding is obsolete and can be removed. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org>