From: Pascal PAILLET-LME <p.paillet@st.com>
To: u-boot@lists.denx.de
Subject: [PATCH V3 12/14] ARM: dts: stm32: Repair PMIC configuration on AV96
Date: Thu, 2 Apr 2020 13:43:04 +0000 [thread overview]
Message-ID: <17382e354aca45868b866385ea034a2e@SFHDAG6NODE2.st.com> (raw)
In-Reply-To: <16c92a9a-1122-5568-dce9-75b13e8946f6@denx.de>
> -----Original Message-----
> From: Marek Vasut <marex@denx.de>
> Sent: jeudi 2 avril 2020 15:07
> To: Pascal PAILLET-LME <p.paillet@st.com>; Patrick DELAUNAY
> <patrick.delaunay@st.com>; Patrice CHOTARD <patrice.chotard@st.com>; u-
> boot at lists.denx.de
> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>;
> Alexandre TORGUE <alexandre.torgue@st.com>
> Subject: Re: [PATCH V3 12/14] ARM: dts: stm32: Repair PMIC configuration
> on AV96
>
> On 4/2/20 2:53 PM, Pascal PAILLET-LME wrote:
> > Hi Marek,
>
> Hi,
> [...]
> >>>>>>> vdd: buck3 {
> >>>>>>> regulator-name = "vdd";
> >>>>>>> - regulator-min-microvolt = <3300000>;
> >>>>>>> - regulator-max-microvolt = <3300000>;
> >>>>>>> + regulator-min-microvolt = <2900000>;
> >>>>>>> + regulator-max-microvolt = <2900000>;
> >>>>>>> regulator-always-on;
> >>>>>>> st,mask_reset;
> >>>>>>> regulator-initial-mode = <0>; @@ -
> >> 268,6 +279,7 @@
> >>>>>>> regulator-name = "vbus_otg";
> >>>>>>> interrupts = <IT_OCP_OTG 0>;
> >>>>>>> interrupt-parent = <&pmic>;
> >>>>>>> + regulator-active-discharge = <1>;
> >>>>>> It seems this setting introduced other-consumption, it should not be
> >> used.
> >>>>> Other-consumption ? What does that mean ?
> >>>>
> >>>> It's a typo, Patrick means over-consumption.
> >>>
> >>> Ah. Do you have any details on that ?
> >>
> >> Sorry for typo.
> >>
> >> No details on my side, it was a Pascal Paillet's direct feedback (Maintainer
> of
> >> STPMIC1 driver in Linux).
> > You can enable the active discharge on the STPMIC1's VBUSOTG. But, as
> soon as a USB host peripheral (such as laptop) will attach and provide VBUS,
> there will be a ~8mA continuous power consumption on VBUS through this
> OTG active discharge. There is no functional issue behind this 8mA; but you
> need to know that 8mA is not compliant with the USB suspend constraint
> (2.5mA max).
>
> So why is it in there ?
Sorry, I'm not sure to catch your point... The property is available because the stpmic1
Propose this feature (enable a pull down resistor when VBUS_OTG is disabled). We have
Found during some test that it is better to not enable active discharge on vbus_otg.
I hope it answers,
pascal
next prev parent reply other threads:[~2020-04-02 13:43 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-31 17:51 [PATCH V3 00/14] ARM: stm32: Fix Avenger96 Marek Vasut
2020-03-31 17:51 ` [PATCH V3 01/14] ARM: dts: stm32: Repair SD1 pre-reloc pinmux DT node on AV96 Marek Vasut
2020-04-01 9:54 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 02/14] ARM: dts: stm32: Add alternate pinmux for SDMMC1 direction pins Marek Vasut
2020-04-01 9:55 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 03/14] ARM: dts: stm32: Repair SDMMC1 operation on AV96 Marek Vasut
2020-04-01 9:55 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 04/14] ARM: dts: stm32: Add alternate pinmux for SDMMC2 pins 4-7 Marek Vasut
2020-04-01 9:56 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 05/14] ARM: dts: stm32: Repair SDMMC2 operation Marek Vasut
2020-04-01 9:56 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 06/14] ARM: dts: stm32: Add QSPI NOR on AV96 Marek Vasut
2020-04-01 8:17 ` Patrick DELAUNAY
2020-04-01 9:59 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 07/14] ARM: dts: stm32: Use DT alias for the configuration EEPROM Marek Vasut
2020-04-01 9:59 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 08/14] ARM: dts: stm32: Add configuration EEPROM on AV96 Marek Vasut
2020-04-01 10:02 ` Patrick DELAUNAY
2020-04-01 11:00 ` Marek Vasut
2020-03-31 17:51 ` [PATCH V3 09/14] ARM: dts: stm32: Add alternate pinmux for ethernet RGMII Marek Vasut
2020-04-01 10:03 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 10/14] ARM: dts: stm32: Repair ethernet operation on AV96 Marek Vasut
2020-04-01 10:03 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 11/14] ARM: dts: stm32: Add missing ethernet PHY reset " Marek Vasut
2020-04-01 10:04 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 12/14] ARM: dts: stm32: Repair PMIC configuration " Marek Vasut
2020-04-01 7:34 ` Patrick DELAUNAY
2020-04-01 11:06 ` Marek Vasut
2020-04-01 12:45 ` Patrice CHOTARD
2020-04-01 12:53 ` Marek Vasut
2020-04-01 13:52 ` Patrick DELAUNAY
2020-04-01 13:53 ` Marek Vasut
2020-04-02 12:53 ` Pascal PAILLET-LME
2020-04-02 13:07 ` Marek Vasut
2020-04-02 13:43 ` Pascal PAILLET-LME [this message]
2020-04-09 11:28 ` Marek Vasut
2020-04-01 10:04 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 13/14] ARM: dts: stm32: Adjust PLL4 settings " Marek Vasut
2020-04-01 10:24 ` Patrick DELAUNAY
2020-04-01 11:09 ` Marek Vasut
2020-04-01 16:49 ` Gerald BAEZA
2020-04-01 17:45 ` Manivannan Sadhasivam
2020-04-01 18:48 ` Marek Vasut
2020-04-02 7:44 ` Gerald BAEZA
2020-04-02 13:04 ` Marek Vasut
2020-04-24 14:31 ` Patrick DELAUNAY
2020-03-31 17:51 ` [PATCH V3 14/14] ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 board Marek Vasut
2020-04-24 14:31 ` Patrick DELAUNAY
2020-04-27 10:29 ` Marek Vasut
2020-04-27 14:00 ` Patrick DELAUNAY
2020-04-27 14:34 ` Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17382e354aca45868b866385ea034a2e@SFHDAG6NODE2.st.com \
--to=p.paillet@st.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox