Has anyone ever done this? The official driver simply crashes, so we started our own development, only to find it crashes as well.
It crashes in the probe function (static int hyperpixel4sq_probe(struct spi_device *spi)), on something it should not crash on at all, namely the drm_panel_add(&ctx->panel); call.
Any idea’s or suggestions on this?
No i do not want to compile as a module. It has to be built in the kernel.