Re: [PATCH v1] soc/tegra: regulators: Fix locking up when voltage-spread is out of range

2021-03-25 Thread Thierry Reding
On Tue, Mar 02, 2021 at 04:18:00PM +0300, Dmitry Osipenko wrote: > Fix voltage coupler lockup which happens when voltage-spread is out > of range due to a bug in the code. The max-spread requirement shall be > accounted when CPU regulator doesn't have consumers. This problem is > observed on Tegra3

[PATCH v1] soc/tegra: regulators: Fix locking up when voltage-spread is out of range

2021-03-02 Thread Dmitry Osipenko
Fix voltage coupler lockup which happens when voltage-spread is out of range due to a bug in the code. The max-spread requirement shall be accounted when CPU regulator doesn't have consumers. This problem is observed on Tegra30 Ouya game console once system-wide DVFS is enabled in a device-tree. F