On Sun, 12 Apr 2026 at 12:02, Yucai Liu <yangyanglan718@gmail.com> wrote:
>
> From: Yucai Liu <1486344514@qq.com>
>
> This series adds a basic i.MX6UL LCDIF device model under hw/display
> and wires it into the i.MX6UL SoC.
>
> Changes in v3:
> - merge the previous "build symbol" patch into the device patch
> - drop the unrelated hw/arm/meson.build line-wrap-only change
> - fix commit message formatting (use real newlines)
> - use 16 KiB for the LCDIF MMIO region size in both device and SoC map
> - rework register indexing/storage to match 0x10-spaced register layout
> - apply SET/CLR/TOG semantics only to registers that have those aliases
> - set CTRL1 reset value to 0x000f0000
> - remove redundant 32bpp host-surface check
> - move realize-time cleanup to unrealize
>
> Yucai Liu (2):
> hw/display: Add i.MX6UL LCDIF device model
> hw/arm/fsl-imx6ul: Wire in the LCDIF device model
Applied to target-arm.next, thanks.
-- PMM