[RFC,0/3] Restore imx8mn_bsh_smm_s2 properly booting
mbox series

Message ID 20250515131246.784206-1-dario.binacchi@amarulasolutions.com
Headers show
Series
  • Restore imx8mn_bsh_smm_s2 properly booting
Related show

Message

Dario Binacchi May 15, 2025, 1:12 p.m. UTC
Commits [1] and [2] broke the booting of the BSH SMM S2 board. The
patches in this series restore proper booting.

[1] 2a00d73d081a ("spl: mmc: Try to clean up raw-mode options")
[2] dda454e933c6 ("serial: mxc: Support bulk enabling clocks")


Dario Binacchi (3):
  spl: Kconfig: allow to enable SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR for
    i.MX8M
  configs: imx8mn_bsh_smm_s2: restore
    CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
  serial: mxc: restore booting for imx8mn_bsh_smm_s2

 common/spl/Kconfig                  |  2 +-
 configs/imx8mn_bsh_smm_s2_defconfig |  1 +
 drivers/serial/serial_mxc.c         | 23 ++++++++++++++++-------
 3 files changed, 18 insertions(+), 8 deletions(-)