diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-09 06:41:57 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-12 15:20:27 -0400 |
commit | e5162d40b90e3e2e01aadcac9d4f151ecb9ee051 (patch) | |
tree | d0cf2034dddb9d34715966a304fbb88989fc7d32 | |
parent | 5bdd1f4a1daf398042203b72430891dfc40c0fa6 (diff) |
usb: misc: usb3503: Don't specify all DT properties as required
The binding document says that all properties are required but in fact
almost all are optional (and should be) - update the document to reflect
this.
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/usb3503.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb3503.txt b/Documentation/devicetree/bindings/usb/usb3503.txt index cd60f7e4eb57..44a03f338424 100644 --- a/Documentation/devicetree/bindings/usb/usb3503.txt +++ b/Documentation/devicetree/bindings/usb/usb3503.txt | |||
@@ -3,6 +3,8 @@ SMSC USB3503 High-Speed Hub Controller | |||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: Should be "smsc,usb3503" or "smsc,usb3503a". | 4 | - compatible: Should be "smsc,usb3503" or "smsc,usb3503a". |
5 | - reg: Specifies the i2c slave address, it should be 0x08. | 5 | - reg: Specifies the i2c slave address, it should be 0x08. |
6 | |||
7 | Optional properties: | ||
6 | - connect-gpios: Should specify GPIO for connect. | 8 | - connect-gpios: Should specify GPIO for connect. |
7 | - disabled-ports: Should specify the ports unused. | 9 | - disabled-ports: Should specify the ports unused. |
8 | '1' or '2' or '3' are availe for this property to describe the port | 10 | '1' or '2' or '3' are availe for this property to describe the port |