[PATCH] dm: adc: add iMX93 ADC support

Fabio Estevam festevam at gmail.com
Tue Feb 21 21:28:29 CET 2023


Hi Luca,

On Tue, Feb 21, 2023 at 9:55 AM Luca Ellero <l.ellero at asem.it> wrote:

> +int imx93_adc_channel_data(struct udevice *dev, int channel,

static int

> +int imx93_adc_start_channel(struct udevice *dev, int channel)

static int

> +int imx93_adc_stop(struct udevice *dev)

static int

> +int imx93_adc_probe(struct udevice *dev)

static int

> +int imx93_adc_of_to_plat(struct udevice *dev)

static int

Also, please add a user for this driver in a subsequent patch.

Otherwise it will never be built and would become dead code.


More information about the U-Boot mailing list