Re: [PATCH v2 1/3] drm/mipi-dbi: Support separate I/O regulator

2022-12-03 Thread Noralf Trønnes
Den 01.12.2022 17.02, skrev Otto Pflüger: > The MIPI DBI specification defines separate vdd (panel power) and > vddi (I/O voltage) supplies. Displays that require different voltages > for the different supplies do exist, so the supplies cannot be > combined into one as they are now. Add a new io

[PATCH v2 1/3] drm/mipi-dbi: Support separate I/O regulator

2022-12-01 Thread Otto Pflüger
The MIPI DBI specification defines separate vdd (panel power) and vddi (I/O voltage) supplies. Displays that require different voltages for the different supplies do exist, so the supplies cannot be combined into one as they are now. Add a new io_regulator property to the mipi_dbi_dev struct which