On Thu, Sep 26, 2024 at 04:16:13PM +0200, Ahmad Fatoum wrote:
> Hello Sascha,
>
> On 26.09.24 15:15, Sascha Hauer wrote:
> > + ret = st7789v_read_data(ctx, MIPI_DCS_GET_DISPLAY_ID, ids,
> > ST7789V_IDS_SIZE);
> > + if (ret)
> > + return ret;
> > +printf("%s: %02x %02x %02x\n", __fun
Hello Sascha,
On 26.09.24 15:15, Sascha Hauer wrote:
> + ret = st7789v_read_data(ctx, MIPI_DCS_GET_DISPLAY_ID, ids,
> ST7789V_IDS_SIZE);
> + if (ret)
> + return ret;
> +printf("%s: %02x %02x %02x\n", __func__, ids[0], ids[1], ids[2]);
Debugging left-over.
> +static int st778
This adds a panel driver for the Sitronix st7789v panel based
on the corresponding Linux-6.10 driver.
Signed-off-by: Sascha Hauer
---
drivers/video/Kconfig | 8 +
drivers/video/Makefile | 1 +
drivers/video/panel-sitronix-st7789v.c | 652 +