dt-bindings: ci-hdrc-usb2: s/gadget-itc-setting/itc-setting in example
authorJisheng Zhang <jszhang@marvell.com>
Thu, 16 Jun 2016 08:13:18 +0000 (16:13 +0800)
committerPeter Chen <peter.chen@nxp.com>
Tue, 21 Jun 2016 04:28:08 +0000 (12:28 +0800)
What the code expect is "itc-setting" rather than "gadget-itc-setting",
and this is also correctly described in the optional properties.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt

index 1084e2bcbe1c244dea37cc6161ad7551c2911f7b..341dc67f3472c746a92e38340848a509f8140831 100644 (file)
@@ -93,7 +93,7 @@ Example:
                phys = <&usb_phy0>;
                phy-names = "usb-phy";
                vbus-supply = <&reg_usb0_vbus>;
-               gadget-itc-setting = <0x4>; /* 4 micro-frames */
+               itc-setting = <0x4>; /* 4 micro-frames */
                 /* Incremental burst of unspecified length */
                ahb-burst-config = <0x0>;
                tx-burst-size-dword = <0x10>; /* 64 bytes */
This page took 0.028364 seconds and 5 git commands to generate.