[PATCH 2/2] imx93_evk: enable ADC

Fabio Estevam festevam at gmail.com
Thu Feb 23 15:05:35 CET 2023


Hi Luca,

On Thu, Feb 23, 2023 at 9:52 AM Luca Ellero <l.ellero at asem.it> wrote:

Please write a commit log.

> Signed-off-by: Luca Ellero <l.ellero at asem.it>
> ---
>  arch/arm/dts/imx93-11x11-evk.dts  | 4 ++++
>  configs/imx93_11x11_evk_defconfig | 1 +
>  2 files changed, 5 insertions(+)
>
> diff --git a/arch/arm/dts/imx93-11x11-evk.dts b/arch/arm/dts/imx93-11x11-evk.dts
> index b3a5a3d71e..f7ffe7b3d2 100644
> --- a/arch/arm/dts/imx93-11x11-evk.dts
> +++ b/arch/arm/dts/imx93-11x11-evk.dts
> @@ -525,3 +525,7 @@
>  &wdog3 {
>         status = "okay";
>  };
> +
> +&adc1 {
> +       status = "okay";
> +};

The nodes should be kept in alphabetical order.

Actually, it would be better if you could sync imx93-11x11-evk.dts
with linux-next, which already contains the adc1 node:

https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts?h=next-20230223#n37

We want to keep U-Boot and Linux devicetree in sync as much as possible.

Thanks


More information about the U-Boot mailing list