Integrate linux-seco-imx/seco_lf-6.6.23-2.0.0_e39-devicetree-fix-sd-card-detection
Commit: clea-os/bsp/nxp/linux-seco-imx@e47aba01
[E39][DT] Fix external SD-card auto-detection
The cd-gpio signal is not yet working in revision B of the E39 module, seen on E83 and the B79 carrier. This removes the property, to enable the fallback based on the CD/DAT3, generic for E39 (leaving the possibility to carrier overlays to add it again).
--
Commit: clea-os/bsp/nxp/linux-seco-imx@b369d527
[E39][DT] SER0, SER2: Disable DMA usage as workarround for issue when used simultaneously
If more than one uart interfaces are using dma and are used simultaneously or even one after another, we have seen garbage or zero bytes in the read data. This disables the DMA for both used serial ports SER0 and SER2, we have not yet seen the issue on SER1 yet.