Re: [PATCH v9 0/2] Add displays support for bsh-smm-s2/pro boards

2024-01-22 Thread Robert Foss
On Mon, 18 Dec 2023 09:43:36 +0100, Dario Binacchi wrote: > The series adds drivers for the displays used by bsh-smm-s2/pro boards. > This required applying some patches to the samsung-dsim driver and the > drm_bridge.c module. > > Changes in v9: > - Updated commit message > - Drop [3/3] arm64: dt

[RESEND PATCH v9 0/2] Add displays support for bsh-smm-s2/pro boards

2024-01-15 Thread Dario Binacchi
The series adds drivers for the displays used by bsh-smm-s2/pro boards. The patches for the ili9805 and r63353 LCD panels, which have already been merged into the mainline, do not work without the patch [1/2] "drm: bridge: samsung-dsim: enter display mode in the enable() callback". Changes in v9:

[PATCH v9 0/2] Add displays support for bsh-smm-s2/pro boards

2023-12-18 Thread Dario Binacchi
The series adds drivers for the displays used by bsh-smm-s2/pro boards. This required applying some patches to the samsung-dsim driver and the drm_bridge.c module. Changes in v9: - Updated commit message - Drop [3/3] arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup because applied. Change