diff options
Diffstat (limited to 'Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt')
-rw-r--r-- | Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt | 10 |
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; }; |