Re: [PATCH v2] iio: dac: ad7293: enable power before reset
From: Jonathan Cameron
Date: Thu Dec 19 2024 - 11:38:33 EST
On Tue, 17 Dec 2024 11:05:38 +0100
Nuno Sá <noname.nuno@xxxxxxxxx> wrote:
> On Mon, 2024-12-16 at 15:44 -0600, David Lechner wrote:
> > Change the order of regulator enable and reset so that power supplies
> > are turned on before touching the reset line. Generally, chips should
> > have the VDRIVE supply enabled before applying voltage on any pins.
> >
> > While we are at it, remove the voltage level checks. If the power
> > supplies are not supplying the correct voltage, this is a hardware
> > design problem, not a software problem.
> >
> > Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
> > ---
>
> Reviewed-by: Nuno Sa <nuno.sa@xxxxxxxxxx>
Applied. Thanks