Re: [PATCH 3/8] drm/tidss: Add support for DSS port properties

From: Tomi Valkeinen
Date: Thu Jul 28 2022 - 08:07:49 EST


On 19/07/2022 11:08, Aradhya Bhatia wrote:
Add support to enable and read the dss port properties.

The "ti,oldi-mode" property indicates the tidss driver how many OLDI
TXes are enabled as well as which mode do they need to be connected in.

The "ti,rgb565_to_888" is a special property that forces the DSS to
output 16bit RGB565 data to a 24bit RGB888 bridge. This property can be
used when the bridge does not explicity support RGB565.

Signed-off-by: Aradhya Bhatia <a-bhatia1@xxxxxx>

I think it would be good if you would split the patches that contain both OLDI and rgb565 changes, and arrange the series so that you first have patches that add the rgb565 (dt and driver), and after that, the OLDI changes.

They are fully separate things, and makes understanding the changes a bit easier.

Tomi