]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00286426-4 usb: doc: phy-mxs: update binding for adding anatop phandle
authorPeter Chen <peter.chen@freescale.com>
Fri, 11 Oct 2013 03:11:05 +0000 (11:11 +0800)
committerPeter Chen <peter.chen@freescale.com>
Wed, 6 Nov 2013 07:27:40 +0000 (15:27 +0800)
Add anatop phandle which is used to access anatop registers to
control PHY's power and other USB operations.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Documentation/devicetree/bindings/usb/mxs-phy.txt

index d850e551cefe298277e420b24e1f4c941d1c004b..059536cd5c786aec800f844e940a5171b4f4a5dc 100644 (file)
@@ -5,10 +5,12 @@ Required properties:
 for imx6dq and imx6dl, "fsl,imx6sl-usbphy" for imx6sl
 - reg: Should contain registers location and length
 - interrupts: Should contain phy interrupt
+- fsl,anatop: phandle for anatop register, it is only for imx6 SoC series
 
 Example:
 usbphy1: usbphy@020c9000 {
        compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
        reg = <0x020c9000 0x1000>;
        interrupts = <0 44 0x04>;
+       fsl,anatop = <&anatop>;
 };