Re: [PATCH v2 3/3] drm/panel-fannal-c3003: Add fannal c3004 DSI panel

2023-06-06 Thread Krzysztof Kozlowski
On 06/06/2023 09:36, Paulo Pavacic wrote: >>> + >>> + if (IS_ERR(panel_data->reset)) { >>> + ret = PTR_ERR(panel_data->reset); >>> + dev_err(dev, >>> + "error: probe: get reset GPIO: (%d) Check the fdt\n", >>> + ret); >> >> return

Re: [PATCH v2 3/3] drm/panel-fannal-c3003: Add fannal c3004 DSI panel

2023-06-06 Thread Paulo Pavacic
Hello Krzysztof, uto, 6. lip 2023. u 09:14 Krzysztof Kozlowski napisao je: > > On 05/06/2023 17:35, Paulo Pavacic wrote: > > Fannal C3004 is a 480x800 display made by fannal that requires > > DCS initialization sequences. > > > > Signed-off-by: Paulo Pavacic > > --- > > > v3 changelog: > > - us

Re: [PATCH v2 3/3] drm/panel-fannal-c3003: Add fannal c3004 DSI panel

2023-06-06 Thread Krzysztof Kozlowski
On 05/06/2023 17:35, Paulo Pavacic wrote: > Fannal C3004 is a 480x800 display made by fannal that requires > DCS initialization sequences. > > Signed-off-by: Paulo Pavacic > --- > v3 changelog: > - using generic mipi_dsi_dcs_write_seq This is marked as v2? > - removed success prints > - rem

[PATCH v2 3/3] drm/panel-fannal-c3003: Add fannal c3004 DSI panel

2023-06-05 Thread Paulo Pavacic
Fannal C3004 is a 480x800 display made by fannal that requires DCS initialization sequences. Signed-off-by: Paulo Pavacic --- v3 changelog: - using generic mipi_dsi_dcs_write_seq - removed success prints - removed some comments - simplified code/removed support for different panels - changed