Hello. On 28-06-2012 17:53, Marc Kleine-Budde wrote:
This patch allows the device tree to limit the chipidea to host or peripheral mode only.
Signed-off-by: Marc Kleine-Budde<mkl@xxxxxxxxxxxxxx>
[...]
diff --git a/Documentation/devicetree/bindings/usb/ci13xxx-imx.txt b/Documentation/devicetree/bindings/usb/ci13xxx-imx.txt index 5a0ad66..67f97f56 100644 --- a/Documentation/devicetree/bindings/usb/ci13xxx-imx.txt +++ b/Documentation/devicetree/bindings/usb/ci13xxx-imx.txt @@ -4,6 +4,8 @@ Required properties: - compatible: Should be "fsl,imx27-usb" - reg: Should contain registers location and length - interrupts: Should contain controller interrupt +- dr_mode: indicates the working mode for compatible controllers. Can
Hyphens are preferred to underscores in the device tree property names.
+ be "host", "peripheral", or "otg". Defaults to "otg" if not defined.
Optional properties: - fsl,usbphy: phandler of usb phy that connects to the only one port
WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html