diff options
author | Li Jun <jun.li@nxp.com> | 2018-04-16 02:54:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-04-22 10:06:26 -0400 |
commit | 75b0220a63487bd7243626f23bb3bdad25887a9a (patch) | |
tree | 859ad28db11cc715a7dff2edc51bd5a683e6671b | |
parent | b33d3180f427d2b76a754e4cfe8bfdc234fcad10 (diff) |
dt-bindings: usb: fusb302: remove max-sink-* properties
Remove max-sink-* properties since they are deprecated.
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/fcs,fusb302.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/usb/fcs,fusb302.txt b/Documentation/devicetree/bindings/usb/fcs,fusb302.txt index 472facfa5a71..6087dc7f209e 100644 --- a/Documentation/devicetree/bindings/usb/fcs,fusb302.txt +++ b/Documentation/devicetree/bindings/usb/fcs,fusb302.txt | |||
@@ -6,12 +6,6 @@ Required properties : | |||
6 | - interrupts : Interrupt specifier | 6 | - interrupts : Interrupt specifier |
7 | 7 | ||
8 | Optional properties : | 8 | Optional properties : |
9 | - fcs,max-sink-microvolt : Maximum voltage to negotiate when configured as sink | ||
10 | - fcs,max-sink-microamp : Maximum current to negotiate when configured as sink | ||
11 | - fcs,max-sink-microwatt : Maximum power to negotiate when configured as sink | ||
12 | If this is less then max-sink-microvolt * | ||
13 | max-sink-microamp then the configured current will | ||
14 | be clamped. | ||
15 | - fcs,operating-sink-microwatt : | 9 | - fcs,operating-sink-microwatt : |
16 | Minimum amount of power accepted from a sink | 10 | Minimum amount of power accepted from a sink |
17 | when negotiating | 11 | when negotiating |