Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1723340
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 03/11] staging: typec: fusb302: Set max supply voltage to 5V |
| Date | 2017-08-30 15:40 +0200 |
| Message-ID | <ukbnP-rR-7@gated-at.bofh.it> (permalink) |
| References | <uk7Ng-6DT-3@gated-at.bofh.it> <uk7WX-6Hb-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/30/2017 02:48 AM, Hans de Goede wrote:
> Anything higher then 5V may damage hardware not capable of it, so
> the only sane default here is 5V. If a board is able to handle a
> higher voltage that should come from board specific data such as
> device-tree and not be hard coded into the fusb302 code.
>
> Cc: "Yueyao (Nathan) Zhu" <yueyao@google.com>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
> drivers/staging/typec/fusb302/fusb302.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/typec/fusb302/fusb302.c b/drivers/staging/typec/fusb302/fusb302.c
> index 03a3809d18f0..6baed06a3c0d 100644
> --- a/drivers/staging/typec/fusb302/fusb302.c
> +++ b/drivers/staging/typec/fusb302/fusb302.c
> @@ -1187,9 +1187,9 @@ static const struct tcpc_config fusb302_tcpc_config = {
> .nr_src_pdo = ARRAY_SIZE(src_pdo),
> .snk_pdo = snk_pdo,
> .nr_snk_pdo = ARRAY_SIZE(snk_pdo),
> - .max_snk_mv = 9000,
> + .max_snk_mv = 5000,
> .max_snk_ma = 3000,
> - .max_snk_mw = 27000,
> + .max_snk_mw = 15000,
> .operating_snk_mw = 2500,
> .type = TYPEC_PORT_DRP,
> .default_role = TYPEC_SINK,
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 00/11] Hookup typec power-negotation to the PMIC and charger Hans de Goede <hdegoede@redhat.com> - 2017-08-30 11:50 +0200
[PATCH v3 04/11] staging: typec: fusb302: Get max snk mv/ma/mw from device-properties Hans de Goede <hdegoede@redhat.com> - 2017-08-30 11:50 +0200
Re: [PATCH v3 04/11] staging: typec: fusb302: Get max snk mv/ma/mw from device-properties Guenter Roeck <linux@roeck-us.net> - 2017-08-30 16:00 +0200
[PATCH v3 07/11] staging: typec: fusb302: Export current-limit through a power_supply class dev Hans de Goede <hdegoede@redhat.com> - 2017-08-30 12:00 +0200
Re: [PATCH v3 07/11] staging: typec: fusb302: Export current-limit through a power_supply class dev Guenter Roeck <linux@roeck-us.net> - 2017-08-30 16:10 +0200
[PATCH v3 01/11] i2c: Allow overriding dev_name through board_info Hans de Goede <hdegoede@redhat.com> - 2017-08-30 12:00 +0200
[PATCH v3 05/11] staging: typec: fusb302: Use client->irq as irq if set Hans de Goede <hdegoede@redhat.com> - 2017-08-30 12:00 +0200
Re: [PATCH v3 05/11] staging: typec: fusb302: Use client->irq as irq if set Guenter Roeck <linux@roeck-us.net> - 2017-08-30 16:00 +0200
[PATCH v3 03/11] staging: typec: fusb302: Set max supply voltage to 5V Hans de Goede <hdegoede@redhat.com> - 2017-08-30 12:00 +0200
Re: [PATCH v3 03/11] staging: typec: fusb302: Set max supply voltage to 5V Guenter Roeck <linux@roeck-us.net> - 2017-08-30 15:40 +0200
Re: [PATCH v3 00/11] Hookup typec power-negotation to the PMIC and charger Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-08-31 18:30 +0200
csiph-web