Hi!
I have a 2.4" TFT display and I'm trying to use both SPI and RGB interfaces on my custom board (based on "14x14 EVK"). Because TFT's controller, SPI is used to setup RGB interface and I managed to work on u-boot, showing its logo. But right after Kernel starting routine, the display flicks and stays black, not showing Kernel logo (backlight is on). There's no LCD reset pin, so I think Kernel is restarting lcdif clocks to configure the framebuffer.
Is there a way to keep the setup and clocks from u-boot?
Thanks!
Hi jimmychan, thanks!
I already check the patch but it only applies to IPU interface. I'm using LCDIF. Also, I'd like to change the logo in Kernel, so one logo for u-boot and one for Kernel!
Thanks again!
Hi jimmychan!
So, that's the point! Logo is fine on u-boot side and the image on Kernel is the default one (Tux), that doesn't show. Looks like I need to call all the SPI initialization again to configure the display, before calling the framebuffer. Is that right?