summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLi Jun <b47624@freescale.com>2015-01-20 16:03:35 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-04-14 14:02:03 -0500
commitc68e2fee7a6e321db9bb56b42853fe90a4e398ee (patch)
tree48c5e352664a0b7aa19ed7381ee4c6fcb9274912 /Documentation
parent673c6bf1b3aa0b1b698569b9259712b0e765be32 (diff)
MLK-10086-1 usb: doc: ci-hdrc-imx: update for hsic controller
Update for HSIC controller Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt
index 4ac8e27568fd..ce547ff9e279 100644
--- a/Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt
+++ b/Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt
@@ -24,6 +24,12 @@ Optional properties:
please do not set it.
- fsl,anatop: phandle for anatop module, anatop module is only existed
at imx6 SoC series.
+- pinctrl-names: for names of hsic pin group
+- pinctrl-0: hsic "idle" pin group
+- pinctrl-1: hsic "active" pin group
+- osc-clkgate-delay: the delay between powering up the xtal 24MHz clock
+ and release the clock to the digital logic inside the analog block,
+ 0 <= osc-clkgate-delay <= 7.
- maximum-speed: limit the maximum connection speed to "full-speed".
- tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
@@ -38,6 +44,10 @@ usb@02184000 { /* USB OTG */
external-vbus-divider;
imx6-usb-charger-detection;
fsl,anatop = <&anatop>;
+ pinctrl-names = "idle", "active";
+ pinctrl-0 = <&pinctrl_usbh2_1>;
+ pinctrl-1 = <&pinctrl_usbh2_2>;
+ osc-clkgate-delay = <0x3>;
maximum-speed = "full-speed";
tpl-support;
};