Re: [PATCH 2/2] mxs: Don't enable 4P2 reg if MXS is powered only from DCDC_BATT

2023-07-04 Thread Cody Green
On Tue, Jul 4, 2023 at 9:19 AM Lukasz Majewski wrote: Hi Lukasz, > > Hi Marek, Cody, > > > On 7/3/23 18:33, Cody Green wrote: > > > 'mxs_power_enable_4p2()' function call was added to > > > 'mxs_batt_boot()' in 'commit a0f97610757d' to enable DCDC converter > > > when board is powered from 5V and

[PATCH 2/2] mxs: Don't enable 4P2 reg if MXS is powered only from DCDC_BATT

2023-07-04 Thread Cody Green
'mxs_power_enable_4p2()' function call was added to 'mxs_batt_boot()' in 'commit a0f97610757d' to enable DCDC converter when board is powered from 5V and has detected sufficient battery voltage. This involves enabling 4P2 regulator and there is a code in 'mxs_power_enable_4p2()' that disables

Re: [PATCH 2/2] mxs: Don't enable 4P2 reg if MXS is powered only from DCDC_BATT

2023-07-04 Thread Lukasz Majewski
Hi Marek, Cody, > On 7/3/23 18:33, Cody Green wrote: > > 'mxs_power_enable_4p2()' function call was added to > > 'mxs_batt_boot()' in 'commit a0f97610757d' to enable DCDC converter > > when board is powered from 5V and has detected sufficient battery > > voltage. This involves enabling 4P2

Re: [PATCH 2/2] mxs: Don't enable 4P2 reg if MXS is powered only from DCDC_BATT

2023-07-03 Thread Marek Vasut
On 7/3/23 18:33, Cody Green wrote: 'mxs_power_enable_4p2()' function call was added to 'mxs_batt_boot()' in 'commit a0f97610757d' to enable DCDC converter when board is powered from 5V and has detected sufficient battery voltage. This involves enabling 4P2 regulator and there is a code in