mbox series

[v2,0/3] imx93_var_som: Enable AHAB support

Message ID 20240209103009.5463-1-othacehe@gnu.org
Headers show
Series imx93_var_som: Enable AHAB support | expand

Message

Mathieu Othacehe Feb. 9, 2024, 10:30 a.m. UTC
Hello,

In this v2, I moved imx93_probe_mu to a dedicated header.

Thanks,

Mathieu

Changelog:
v2: Move imx93_probe_mu declaration to a header file

Link to the previous revision:
v1: https://lists.denx.de/pipermail/u-boot/2024-February/545528.html

Mathieu Othacehe (3):
  imx93: Use a header for imx9_probe_mu declaration
  board: imx93_var_som: Probe ELE MU
  configs: imx93_var_som: Enable AHAB support

 arch/arm/include/asm/arch-imx9/mu.h | 13 +++++++++++++
 board/freescale/imx93_evk/spl.c     |  2 +-
 board/phytec/phycore_imx93/spl.c    |  2 +-
 board/variscite/imx93_var_som/spl.c |  5 +++--
 configs/imx93_var_som_defconfig     |  1 +
 5 files changed, 19 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-imx9/mu.h

Comments

Fabio Estevam Feb. 12, 2024, 10:59 a.m. UTC | #1
On Fri, Feb 9, 2024 at 7:30 AM Mathieu Othacehe <othacehe@gnu.org> wrote:
>
> Hello,
>
> In this v2, I moved imx93_probe_mu to a dedicated header.

Applied all, thanks.