浏览代码

usb: ci_hdrc_imx doc: fsl,usbphy is required

fsl,usbphy is no optional property. This patch moves it to the list of
required properties.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Markus Pargmann 11 年之前
父节点
当前提交
000cb478f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt

+ 1 - 1
Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt

@@ -4,6 +4,7 @@ Required properties:
 - compatible: Should be "fsl,imx27-usb"
 - compatible: Should be "fsl,imx27-usb"
 - reg: Should contain registers location and length
 - reg: Should contain registers location and length
 - interrupts: Should contain controller interrupt
 - interrupts: Should contain controller interrupt
+- fsl,usbphy: phandle of usb phy that connects to the port
 
 
 Recommended properies:
 Recommended properies:
 - phy_type: the type of the phy connected to the core. Should be one
 - phy_type: the type of the phy connected to the core. Should be one
@@ -12,7 +13,6 @@ Recommended properies:
 - dr_mode: One of "host", "peripheral" or "otg". Defaults to "otg"
 - dr_mode: One of "host", "peripheral" or "otg". Defaults to "otg"
 
 
 Optional properties:
 Optional properties:
-- fsl,usbphy: phandler of usb phy that connects to the only one port
 - fsl,usbmisc: phandler of non-core register device, with one argument
 - fsl,usbmisc: phandler of non-core register device, with one argument
   that indicate usb controller index
   that indicate usb controller index
 - vbus-supply: regulator for vbus
 - vbus-supply: regulator for vbus