diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2017-03-06 03:24:20 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-09 04:34:15 -0500 |
commit | cfa47afe77b393e2c24a57e7e9611857a0b064f1 (patch) | |
tree | 541422b8a656e57ec00affacd6cd7e802de56f23 /Documentation | |
parent | d595259fbb7a7afed241b1afb2c4fe4b47de47fa (diff) |
usb: usb251xb: remove max_{power,current}_{sp,bp} properties
Remove the max_{power,current}_{sp,bp} properties of the usb251xb driver
from devicetree. This is done to simplify the dt bindings as requested
by Rob Herring in https://lkml.org/lkml/2017/2/15/1283. If those
properties are ever needed by somebody they can be enabled again easily.
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/usb/usb251xb.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb251xb.txt b/Documentation/devicetree/bindings/usb/usb251xb.txt index 0c065f77658f..a5efd10ace9e 100644 --- a/Documentation/devicetree/bindings/usb/usb251xb.txt +++ b/Documentation/devicetree/bindings/usb/usb251xb.txt | |||
@@ -40,26 +40,6 @@ Optional properties : | |||
40 | device connected. | 40 | device connected. |
41 | - sp-disabled-ports : Specifies the ports which will be self-power disabled | 41 | - sp-disabled-ports : Specifies the ports which will be self-power disabled |
42 | - bp-disabled-ports : Specifies the ports which will be bus-power disabled | 42 | - bp-disabled-ports : Specifies the ports which will be bus-power disabled |
43 | - max-sp-power : Specifies the maximum current the hub consumes from an | ||
44 | upstream port when operating as self-powered hub including the power | ||
45 | consumption of a permanently attached peripheral if the hub is | ||
46 | configured as a compound device. The value is given in mA in a 0 - 500 | ||
47 | range (default is 2). | ||
48 | - max-bp-power : Specifies the maximum current the hub consumes from an | ||
49 | upstream port when operating as bus-powered hub including the power | ||
50 | consumption of a permanently attached peripheral if the hub is | ||
51 | configured as a compound device. The value is given in mA in a 0 - 500 | ||
52 | range (default is 100). | ||
53 | - max-sp-current : Specifies the maximum current the hub consumes from an | ||
54 | upstream port when operating as self-powered hub EXCLUDING the power | ||
55 | consumption of a permanently attached peripheral if the hub is | ||
56 | configured as a compound device. The value is given in mA in a 0 - 500 | ||
57 | range (default is 2). | ||
58 | - max-bp-current : Specifies the maximum current the hub consumes from an | ||
59 | upstream port when operating as bus-powered hub EXCLUDING the power | ||
60 | consumption of a permanently attached peripheral if the hub is | ||
61 | configured as a compound device. The value is given in mA in a 0 - 500 | ||
62 | range (default is 100). | ||
63 | - power-on-time : Specifies the time it takes from the time the host initiates | 43 | - power-on-time : Specifies the time it takes from the time the host initiates |
64 | the power-on sequence to a port until the port has adequate power. The | 44 | the power-on sequence to a port until the port has adequate power. The |
65 | value is given in ms in a 0 - 510 range (default is 100ms). | 45 | value is given in ms in a 0 - 510 range (default is 100ms). |