mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 20:36:49 +07:00
usb: typec: wcove: fix "op-sink-microwatt" default that was in mW
commit4c912bff46
("usb: typec: wcove: Provide fwnode for the port") didn't convert this value from mW to uW when migrating to a new specification format like it should have. Fixes:4c912bff46
("usb: typec: wcove: Provide fwnode for the port") Cc: stable@vger.kernel.org Signed-off-by: Thomas Hebb <tommyhebb@gmail.com> Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/d8be32512efd31995ad7d65b27df9d443131b07c.1579529334.git.tommyhebb@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f5ae886909
commit
0e64350bf4
@ -597,7 +597,7 @@ static const struct property_entry wcove_props[] = {
|
||||
PROPERTY_ENTRY_STRING("try-power-role", "sink"),
|
||||
PROPERTY_ENTRY_U32_ARRAY("source-pdos", src_pdo),
|
||||
PROPERTY_ENTRY_U32_ARRAY("sink-pdos", snk_pdo),
|
||||
PROPERTY_ENTRY_U32("op-sink-microwatt", 15000),
|
||||
PROPERTY_ENTRY_U32("op-sink-microwatt", 15000000),
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user